Skip to content

Commit

Permalink
Include lang in build
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Sep 8, 2024
1 parent fbcc6ce commit 5efc6cb
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions src/CS2/Gangs/Gangs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,10 @@
</ItemGroup>

<ItemGroup>
<Compile Remove="build\**"/>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Remove="build\**"/>
</ItemGroup>

<ItemGroup>
<None Remove="build\**"/>
<None Remove="Gangs.zip"/>
</ItemGroup>

<ItemGroup>
<None Update="lang\**" CopyToOutputDirectory="PreserveNewest"/>
<Content Include="..\..\..\lang\**\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>lang\%(RecursiveDir)%(Filename)%(Extension)</Link>
</Content>
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 5efc6cb

Please sign in to comment.