浏览代码

Update csproj

Bruce Wayne 4 年之前
父节点
当前提交
101a2cf187
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      STUN/STUN.csproj

+ 0 - 7
STUN/STUN.csproj

@@ -4,13 +4,6 @@
     <TargetFramework>netstandard2.0</TargetFramework>
     <LangVersion>latest</LangVersion>
     <Nullable>enable</Nullable>
-  </PropertyGroup>
-
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
-    <DefineConstants>TRACE;ReactiveUI</DefineConstants>
-  </PropertyGroup>
-
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
     <DefineConstants>TRACE;ReactiveUI</DefineConstants>
   </PropertyGroup>