Fix .csproj bloat (#18637)
This commit is contained in:
@@ -23,21 +23,6 @@
|
|||||||
<ProjectReference Include="..\RobustToolbox\Robust.Client\Robust.Client.csproj" />
|
<ProjectReference Include="..\RobustToolbox\Robust.Client\Robust.Client.csproj" />
|
||||||
<ProjectReference Include="..\Content.Shared\Content.Shared.csproj" />
|
<ProjectReference Include="..\Content.Shared\Content.Shared.csproj" />
|
||||||
</ItemGroup>
|
</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\Robust.Properties.targets" />
|
||||||
<Import Project="..\RobustToolbox\MSBuild\XamlIL.targets" />
|
<Import Project="..\RobustToolbox\MSBuild\XamlIL.targets" />
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -23,10 +23,6 @@
|
|||||||
<Private>false</Private>
|
<Private>false</Private>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<EmbeddedResource Include="Text\Names\*.txt" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
|
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
|
||||||
<Import Project="..\RobustToolbox\MSBuild\Robust.CompNetworkGenerator.targets" />
|
<Import Project="..\RobustToolbox\MSBuild\Robust.CompNetworkGenerator.targets" />
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user