We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966e524 commit 6190592Copy full SHA for 6190592
1 file changed
NewStarGPTelemetryMod.csproj
@@ -16,8 +16,11 @@
16
</PropertyGroup>
17
18
<ItemGroup>
19
- <Compile Remove="lib\**" />
20
- <EmbeddedResource Remove="lib\**" />
+ <Compile Remove="libs\**" />
+ <Compile Remove="lib\**" />
21
+ <EmbeddedResource Remove="libs\**" />
22
+ <EmbeddedResource Remove="lib\**" />
23
+ <None Remove="libs\**" />
24
<None Remove="lib\**" />
25
</ItemGroup>
26
@@ -44,7 +47,7 @@
44
47
45
48
46
49
<Reference Include="Assembly-CSharp">
- <HintPath>lib\Assembly-CSharp_publicized.dll</HintPath>
50
+ <HintPath>libs\Assembly-CSharp.dll</HintPath>
51
</Reference>
52
<Reference Include="netstandard">
53
<HintPath>lib\netstandard.dll</HintPath>
0 commit comments