12345678910111213141516171819 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Library</OutputType>
- <TargetFramework>netcoreapp3.0</TargetFramework>
- <ApplicationIcon />
- <StartupObject />
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Yuuna.Common">
- <HintPath>..\Yuuna\src\Yuuna\bin\Release\netcoreapp3.0\Yuuna.Common.dll</HintPath>
- </Reference>
- <Reference Include="Yuuna.Contracts">
- <HintPath>..\Yuuna\src\Yuuna\bin\Release\netcoreapp3.0\Yuuna.Contracts.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|