Skip to content

Commit

Permalink
updated project file to exclude submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Cx01N committed Aug 17, 2024
1 parent bed69f6 commit dbac568
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions EmpireCompiler/EmpireCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,11 @@
<HintPath>refs\Donut.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<None Remove="Data/ReferenceSourceLibraries\**" />
<Compile Remove="Data/ReferenceSourceLibraries\**" />
<Content Remove="Data/ReferenceSourceLibraries\**" />
<EmbeddedResource Remove="Data/ReferenceSourceLibraries\**" />
</ItemGroup>
</Project>

0 comments on commit dbac568

Please sign in to comment.