From d85d5c35a8f6fab1e1f9d0f709df7d20cc93d28c Mon Sep 17 00:00:00 2001 From: Dominion Date: Sat, 20 May 2023 18:52:33 -0400 Subject: [PATCH] Never _ever_ use backslashs for filepaths --- src/Tgstation.Server.Api/Tgstation.Server.Api.csproj | 2 +- src/Tgstation.Server.Client/Tgstation.Server.Client.csproj | 2 +- src/Tgstation.Server.Common/Tgstation.Server.Common.csproj | 2 +- .../Tgstation.Server.Host.Common.csproj | 2 +- .../Tgstation.Server.Host.Console.csproj | 2 +- .../Tgstation.Server.Host.Service.csproj | 2 +- .../Tgstation.Server.Host.Watchdog.csproj | 2 +- src/Tgstation.Server.Host/Tgstation.Server.Host.csproj | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj index 8a87730560..755f7aec93 100644 --- a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj +++ b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj @@ -21,7 +21,7 @@ enable true ../../build/analyzers.ruleset - $(TargetDir)\$(AssemblyName).xml + $(TargetDir)/$(AssemblyName).xml CA1028 diff --git a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj index c3cf2c82d1..9987651fea 100644 --- a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj +++ b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj @@ -22,7 +22,7 @@ bin\$(Configuration)\netstandard2.0\Tgstation.Server.Client.xml true ../../build/analyzers.ruleset - $(TargetDir)\$(AssemblyName).xml + $(TargetDir)/$(AssemblyName).xml diff --git a/src/Tgstation.Server.Common/Tgstation.Server.Common.csproj b/src/Tgstation.Server.Common/Tgstation.Server.Common.csproj index 5b9196612f..c27ddd8839 100644 --- a/src/Tgstation.Server.Common/Tgstation.Server.Common.csproj +++ b/src/Tgstation.Server.Common/Tgstation.Server.Common.csproj @@ -6,7 +6,7 @@ $(TgsCoreVersion) true ../../build/analyzers.ruleset - $(TargetDir)\$(AssemblyName).xml + $(TargetDir)/$(AssemblyName).xml diff --git a/src/Tgstation.Server.Host.Common/Tgstation.Server.Host.Common.csproj b/src/Tgstation.Server.Host.Common/Tgstation.Server.Host.Common.csproj index e8540bd6bd..904cbbbb09 100644 --- a/src/Tgstation.Server.Host.Common/Tgstation.Server.Host.Common.csproj +++ b/src/Tgstation.Server.Host.Common/Tgstation.Server.Host.Common.csproj @@ -7,7 +7,7 @@ false true ../../build/analyzers.ruleset - $(TargetDir)\$(AssemblyName).xml + $(TargetDir)/$(AssemblyName).xml diff --git a/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj b/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj index 42ff1ced84..a17843e9ae 100644 --- a/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj +++ b/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj @@ -8,7 +8,7 @@ false true ../../build/analyzers.ruleset - $(TargetDir)\$(AssemblyName).xml + $(TargetDir)/$(AssemblyName).xml diff --git a/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj b/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj index a1afd6e9a1..b148ca4845 100644 --- a/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj +++ b/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj @@ -8,7 +8,7 @@ $(TgsCoreVersion) true ../../build/analyzers.ruleset - $(TargetDir)\$(AssemblyName).xml + $(TargetDir)/$(AssemblyName).xml diff --git a/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj b/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj index 2bd4fdc019..2d787419a5 100644 --- a/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj +++ b/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj @@ -9,7 +9,7 @@ false true ../../build/analyzers.ruleset - $(TargetDir)\$(AssemblyName).xml + $(TargetDir)/$(AssemblyName).xml diff --git a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj index 691a95c2ec..9e9ce19ad1 100644 --- a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj +++ b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj @@ -7,7 +7,7 @@ true true ../../build/analyzers.ruleset - $(TargetDir)\$(AssemblyName).xml + $(TargetDir)/$(AssemblyName).xml API1000