|
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
15 | 15 | <WarningLevel>4</WarningLevel> |
16 | | - <SccProjectName>SAK</SccProjectName> |
17 | | - <SccLocalPath>SAK</SccLocalPath> |
18 | | - <SccAuxPath>SAK</SccAuxPath> |
19 | | - <SccProvider>SAK</SccProvider> |
20 | 16 | <MinimumVisualStudioVersion Condition="'$(VisualStudioVersion)' == '14.0'">14.0</MinimumVisualStudioVersion> |
21 | 17 | <MinimumVisualStudioVersion Condition="'$(VisualStudioVersion)' == '15.0'">15.0</MinimumVisualStudioVersion> |
22 | 18 | <MinimumVisualStudioVersion Condition="'$(VisualStudioVersion)' == '16.0'">16.0</MinimumVisualStudioVersion> |
23 | 19 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
24 | 20 | <IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer> |
25 | | - <NuGetPackageImportStamp> |
26 | | - </NuGetPackageImportStamp> |
27 | 21 | <TargetFrameworkProfile /> |
28 | 22 | </PropertyGroup> |
29 | 23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
30 | 24 | <DebugSymbols>true</DebugSymbols> |
31 | | - <DebugType>full</DebugType> |
| 25 | + <DebugType>embedded</DebugType> |
32 | 26 | <Optimize>false</Optimize> |
33 | 27 | <OutputPath>bin\Debug\</OutputPath> |
34 | 28 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
35 | 29 | <ErrorReport>prompt</ErrorReport> |
36 | 30 | <CodeAnalysisRuleSet>..\CodeContracts.ruleset</CodeAnalysisRuleSet> |
37 | 31 | </PropertyGroup> |
38 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
39 | | - <DebugType>pdbonly</DebugType> |
| 33 | + <DebugType>embedded</DebugType> |
40 | 34 | <Optimize>true</Optimize> |
41 | 35 | <OutputPath>bin\Release\</OutputPath> |
42 | 36 | <DefineConstants>TRACE</DefineConstants> |
|
0 commit comments