|
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <OutputPath>..\..\build\$(Configuration)\</OutputPath> |
15 | 15 | <BuildType Condition="Exists('..\..\script\src\ApiClientConfiguration.cs')">Internal</BuildType> |
16 | | - <NuGetPackageImportStamp> |
17 | | - </NuGetPackageImportStamp> |
18 | | - <TargetFrameworkProfile /> |
| 16 | + <WarningLevel>4</WarningLevel> |
| 17 | + <RunCodeAnalysis>true</RunCodeAnalysis> |
| 18 | + <CodeAnalysisRuleSet>..\common\GitHubVS.ruleset</CodeAnalysisRuleSet> |
| 19 | + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| 20 | + <CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode> |
19 | 21 | </PropertyGroup> |
20 | 22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
21 | 23 | <DebugSymbols>true</DebugSymbols> |
22 | 24 | <DebugType>full</DebugType> |
23 | 25 | <Optimize>false</Optimize> |
24 | | - <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 26 | + <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants> |
25 | 27 | <ErrorReport>prompt</ErrorReport> |
26 | | - <WarningLevel>4</WarningLevel> |
27 | 28 | </PropertyGroup> |
28 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 | 30 | <DebugType>pdbonly</DebugType> |
30 | 31 | <Optimize>true</Optimize> |
31 | 32 | <DefineConstants>TRACE</DefineConstants> |
32 | 33 | <ErrorReport>prompt</ErrorReport> |
33 | | - <WarningLevel>4</WarningLevel> |
34 | 34 | </PropertyGroup> |
35 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'XamlDesign|AnyCPU'"> |
36 | 36 | <DebugSymbols>true</DebugSymbols> |
37 | 37 | <DebugType>full</DebugType> |
38 | 38 | <Optimize>false</Optimize> |
39 | 39 | <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS;XAML_DESIGNER</DefineConstants> |
40 | 40 | <ErrorReport>prompt</ErrorReport> |
41 | | - <WarningLevel>4</WarningLevel> |
42 | | - <RunCodeAnalysis>true</RunCodeAnalysis> |
43 | | - <CodeAnalysisRuleSet>..\common\GitHubVS.ruleset</CodeAnalysisRuleSet> |
44 | | - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
45 | | - <CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode> |
46 | 41 | <CreateVsixContainer>True</CreateVsixContainer> |
47 | 42 | <DeployExtension>True</DeployExtension> |
48 | 43 | <IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer> |
|
79 | 74 | <Compile Include="Base\TeamExplorerItemBase.cs" /> |
80 | 75 | <Compile Include="Colors.cs" /> |
81 | 76 | <Compile Include="Constants.cs" /> |
| 77 | + <Compile Include="Helpers\SharedDictionaryManager.cs" /> |
82 | 78 | <Compile Include="RepositoryOrigin.cs" /> |
83 | 79 | <Compile Include="Resources.Designer.cs"> |
84 | 80 | <DependentUpon>Resources.resx</DependentUpon> |
|
107 | 103 | </Compile> |
108 | 104 | <Compile Include="Properties\AssemblyInfo.cs" /> |
109 | 105 | <None Include="packages.config" /> |
110 | | - <Compile Include="..\common\SharedDictionaryManager.cs"> |
111 | | - <Link>Helpers\SharedDictionaryManager.cs</Link> |
112 | | - </Compile> |
113 | 106 | </ItemGroup> |
114 | 107 | <ItemGroup> |
115 | 108 | <Page Include="SharedDictionary.xaml"> |
116 | 109 | <Generator>MSBuild:Compile</Generator> |
117 | 110 | <SubType>Designer</SubType> |
118 | 111 | </Page> |
| 112 | + <Page Include="Styles\ActionLinkButton.xaml"> |
| 113 | + <Generator>MSBuild:Compile</Generator> |
| 114 | + <SubType>Designer</SubType> |
| 115 | + </Page> |
| 116 | + <Page Include="Styles\Buttons.xaml"> |
| 117 | + <Generator>MSBuild:Compile</Generator> |
| 118 | + <SubType>Designer</SubType> |
| 119 | + </Page> |
| 120 | + <Page Include="Styles\GitHubActionLink.xaml"> |
| 121 | + <Generator>MSBuild:Compile</Generator> |
| 122 | + <SubType>Designer</SubType> |
| 123 | + </Page> |
| 124 | + <Page Include="Styles\GitHubComboBox.xaml"> |
| 125 | + <Generator>MSBuild:Compile</Generator> |
| 126 | + <SubType>Designer</SubType> |
| 127 | + </Page> |
| 128 | + <Page Include="Styles\GitHubTabControl.xaml"> |
| 129 | + <Generator>MSBuild:Compile</Generator> |
| 130 | + <SubType>Designer</SubType> |
| 131 | + </Page> |
| 132 | + <Page Include="Styles\LinkDropDown.xaml"> |
| 133 | + <Generator>MSBuild:Compile</Generator> |
| 134 | + <SubType>Designer</SubType> |
| 135 | + </Page> |
| 136 | + <Page Include="Styles\TextBlocks.xaml"> |
| 137 | + <Generator>MSBuild:Compile</Generator> |
| 138 | + <SubType>Designer</SubType> |
| 139 | + </Page> |
119 | 140 | <Page Include="Styles\ThemeBlue.xaml"> |
120 | 141 | <Generator>MSBuild:Compile</Generator> |
121 | 142 | <SubType>Designer</SubType> |
|
181 | 202 | <SubType>Designer</SubType> |
182 | 203 | </EmbeddedResource> |
183 | 204 | </ItemGroup> |
| 205 | + <ItemGroup /> |
184 | 206 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
185 | 207 | <Import Project="..\..\packages\Fody.1.28.0\build\Fody.targets" Condition="Exists('..\..\packages\Fody.1.28.0\build\Fody.targets')" /> |
186 | 208 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
0 commit comments