InABox.Integration.V6.csproj 510 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  6. <DefineConstants>$(DefineConstants)TRACE;PURGE</DefineConstants>
  7. <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\InABox.Integration\InABox.Integration.csproj" />
  11. </ItemGroup>
  12. </Project>