Brandon Thetford преди 1 година
родител
ревизия
8196cb1735
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      UnitTests/UnitTests.csproj

+ 2 - 2
UnitTests/UnitTests.csproj

@@ -13,12 +13,12 @@
     <LangVersion>12</LangVersion>
     <IsPackable>false</IsPackable>
     <UseDataCollector />
+    <DefineTrace>True</DefineTrace>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
-    <DefineConstants>TRACE;DEBUG_IDISPOSABLE</DefineConstants>
+    <DefineConstants>DEBUG_IDISPOSABLE</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
-    <DefineConstants>TRACE</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />