Skip to content

Commit

Permalink
Fix missing xml for normal engine builds
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Sep 7, 2024
1 parent 2543548 commit 7b650eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Assembly-CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
<AssemblyName>Assembly-CSharp</AssemblyName>
</PropertyGroup>
<ItemGroup Condition="'$(Configuration)' != 'ScriptCompiler'">
<Reference Include="System.Xml">
<HintPath>DLLs\System.Xml.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>DLLs\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
Expand Down

0 comments on commit 7b650eb

Please sign in to comment.