Skip to content

Commit 20aca08

Browse files
abcdefg30reaperrr
authored andcommitted
Remove the CodeAnalysisRuleSet property from all csproj files
1 parent 78929ab commit 20aca08

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

OpenRA.Game/OpenRA.Game.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<OutputPath>..</OutputPath>
3939
<DefineConstants>TRACE;DEBUG</DefineConstants>
4040
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
41-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
4241
<PlatformTarget>x86</PlatformTarget>
4342
<UseVSHostingProcess>false</UseVSHostingProcess>
4443
<StartArguments>Game.Mod=ra</StartArguments>
@@ -53,7 +52,6 @@
5352
<DebugType>pdbonly</DebugType>
5453
<PlatformTarget>x86</PlatformTarget>
5554
<UseVSHostingProcess>false</UseVSHostingProcess>
56-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5755
<Optimize>true</Optimize>
5856
<StartArguments>Game.Mod=ra</StartArguments>
5957
<Commandlineparameters>Game.Mod=ra</Commandlineparameters>

OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<PlatformTarget>x86</PlatformTarget>
4040
<ErrorReport>prompt</ErrorReport>
4141
<OutputPath>bin\Debug\</OutputPath>
42-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
4342
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4443
<LangVersion>5</LangVersion>
4544
</PropertyGroup>
@@ -51,7 +50,6 @@
5150
<DebugType>pdbonly</DebugType>
5251
<PlatformTarget>x86</PlatformTarget>
5352
<ErrorReport>prompt</ErrorReport>
54-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5553
<Optimize>true</Optimize>
5654
</PropertyGroup>
5755
<ItemGroup>

OpenRA.Mods.Common/OpenRA.Mods.Common.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<WarningLevel>4</WarningLevel>
2424
<PlatformTarget>x86</PlatformTarget>
2525
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
26-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
2726
<LangVersion>5</LangVersion>
2827
</PropertyGroup>
2928
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
@@ -34,7 +33,6 @@
3433
<DebugType>pdbonly</DebugType>
3534
<PlatformTarget>x86</PlatformTarget>
3635
<ErrorReport>prompt</ErrorReport>
37-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
3836
<Optimize>true</Optimize>
3937
</PropertyGroup>
4038
<ItemGroup>

OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<ErrorReport>prompt</ErrorReport>
4141
<OutputPath>bin\Debug\</OutputPath>
4242
<DefineConstants>TRACE;DEBUG;</DefineConstants>
43-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
4443
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4544
<LangVersion>5</LangVersion>
4645
</PropertyGroup>
@@ -52,7 +51,6 @@
5251
<DebugType>pdbonly</DebugType>
5352
<PlatformTarget>x86</PlatformTarget>
5453
<ErrorReport>prompt</ErrorReport>
55-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5654
<Optimize>true</Optimize>
5755
</PropertyGroup>
5856
<ItemGroup>

OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<PlatformTarget>x86</PlatformTarget>
2020
<ErrorReport>prompt</ErrorReport>
2121
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
22-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
2322
<LangVersion>5</LangVersion>
2423
</PropertyGroup>
2524
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
@@ -30,7 +29,6 @@
3029
<DebugType>pdbonly</DebugType>
3130
<PlatformTarget>x86</PlatformTarget>
3231
<ErrorReport>prompt</ErrorReport>
33-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
3432
<Optimize>true</Optimize>
3533
</PropertyGroup>
3634
<ItemGroup>

OpenRA.Server/OpenRA.Server.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<DefineConstants>DEBUG;TRACE</DefineConstants>
4040
<ErrorReport>prompt</ErrorReport>
4141
<UseVSHostingProcess>false</UseVSHostingProcess>
42-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
4342
<PlatformTarget>x86</PlatformTarget>
4443
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4544
<LangVersion>5</LangVersion>
@@ -53,7 +52,6 @@
5352
<PlatformTarget>x86</PlatformTarget>
5453
<UseVSHostingProcess>false</UseVSHostingProcess>
5554
<ErrorReport>prompt</ErrorReport>
56-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5755
<Optimize>true</Optimize>
5856
</PropertyGroup>
5957
<ItemGroup>

OpenRA.Test/OpenRA.Test.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<DebugType>full</DebugType>
2020
<PlatformTarget>x86</PlatformTarget>
2121
<ErrorReport>prompt</ErrorReport>
22-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
2322
<LangVersion>5</LangVersion>
2423
</PropertyGroup>
2524
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
@@ -29,7 +28,6 @@
2928
<DebugType>pdbonly</DebugType>
3029
<PlatformTarget>x86</PlatformTarget>
3130
<ErrorReport>prompt</ErrorReport>
32-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
3331
<Optimize>true</Optimize>
3432
</PropertyGroup>
3533
<ItemGroup>

OpenRA.Utility/OpenRA.Utility.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<DefineConstants>DEBUG;TRACE</DefineConstants>
4040
<ErrorReport>prompt</ErrorReport>
4141
<UseVSHostingProcess>false</UseVSHostingProcess>
42-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
4342
<PlatformTarget>x86</PlatformTarget>
4443
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4544
<LangVersion>5</LangVersion>
@@ -53,7 +52,6 @@
5352
<PlatformTarget>x86</PlatformTarget>
5453
<UseVSHostingProcess>false</UseVSHostingProcess>
5554
<ErrorReport>prompt</ErrorReport>
56-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5755
<Optimize>true</Optimize>
5856
</PropertyGroup>
5957
<ItemGroup>

0 commit comments

Comments
 (0)