Playgrounds.NetCoreApp.csproj 678 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. </PropertyGroup>
  6. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  7. <DefineConstants>TRACE;DEBUG;NETCOREAPP2_0</DefineConstants>
  8. <OutputPath>C:\prj\urho\Bin\Desktop\</OutputPath>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <None Include="..\..\..\Urho3D\CoreData.pak" Link="CoreData.pak">
  12. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  13. </None>
  14. </ItemGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\..\..\Bindings\NetStandard\UrhoSharp.csproj" />
  17. </ItemGroup>
  18. </Project>