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 >
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 >
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" />
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