|
@@ -14,7 +14,7 @@
|
|
|
<Deterministic>true</Deterministic>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Legacy|AnyCPU' ">
|
|
|
- <DebugType>pdbonly</DebugType>
|
|
|
+ <DebugType>none</DebugType>
|
|
|
<Optimize>true</Optimize>
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
@@ -25,7 +25,7 @@
|
|
|
<OutputPath>bin\v2018\</OutputPath>
|
|
|
<DefineConstants>TRACE;UNITY_2018</DefineConstants>
|
|
|
<Optimize>true</Optimize>
|
|
|
- <DebugType>pdbonly</DebugType>
|
|
|
+ <DebugType>none</DebugType>
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|