Fix .csproj bloat (#18637)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user