InABox.Integration.csproj 533 B

123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Library</OutputType>
  4. <TargetFramework>netstandard2.0</TargetFramework>
  5. <Configurations>Debug;Release;Publish</Configurations>
  6. <Platforms>AnyCPU</Platforms>
  7. </PropertyGroup>
  8. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  9. <DefineConstants>$(DefineConstants)TRACE;PURGE</DefineConstants>
  10. <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
  11. </PropertyGroup>
  12. </Project>