Skip to content

Commit 43c7dae

Browse files
authored
Update Essentials.csproj
1 parent 3baa3cf commit 43c7dae

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

‎Essentials/Essentials.csproj‎

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -29,20 +29,18 @@
2929
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
3030
</PropertyGroup>
3131
<ItemGroup>
32-
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
33-
<HintPath>..\TorchBinaries\Newtonsoft.Json.dll</HintPath>
34-
<Private>False</Private>
32+
<Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
33+
<HintPath>..\GameBinaries\netstandard.dll</HintPath>
34+
</Reference>
35+
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
36+
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
3537
</Reference>
36-
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c">
37-
<HintPath>..\TorchBinaries\NLog.dll</HintPath>
38+
<Reference Include="NLog">
39+
<HintPath>..\packages\NLog.4.4.12\lib\net45\NLog.dll</HintPath>
3840
<Private>False</Private>
3941
</Reference>
4042
<Reference Include="PresentationCore" />
4143
<Reference Include="PresentationFramework" />
42-
<Reference Include="ProtoBuf.Net.Core">
43-
<HintPath>$(SolutionDir)\GameBinaries\ProtoBuf.Net.Core.dll</HintPath>
44-
<Private>False</Private>
45-
</Reference>
4644
<Reference Include="Sandbox.Common">
4745
<HintPath>$(SolutionDir)\GameBinaries\Sandbox.Common.dll</HintPath>
4846
<Private>False</Private>
@@ -163,10 +161,10 @@
163161
<Compile Include="Commands\InfoModule.cs" />
164162
<Compile Include="Patches\ChatMessagePatch.cs" />
165163
<Compile Include="Patches\SessionDownloadPatch.cs" />
166-
<Compile Include="Patches\GameTagsPatch.cs" />
167164
<Compile Include="PlayerAccountModule.cs" />
168165
<Compile Include="Properties\AssemblyInfo.cs" />
169166
<Compile Include="RanksAndPermissionsModule.cs" />
167+
<Compile Include="GameTagsPatch.cs" />
170168
<Compile Include="Utilities.cs" />
171169
<Compile Include="Utils\Events.cs" />
172170
<Compile Include="Utils\Ownership.cs" />
@@ -178,5 +176,8 @@
178176
<Generator>MSBuild:Compile</Generator>
179177
</Page>
180178
</ItemGroup>
179+
<ItemGroup>
180+
<None Include="packages.config" />
181+
</ItemGroup>
181182
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
182-
</Project>
183+
</Project>

0 commit comments

Comments
 (0)