Skip to content

Commit

Permalink
Update project file to remove automatically added files and build con…
Browse files Browse the repository at this point in the history
…tent as part of the pipeline. Reference updated XNAControls.
  • Loading branch information
ethanmoffat committed Feb 9, 2022
1 parent c6bbafd commit b026cbf
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion EndlessClient/EndlessClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Remove="ContentPipeline\bin\**" />
<Compile Remove="ContentPipeline\obj\**" />
<EmbeddedResource Remove="ContentPipeline\bin\**" />
<EmbeddedResource Remove="ContentPipeline\obj\**" />
<None Remove="ContentPipeline\bin\**" />
<None Remove="ContentPipeline\obj\**" />
<Page Remove="ContentPipeline\bin\**" />
<Page Remove="ContentPipeline\obj\**" />
</ItemGroup>
<ItemGroup>
<MonoGameContentReference Include="ContentPipeline\Content.mgcb" />
</ItemGroup>
Expand All @@ -29,7 +39,6 @@
<ProjectReference Include="..\EOLib.Localization\EOLib.Localization.csproj" />
<ProjectReference Include="..\EOLib.Logger\EOLib.Logger.csproj" />
<ProjectReference Include="..\EOLib\EOLib.csproj" />
<ProjectReference Include="..\..\XNAControls\XNAControls\XNAControls.csproj" />
</ItemGroup>
<ItemGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<Content Include="ContentPipeline\HairClip.xnb">
Expand All @@ -45,7 +54,9 @@
<PropertyGroup />
<ItemGroup>
<PackageReference Include="EndlessClient.Binaries" Version="1.2.0.2" />
<PackageReference Include="Monogame.Content.Builder.Task" Version="3.8.0.1641" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />
<PackageReference Include="XNAControls" Version="1.2.3" />
</ItemGroup>
</Project>

0 comments on commit b026cbf

Please sign in to comment.