Skip to content

Commit

Permalink
Don't copy referenced assemblies to output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zeobviouslyfakeacc committed Nov 9, 2019
1 parent b1c20cd commit ef63298
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions HungerRevamped.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,16 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp" />
<Reference Include="0Harmony" />
<Reference Include="Assembly-CSharp">
<Private>False</Private>
</Reference>
<Reference Include="0Harmony">
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="UnityEngine.CoreModule" />
<Reference Include="UnityEngine.CoreModule">
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="FoodPoisoningTuple.cs" />
Expand Down

0 comments on commit ef63298

Please sign in to comment.