Never _ever_ use backslashs for filepaths

This commit is contained in:
Dominion
2023-05-20 18:52:33 -04:00
parent 91b2044a80
commit d85d5c35a8
8 changed files with 8 additions and 8 deletions
@@ -21,7 +21,7 @@
<Nullable>enable</Nullable>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<CodeAnalysisRuleSet>../../build/analyzers.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>$(TargetDir)\$(AssemblyName).xml</DocumentationFile>
<DocumentationFile>$(TargetDir)/$(AssemblyName).xml</DocumentationFile>
<NoWarn>CA1028</NoWarn>
</PropertyGroup>
@@ -22,7 +22,7 @@
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Tgstation.Server.Client.xml</DocumentationFile>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<CodeAnalysisRuleSet>../../build/analyzers.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>$(TargetDir)\$(AssemblyName).xml</DocumentationFile>
<DocumentationFile>$(TargetDir)/$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
@@ -6,7 +6,7 @@
<Version>$(TgsCoreVersion)</Version>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<CodeAnalysisRuleSet>../../build/analyzers.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>$(TargetDir)\$(AssemblyName).xml</DocumentationFile>
<DocumentationFile>$(TargetDir)/$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
@@ -7,7 +7,7 @@
<IsPackable>false</IsPackable>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<CodeAnalysisRuleSet>../../build/analyzers.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>$(TargetDir)\$(AssemblyName).xml</DocumentationFile>
<DocumentationFile>$(TargetDir)/$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -8,7 +8,7 @@
<IsPackable>false</IsPackable>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<CodeAnalysisRuleSet>../../build/analyzers.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>$(TargetDir)\$(AssemblyName).xml</DocumentationFile>
<DocumentationFile>$(TargetDir)/$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -8,7 +8,7 @@
<Version>$(TgsCoreVersion)</Version>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<CodeAnalysisRuleSet>../../build/analyzers.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>$(TargetDir)\$(AssemblyName).xml</DocumentationFile>
<DocumentationFile>$(TargetDir)/$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -9,7 +9,7 @@
<IsPackable>false</IsPackable>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<CodeAnalysisRuleSet>../../build/analyzers.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>$(TargetDir)\$(AssemblyName).xml</DocumentationFile>
<DocumentationFile>$(TargetDir)/$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -7,7 +7,7 @@
<IncludeOpenAPIAnalyzers>true</IncludeOpenAPIAnalyzers>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<CodeAnalysisRuleSet>../../build/analyzers.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>$(TargetDir)\$(AssemblyName).xml</DocumentationFile>
<DocumentationFile>$(TargetDir)/$(AssemblyName).xml</DocumentationFile>
<NoWarn>API1000</NoWarn>
</PropertyGroup>