|
32 | 32 | <CodeAnalysisRuleSet>..\common\GitHubVS.ruleset</CodeAnalysisRuleSet> |
33 | 33 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
34 | 34 | <CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode> |
| 35 | + <CreateVsixContainer>False</CreateVsixContainer> |
| 36 | + <DeployExtension>False</DeployExtension> |
35 | 37 | </PropertyGroup> |
36 | 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
37 | 39 | <DebugSymbols>true</DebugSymbols> |
|
41 | 43 | <ErrorReport>prompt</ErrorReport> |
42 | 44 | <WarningLevel>4</WarningLevel> |
43 | 45 | <RunCodeAnalysis>false</RunCodeAnalysis> |
44 | | - <CreateVsixContainer>True</CreateVsixContainer> |
45 | | - <DeployExtension>True</DeployExtension> |
46 | | - <IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer> |
47 | 46 | <OutputPath>bin\Debug\</OutputPath> |
48 | 47 | </PropertyGroup> |
49 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugCodeAnalysis|AnyCPU'"> |
|
54 | 53 | <ErrorReport>prompt</ErrorReport> |
55 | 54 | <WarningLevel>4</WarningLevel> |
56 | 55 | <RunCodeAnalysis>true</RunCodeAnalysis> |
57 | | - <CreateVsixContainer>True</CreateVsixContainer> |
58 | | - <DeployExtension>True</DeployExtension> |
59 | | - <OutputPath>bin\Debug\</OutputPath> |
60 | | - </PropertyGroup> |
61 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWithoutVsix|AnyCPU' "> |
62 | | - <DebugSymbols>true</DebugSymbols> |
63 | | - <DebugType>full</DebugType> |
64 | | - <Optimize>false</Optimize> |
65 | | - <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants> |
66 | | - <ErrorReport>prompt</ErrorReport> |
67 | | - <WarningLevel>4</WarningLevel> |
68 | | - <RunCodeAnalysis>false</RunCodeAnalysis> |
69 | | - <CreateVsixContainer>False</CreateVsixContainer> |
70 | | - <DeployExtension>False</DeployExtension> |
71 | 56 | <OutputPath>bin\Debug\</OutputPath> |
72 | 57 | </PropertyGroup> |
73 | 58 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
77 | 62 | <ErrorReport>prompt</ErrorReport> |
78 | 63 | <WarningLevel>4</WarningLevel> |
79 | 64 | <RunCodeAnalysis>true</RunCodeAnalysis> |
80 | | - <CreateVsixContainer>True</CreateVsixContainer> |
81 | | - <DeployExtension>True</DeployExtension> |
82 | | - <OutputPath>bin\Release\</OutputPath> |
83 | | - </PropertyGroup> |
84 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWithoutVsix|AnyCPU' "> |
85 | | - <DebugType>pdbonly</DebugType> |
86 | | - <Optimize>true</Optimize> |
87 | | - <DefineConstants>TRACE</DefineConstants> |
88 | | - <ErrorReport>prompt</ErrorReport> |
89 | | - <WarningLevel>4</WarningLevel> |
90 | | - <RunCodeAnalysis>true</RunCodeAnalysis> |
91 | | - <CreateVsixContainer>False</CreateVsixContainer> |
92 | | - <DeployExtension>False</DeployExtension> |
93 | 65 | <OutputPath>bin\Release\</OutputPath> |
94 | 66 | </PropertyGroup> |
95 | 67 | <Import Project="$(SolutionDir)\src\common\signing.props" /> |
|
0 commit comments