|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
3 | 3 | <PropertyGroup> |
4 | | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 4 | + <Configuration Condition=" '$(Configuration)' == '' ">DBG_SDK10</Configuration> |
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 | 6 | <SchemaVersion>2.0</SchemaVersion> |
7 | 7 | <ProjectName>vsSolutionBuildEvent</ProjectName> |
|
27 | 27 | <Optimize>false</Optimize> |
28 | 28 | <OutputPath>bin\Debug\</OutputPath> |
29 | 29 | <DefineConstants>NET_40;DEBUG;TRACE</DefineConstants> |
| 30 | + <PlatformTarget>AnyCPU</PlatformTarget> |
30 | 31 | <ErrorReport>prompt</ErrorReport> |
31 | 32 | <WarningLevel>4</WarningLevel> |
32 | 33 | <Prefer32Bit>false</Prefer32Bit> |
|
36 | 37 | <Optimize>true</Optimize> |
37 | 38 | <OutputPath>bin\Release\</OutputPath> |
38 | 39 | <DefineConstants>NET_40;CODE_ANALYSIS</DefineConstants> |
| 40 | + <PlatformTarget>AnyCPU</PlatformTarget> |
39 | 41 | <ErrorReport>prompt</ErrorReport> |
40 | 42 | <WarningLevel>4</WarningLevel> |
41 | 43 | <RunCodeAnalysis>true</RunCodeAnalysis> |
|
49 | 51 | <DebugType>full</DebugType> |
50 | 52 | <PlatformTarget>AnyCPU</PlatformTarget> |
51 | 53 | <ErrorReport>prompt</ErrorReport> |
52 | | - <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
53 | | - <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
54 | | - <DeployExtension>False</DeployExtension> |
55 | 54 | </PropertyGroup> |
56 | 55 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'RCI_SDK10|AnyCPU' "> |
| 56 | + <DebugType>pdbonly</DebugType> |
| 57 | + <Optimize>true</Optimize> |
57 | 58 | <OutputPath>bin\Release\</OutputPath> |
58 | 59 | <DefineConstants>NET_40;CODE_ANALYSIS</DefineConstants> |
59 | | - <Optimize>true</Optimize> |
60 | | - <DebugType>pdbonly</DebugType> |
61 | 60 | <PlatformTarget>AnyCPU</PlatformTarget> |
62 | | - <RunCodeAnalysis>true</RunCodeAnalysis> |
63 | 61 | <ErrorReport>prompt</ErrorReport> |
64 | | - <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
65 | | - <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
66 | | - <DeployExtension>False</DeployExtension> |
| 62 | + <WarningLevel>4</WarningLevel> |
| 63 | + <RunCodeAnalysis>true</RunCodeAnalysis> |
| 64 | + <Prefer32Bit>false</Prefer32Bit> |
67 | 65 | <DocumentationFile>bin\Release\vsSolutionBuildEvent.XML</DocumentationFile> |
68 | 66 | </PropertyGroup> |
69 | 67 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'REL_SDK15|AnyCPU' "> |
|
100 | 98 | <Optimize>true</Optimize> |
101 | 99 | <DebugType>pdbonly</DebugType> |
102 | 100 | <PlatformTarget>AnyCPU</PlatformTarget> |
| 101 | + <WarningLevel>4</WarningLevel> |
103 | 102 | <RunCodeAnalysis>true</RunCodeAnalysis> |
104 | 103 | <ErrorReport>prompt</ErrorReport> |
105 | 104 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
106 | | - <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
107 | | - <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
108 | | - <DeployExtension>False</DeployExtension> |
109 | 105 | <DocumentationFile>bin\Release\vsSolutionBuildEvent.XML</DocumentationFile> |
110 | 106 | </PropertyGroup> |
111 | 107 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DCI_SDK15|AnyCPU' "> |
|
118 | 114 | <PlatformTarget>AnyCPU</PlatformTarget> |
119 | 115 | <ErrorReport>prompt</ErrorReport> |
120 | 116 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
121 | | - <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
122 | | - <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
123 | | - <DeployExtension>False</DeployExtension> |
124 | 117 | </PropertyGroup> |
125 | 118 | <ItemGroup> |
126 | 119 | <Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
0 commit comments