Description:
Revert DebugType change, as that doesn't appear to be necessary.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -13,7 +13,7 | |||||
|
13 | </PropertyGroup> |
|
13 | </PropertyGroup> |
|
14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|anycpu' "> |
|
14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|anycpu' "> |
|
15 | <DebugSymbols>true</DebugSymbols> |
|
15 | <DebugSymbols>true</DebugSymbols> |
|
16 |
<DebugType> |
|
16 | <DebugType>full</DebugType> |
|
17 | <Optimize>false</Optimize> |
|
17 | <Optimize>false</Optimize> |
|
18 | <OutputPath>bin\Debug</OutputPath> |
|
18 | <OutputPath>bin\Debug</OutputPath> |
|
19 | <DefineConstants>DEBUG;</DefineConstants> |
|
19 | <DefineConstants>DEBUG;</DefineConstants> |
You need to be logged in to leave comments.
Login now