Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ea69dff

Browse files
committed
Take out unused csproj configurations
1 parent 9da30c5 commit ea69dff

File tree

2 files changed

+4
-60
lines changed

2 files changed

+4
-60
lines changed

src/GitHub.InlineReviews/GitHub.InlineReviews.csproj

+2-30
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
<CodeAnalysisRuleSet>..\common\GitHubVS.ruleset</CodeAnalysisRuleSet>
3333
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3434
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
35+
<CreateVsixContainer>False</CreateVsixContainer>
36+
<DeployExtension>False</DeployExtension>
3537
</PropertyGroup>
3638
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3739
<DebugSymbols>true</DebugSymbols>
@@ -41,9 +43,6 @@
4143
<ErrorReport>prompt</ErrorReport>
4244
<WarningLevel>4</WarningLevel>
4345
<RunCodeAnalysis>false</RunCodeAnalysis>
44-
<CreateVsixContainer>False</CreateVsixContainer>
45-
<DeployExtension>False</DeployExtension>
46-
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
4746
<OutputPath>bin\Debug\</OutputPath>
4847
</PropertyGroup>
4948
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugCodeAnalysis|AnyCPU'">
@@ -54,20 +53,6 @@
5453
<ErrorReport>prompt</ErrorReport>
5554
<WarningLevel>4</WarningLevel>
5655
<RunCodeAnalysis>true</RunCodeAnalysis>
57-
<CreateVsixContainer>False</CreateVsixContainer>
58-
<DeployExtension>False</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>
7156
<OutputPath>bin\Debug\</OutputPath>
7257
</PropertyGroup>
7358
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
@@ -77,19 +62,6 @@
7762
<ErrorReport>prompt</ErrorReport>
7863
<WarningLevel>4</WarningLevel>
7964
<RunCodeAnalysis>true</RunCodeAnalysis>
80-
<CreateVsixContainer>False</CreateVsixContainer>
81-
<DeployExtension>False</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>
9365
<OutputPath>bin\Release\</OutputPath>
9466
</PropertyGroup>
9567
<Import Project="$(SolutionDir)\src\common\signing.props" />

src/GitHub.StartPage/GitHub.StartPage.csproj

+2-30
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<CodeAnalysisRuleSet>..\common\GitHubVS.ruleset</CodeAnalysisRuleSet>
3131
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3232
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
33+
<CreateVsixContainer>False</CreateVsixContainer>
34+
<DeployExtension>False</DeployExtension>
3335
</PropertyGroup>
3436
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3537
<DebugSymbols>true</DebugSymbols>
@@ -39,9 +41,6 @@
3941
<ErrorReport>prompt</ErrorReport>
4042
<WarningLevel>4</WarningLevel>
4143
<RunCodeAnalysis>false</RunCodeAnalysis>
42-
<CreateVsixContainer>False</CreateVsixContainer>
43-
<DeployExtension>False</DeployExtension>
44-
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
4544
<OutputPath>bin\Debug\</OutputPath>
4645
</PropertyGroup>
4746
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugCodeAnalysis|AnyCPU'">
@@ -52,20 +51,6 @@
5251
<ErrorReport>prompt</ErrorReport>
5352
<WarningLevel>4</WarningLevel>
5453
<RunCodeAnalysis>true</RunCodeAnalysis>
55-
<CreateVsixContainer>False</CreateVsixContainer>
56-
<DeployExtension>False</DeployExtension>
57-
<OutputPath>bin\Debug\</OutputPath>
58-
</PropertyGroup>
59-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWithoutVsix|AnyCPU' ">
60-
<DebugSymbols>true</DebugSymbols>
61-
<DebugType>full</DebugType>
62-
<Optimize>false</Optimize>
63-
<DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
64-
<ErrorReport>prompt</ErrorReport>
65-
<WarningLevel>4</WarningLevel>
66-
<RunCodeAnalysis>false</RunCodeAnalysis>
67-
<CreateVsixContainer>False</CreateVsixContainer>
68-
<DeployExtension>False</DeployExtension>
6954
<OutputPath>bin\Debug\</OutputPath>
7055
</PropertyGroup>
7156
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
@@ -75,19 +60,6 @@
7560
<ErrorReport>prompt</ErrorReport>
7661
<WarningLevel>4</WarningLevel>
7762
<RunCodeAnalysis>true</RunCodeAnalysis>
78-
<CreateVsixContainer>False</CreateVsixContainer>
79-
<DeployExtension>False</DeployExtension>
80-
<OutputPath>bin\Release\</OutputPath>
81-
</PropertyGroup>
82-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWithoutVsix|AnyCPU' ">
83-
<DebugType>pdbonly</DebugType>
84-
<Optimize>true</Optimize>
85-
<DefineConstants>TRACE</DefineConstants>
86-
<ErrorReport>prompt</ErrorReport>
87-
<WarningLevel>4</WarningLevel>
88-
<RunCodeAnalysis>true</RunCodeAnalysis>
89-
<CreateVsixContainer>False</CreateVsixContainer>
90-
<DeployExtension>False</DeployExtension>
9163
<OutputPath>bin\Release\</OutputPath>
9264
</PropertyGroup>
9365
<ItemGroup>

0 commit comments

Comments
 (0)