PetaJson.netcore.csproj 884 B

1234567891011121314151617181920212223242526
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.0</TargetFramework>
  4. <RuntimeFrameworkVersion>2.0.0-preview1-002111-00</RuntimeFrameworkVersion>
  5. <NETStandardImplicitPackageVersion>2.0.0-preview1-25301-01</NETStandardImplicitPackageVersion>
  6. <GenerateFullPaths>true</GenerateFullPaths>
  7. </PropertyGroup>
  8. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  9. <DefineConstants>TRACE;DEBUG;NETCOREAPP2_0;OSX</DefineConstants>
  10. </PropertyGroup>
  11. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  12. <DefineConstants>TRACE;RELEASE;NETCOREAPP2_0;OSX</DefineConstants>
  13. </PropertyGroup>
  14. <PropertyGroup>
  15. <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
  16. </PropertyGroup>
  17. <ItemGroup>
  18. <Compile Include="../PetaJson.cs" />
  19. </ItemGroup>
  20. </Project>