|
12 | 12 | <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> |
13 | 13 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
14 | 14 | <SignAssembly>true</SignAssembly> |
| 15 | + <DebugType>portable</DebugType> |
15 | 16 | </PropertyGroup> |
16 | 17 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
17 | 18 | <DebugSymbols>true</DebugSymbols> |
18 | | - <DebugType>full</DebugType> |
19 | 19 | <Optimize>false</Optimize> |
20 | 20 | <OutputPath>bin\Debug\</OutputPath> |
21 | 21 | <DefineConstants>$(DefineConstants);DEBUG;SKIP_LARGE_TEST</DefineConstants> |
22 | 22 | </PropertyGroup> |
23 | 23 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
24 | | - <DebugType>pdbonly</DebugType> |
25 | 24 | <Optimize>true</Optimize> |
26 | 25 | <OutputPath>bin\Release\</OutputPath> |
27 | 26 | </PropertyGroup> |
28 | 27 | <PropertyGroup Condition="'$(Configuration)' == 'Instrument'"> |
29 | 28 | <OutputPath>bin\Instrument\</OutputPath> |
30 | 29 | <Optimize>true</Optimize> |
31 | | - <DebugType>pdbonly</DebugType> |
32 | 30 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
33 | 31 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
34 | 32 | </PropertyGroup> |
35 | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CodeAnalysis|AnyCPU'"> |
36 | 34 | <OutputPath>bin\CodeAnalysis\</OutputPath> |
37 | 35 | <Optimize>true</Optimize> |
38 | | - <DebugType>pdbonly</DebugType> |
39 | 36 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
40 | 37 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
41 | 38 | </PropertyGroup> |
|
0 commit comments