Skip to content

Commit d8da603

Browse files
committed
conditional assembly ref
1 parent 6190592 commit d8da603

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

NewStarGPTelemetryMod.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@
4747

4848
<ItemGroup>
4949
<Reference Include="Assembly-CSharp">
50-
<HintPath>libs\Assembly-CSharp.dll</HintPath>
50+
<HintPath Condition="Exists('libs\Assembly-CSharp-publicized.dll')">libs\Assembly-CSharp-publicized.dll</HintPath>
51+
<HintPath Condition="!Exists('libs\Assembly-CSharp-publicized.dll')">libs\Assembly-CSharp.dll</HintPath>
5152
</Reference>
52-
<Reference Include="netstandard">
53+
<!--<Reference Include="netstandard">
5354
<HintPath>lib\netstandard.dll</HintPath>
54-
</Reference>
55+
</Reference>-->
5556
</ItemGroup>
5657

5758

0 commit comments

Comments
 (0)