|
@@ -38,19 +38,21 @@
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='MSIX Debug'">
|
|
<PropertyGroup Condition="'$(Configuration)'=='MSIX Debug'">
|
|
- <DebugType>full</DebugType>
|
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
|
<Optimize>false</Optimize>
|
|
<Optimize>false</Optimize>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='MSIX'">
|
|
<PropertyGroup Condition="'$(Configuration)'=='MSIX'">
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants>
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants>
|
|
|
|
+ <DebugSymbols>False</DebugSymbols>
|
|
|
|
+ <DebugType>None</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<Optimize>true</Optimize>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'">
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'">
|
|
<DefineConstants>TRACE;UPDATE</DefineConstants>
|
|
<DefineConstants>TRACE;UPDATE</DefineConstants>
|
|
|
|
+ <DebugSymbols>False</DebugSymbols>
|
|
|
|
+ <DebugType>None</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<Optimize>true</Optimize>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
@@ -64,16 +66,22 @@
|
|
<PropertyGroup Condition="'$(Configuration)'=='Steam'">
|
|
<PropertyGroup Condition="'$(Configuration)'=='Steam'">
|
|
<DefineConstants>TRACE;RELEASE;STEAM</DefineConstants>
|
|
<DefineConstants>TRACE;RELEASE;STEAM</DefineConstants>
|
|
<Optimize>True</Optimize>
|
|
<Optimize>True</Optimize>
|
|
|
|
+ <DebugSymbols>False</DebugSymbols>
|
|
|
|
+ <DebugType>None</DebugType>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='DevSteam'">
|
|
<PropertyGroup Condition="'$(Configuration)'=='DevSteam'">
|
|
<DefineConstants>TRACE;RELEASE;STEAM</DefineConstants>
|
|
<DefineConstants>TRACE;RELEASE;STEAM</DefineConstants>
|
|
<Optimize>True</Optimize>
|
|
<Optimize>True</Optimize>
|
|
|
|
+ <DebugSymbols>False</DebugSymbols>
|
|
|
|
+ <DebugType>None</DebugType>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'DevRelease' ">
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'DevRelease' ">
|
|
<DefineConstants>TRACE;UPDATE;RELEASE</DefineConstants>
|
|
<DefineConstants>TRACE;UPDATE;RELEASE</DefineConstants>
|
|
<Optimize>True</Optimize>
|
|
<Optimize>True</Optimize>
|
|
|
|
+ <DebugSymbols>False</DebugSymbols>
|
|
|
|
+ <DebugType>None</DebugType>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(RuntimeIdentifier)'=='win-x64'">
|
|
<PropertyGroup Condition="'$(RuntimeIdentifier)'=='win-x64'">
|