Yuuna.OpenWith.csproj 546 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Library</OutputType>
  4. <TargetFramework>netcoreapp3.0</TargetFramework>
  5. <ApplicationIcon />
  6. <StartupObject />
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Reference Include="Yuuna.Common">
  10. <HintPath>..\Yuuna\src\Yuuna\bin\Release\netcoreapp3.0\Yuuna.Common.dll</HintPath>
  11. </Reference>
  12. <Reference Include="Yuuna.Contracts">
  13. <HintPath>..\Yuuna\src\Yuuna\bin\Release\netcoreapp3.0\Yuuna.Contracts.dll</HintPath>
  14. </Reference>
  15. </ItemGroup>
  16. </Project>