|
16 | 16 | <FileAlignment>512</FileAlignment> |
17 | 17 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
18 | 18 | <WarningLevel>4</WarningLevel> |
19 | | - <SccProjectName>SAK</SccProjectName> |
20 | | - <SccLocalPath>SAK</SccLocalPath> |
21 | | - <SccAuxPath>SAK</SccAuxPath> |
22 | | - <SccProvider>SAK</SccProvider> |
23 | 19 | </PropertyGroup> |
24 | 20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
25 | 21 | <DebugSymbols>true</DebugSymbols> |
26 | 22 | <OutputPath>bin\Debug\</OutputPath> |
27 | 23 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
28 | 24 | <DebugType>full</DebugType> |
29 | 25 | <PlatformTarget>AnyCPU</PlatformTarget> |
30 | | - <CodeAnalysisLogFile>bin\Debug\DataGridExtensionsSample.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile> |
31 | | - <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
32 | | - <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
33 | 26 | <ErrorReport>prompt</ErrorReport> |
34 | | - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
35 | 27 | <UseVSHostingProcess>false</UseVSHostingProcess> |
36 | 28 | <Prefer32Bit>false</Prefer32Bit> |
37 | 29 | </PropertyGroup> |
|
41 | 33 | <Optimize>true</Optimize> |
42 | 34 | <DebugType>pdbonly</DebugType> |
43 | 35 | <PlatformTarget>AnyCPU</PlatformTarget> |
44 | | - <CodeAnalysisLogFile>bin\Release\DataGridExtensionsSample.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile> |
45 | | - <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
46 | | - <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
47 | 36 | <ErrorReport>prompt</ErrorReport> |
48 | | - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
49 | 37 | <UseVSHostingProcess>false</UseVSHostingProcess> |
50 | 38 | <Prefer32Bit>false</Prefer32Bit> |
51 | 39 | </PropertyGroup> |
|
0 commit comments