NativeEmbedSample.Desktop.csproj 454 B

123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\NativeEmbedSample\NativeEmbedSample.csproj" />
  8. </ItemGroup>
  9. <Import Project="..\..\..\build\SampleApp.props" />
  10. <Import Project="..\..\..\build\BuildTargets.targets" />
  11. <Import Project="..\..\..\build\ReferenceCoreLibraries.props" />
  12. </Project>