diff --git a/Content.Benchmarks/Content.Benchmarks.csproj b/Content.Benchmarks/Content.Benchmarks.csproj index ba1b30955e..0c3db095da 100644 --- a/Content.Benchmarks/Content.Benchmarks.csproj +++ b/Content.Benchmarks/Content.Benchmarks.csproj @@ -24,4 +24,5 @@ + diff --git a/Content.Client/Content.Client.csproj b/Content.Client/Content.Client.csproj index 489f0952cc..66e99e2255 100644 --- a/Content.Client/Content.Client.csproj +++ b/Content.Client/Content.Client.csproj @@ -35,4 +35,5 @@ + diff --git a/Content.IntegrationTests/Content.IntegrationTests.csproj b/Content.IntegrationTests/Content.IntegrationTests.csproj index 8cb670526f..c92c138428 100644 --- a/Content.IntegrationTests/Content.IntegrationTests.csproj +++ b/Content.IntegrationTests/Content.IntegrationTests.csproj @@ -25,4 +25,5 @@ + diff --git a/Content.Server.Database/Content.Server.Database.csproj b/Content.Server.Database/Content.Server.Database.csproj index 108a811093..c65ed97bf4 100644 --- a/Content.Server.Database/Content.Server.Database.csproj +++ b/Content.Server.Database/Content.Server.Database.csproj @@ -20,4 +20,5 @@ + diff --git a/Content.Server/Content.Server.csproj b/Content.Server/Content.Server.csproj index 2e7594e2fd..7609f6859e 100644 --- a/Content.Server/Content.Server.csproj +++ b/Content.Server/Content.Server.csproj @@ -24,4 +24,5 @@ + diff --git a/Content.Shared/Content.Shared.csproj b/Content.Shared/Content.Shared.csproj index 7dbf5cc32c..8ca65ab8df 100644 --- a/Content.Shared/Content.Shared.csproj +++ b/Content.Shared/Content.Shared.csproj @@ -31,4 +31,5 @@ + diff --git a/Content.Tests/Content.Tests.csproj b/Content.Tests/Content.Tests.csproj index 0763a5f519..6b43edb1f1 100644 --- a/Content.Tests/Content.Tests.csproj +++ b/Content.Tests/Content.Tests.csproj @@ -27,4 +27,5 @@ + diff --git a/SpaceStation14.sln b/SpaceStation14.sln index 9736962bea..cf0865a6d0 100644 --- a/SpaceStation14.sln +++ b/SpaceStation14.sln @@ -50,6 +50,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MSBuild", "MSBuild", "{5040 RobustToolbox\MSBuild\Robust.Engine.targets = RobustToolbox\MSBuild\Robust.Engine.targets RobustToolbox\MSBuild\Robust.Properties.targets = RobustToolbox\MSBuild\Robust.Properties.targets RobustToolbox\MSBuild\XamlIL.targets = RobustToolbox\MSBuild\XamlIL.targets + RobustToolbox\MSBuild\Robust.Analyzers.targets = RobustToolbox\MSBuild\Robust.Analyzers.targets EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{806ED41A-411B-4B3B-BEB6-DEC6DCA4C205}" @@ -89,6 +90,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XamlX", "RobustToolbox\Xaml EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XamlX.Runtime", "RobustToolbox\XamlX\src\XamlX.Runtime\XamlX.Runtime.csproj", "{440426C1-8DCA-43F6-967F-94439B8DAF47}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Robust.Analyzer", "RobustToolbox\Robust.Analyzer\Robust.Analyzer.csproj", "{1BEB8C8B-9ACD-4DB4-B97D-56331EE0AA89}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -193,6 +196,10 @@ Global {440426C1-8DCA-43F6-967F-94439B8DAF47}.Debug|Any CPU.Build.0 = Debug|Any CPU {440426C1-8DCA-43F6-967F-94439B8DAF47}.Release|Any CPU.ActiveCfg = Release|Any CPU {440426C1-8DCA-43F6-967F-94439B8DAF47}.Release|Any CPU.Build.0 = Release|Any CPU + {1BEB8C8B-9ACD-4DB4-B97D-56331EE0AA89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1BEB8C8B-9ACD-4DB4-B97D-56331EE0AA89}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1BEB8C8B-9ACD-4DB4-B97D-56331EE0AA89}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1BEB8C8B-9ACD-4DB4-B97D-56331EE0AA89}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -219,6 +226,7 @@ Global {16F7DE32-0186-44B9-9345-0C20D1BF2422} = {AFF53804-115F-4E67-B81F-26265EA27880} {23F09C45-950E-4DB7-A465-E937450FF008} = {AFF53804-115F-4E67-B81F-26265EA27880} {440426C1-8DCA-43F6-967F-94439B8DAF47} = {AFF53804-115F-4E67-B81F-26265EA27880} + {1BEB8C8B-9ACD-4DB4-B97D-56331EE0AA89} = {83B4CBBA-547A-42F0-A7CD-8A67D93196CE} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {AA37ED9F-F8D6-468E-A101-658AD605B09A}