Fix .csproj bloat (#18637)

This commit is contained in:
metalgearsloth
2023-08-05 04:43:39 +10:00
committed by GitHub
parent fbbd6ee8f7
commit 5cce3ae608
2 changed files with 0 additions and 19 deletions

View File

@@ -23,21 +23,6 @@
<ProjectReference Include="..\RobustToolbox\Robust.Client\Robust.Client.csproj" />
<ProjectReference Include="..\Content.Shared\Content.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="UserInterface\Systems\MenuBar\Widgets\GameTopMenuBar.xaml.cs">
<DependentUpon>GameTopMenuBar.xaml</DependentUpon>
</Compile>
<Compile Update="UserInterface\Systems\HotBar\Widgets\HotbarGui.xaml.cs">
<DependentUpon>HotbarGui.xaml</DependentUpon>
</Compile>
<Compile Update="UserInterface\Systems\Inventory\Windows\StrippingWindow.xaml.cs">
<DependentUpon>StrippingWindow.xaml</DependentUpon>
</Compile>
<Compile Update="Bql\ToolshedVisualizeWindow.xaml.cs">
<DependentUpon>ToolshedVisualizeWindow.xaml</DependentUpon>
</Compile>
</ItemGroup>
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
<Import Project="..\RobustToolbox\MSBuild\XamlIL.targets" />
</Project>

View File

@@ -23,10 +23,6 @@
<Private>false</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Text\Names\*.txt" />
</ItemGroup>
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
<Import Project="..\RobustToolbox\MSBuild\Robust.CompNetworkGenerator.targets" />
</Project>