]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove some wayward folder includes in the `csproj` (#31244)
authorMervill <mervills.email@gmail.com>
Thu, 22 Aug 2024 17:19:29 +0000 (10:19 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Aug 2024 17:19:29 +0000 (13:19 -0400)
remove some wayward folder inlcudes

Content.Client/Content.Client.csproj
Content.Server/Content.Server.csproj
Content.Shared/Content.Shared.csproj

index 956f2fd0351a9821d2706e70557fef28df5f9cee..43fd8df2e19aa6eb88f60e4e2c8e69089e6f08da 100644 (file)
@@ -23,9 +23,6 @@
     <ProjectReference Include="..\RobustToolbox\Robust.Client\Robust.Client.csproj" />
     <ProjectReference Include="..\Content.Shared\Content.Shared.csproj" />
   </ItemGroup>
-  <ItemGroup>
-    <Folder Include="Spawners\" />
-  </ItemGroup>
   <Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
   <Import Project="..\RobustToolbox\MSBuild\XamlIL.targets" />
 </Project>
index 70e404fdef0af38961241e015a18060c002ada17..99b834683cefed16dd8c82f7cfd224e8bf16afa3 100644 (file)
@@ -26,8 +26,5 @@
     <ProjectReference Include="..\RobustToolbox\Robust.Server\Robust.Server.csproj" />
     <ProjectReference Include="..\Content.Shared\Content.Shared.csproj" />
   </ItemGroup>
-  <ItemGroup>
-    <Folder Include="Objectives\Interfaces\" />
-  </ItemGroup>
   <Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
 </Project>
index 51a80dfd21321908eecec0bf52e1f9670d13671d..4cca399b28b9768c2268ce358511ed3684970001 100644 (file)
@@ -23,9 +23,6 @@
       <Private>false</Private>
     </ProjectReference>
   </ItemGroup>
-  <ItemGroup>
-    <Folder Include="Power\Components\" />
-  </ItemGroup>
   <Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
   <Import Project="..\RobustToolbox\MSBuild\Robust.CompNetworkGenerator.targets" />
 </Project>