File tree Expand file tree Collapse file tree 6 files changed +3
-26
lines changed Expand file tree Collapse file tree 6 files changed +3
-26
lines changed Original file line number Diff line number Diff line change 44 <PropertyGroup Label =" Code Analysis" >
55 <Features >IOperation</Features >
66 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7- <CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)..\tools\ code-analysis.ruleset</CodeAnalysisRuleSet >
7+ <CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)code-analysis.ruleset</CodeAnalysisRuleSet >
88 </PropertyGroup >
99
1010 <ItemGroup Label =" Code Analysis" >
11- <CodeAnalysisDictionary Include =" $(MSBuildThisFileDirectory)..\tools\custom-dictionary.xml" Link =" custom-dictionary.xml" />
12- </ItemGroup >
13-
14- <ItemGroup Label =" Code Analysis" >
15- <AdditionalFiles Include =" $(MSBuildThisFileDirectory)..\tools\stylecop.json" Link =" stylecop.json" Visible =" false" />
11+ <AdditionalFiles Include =" $(MSBuildThisFileDirectory)stylecop.json" Link =" stylecop.json" Visible =" false" />
1612 </ItemGroup >
1713
1814 <ItemGroup Label =" NuGet" >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 44 <PropertyGroup Label =" Signing" >
55 <SignAssembly >true</SignAssembly >
66 <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
7- <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)..\tools\ key.snk</AssemblyOriginatorKeyFile >
7+ <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)key.snk</AssemblyOriginatorKeyFile >
88 </PropertyGroup >
99
1010</Project >
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments