Created
April 19, 2020 17:36
-
-
Save smaglio81/1cd7f0fd8445000dcc18edab6109d3db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- pretty much the same --> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Int|AnyCPU'"> | |
<DebugSymbols>true</DebugSymbols> | |
<DefineConstants>DEBUG;TRACE</DefineConstants> | |
<DebugType>full</DebugType> | |
</PropertyGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment