|
137 | 137 | </Reference> |
138 | 138 | <Reference Include="MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> |
139 | 139 | <HintPath>..\packages\MySql.Data.6.9.8\lib\net45\MySql.Data.dll</HintPath> |
140 | | - <Private>True</Private> |
141 | 140 | </Reference> |
142 | | - <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
143 | | - <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
144 | | - <Private>True</Private> |
| 141 | + <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 142 | + <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
145 | 143 | </Reference> |
146 | 144 | <Reference Include="OTAPI"> |
147 | 145 | <HintPath>..\TShock\TerrariaServerAPI\TerrariaServerAPI\bin\Debug\OTAPI.dll</HintPath> |
|
231 | 229 | <PostBuildEvent> |
232 | 230 | </PostBuildEvent> |
233 | 231 | </PropertyGroup> |
234 | | - <PropertyGroup Label="SlowCheetah"> |
235 | | - <SlowCheetahToolsPath>$([System.IO.Path]::GetFullPath( $(MSBuildProjectDirectory)\..\packages\SlowCheetah.2.5.10.7\tools\))</SlowCheetahToolsPath> |
236 | | - <SlowCheetah_EnableImportFromNuGet Condition=" '$(SlowCheetah_EnableImportFromNuGet)'=='' ">true</SlowCheetah_EnableImportFromNuGet> |
237 | | - <SlowCheetah_NuGetImportPath Condition=" '$(SlowCheetah_NuGetImportPath)'=='' ">$([System.IO.Path]::GetFullPath( $(MSBuildProjectDirectory)\Properties\SlowCheetah\SlowCheetah.Transforms.targets ))</SlowCheetah_NuGetImportPath> |
238 | | - <SlowCheetahTargets Condition=" '$(SlowCheetah_EnableImportFromNuGet)'=='true' and Exists('$(SlowCheetah_NuGetImportPath)') ">$(SlowCheetah_NuGetImportPath)</SlowCheetahTargets> |
239 | | - </PropertyGroup> |
240 | 232 | <Import Project="$(SlowCheetahTargets)" Condition="Exists('$(SlowCheetahTargets)')" Label="SlowCheetah" /> |
241 | 233 | <PropertyGroup> |
242 | 234 | <PreBuildEvent>IF "$(ConfigurationName)" == "Release" ( |
243 | 235 | GitVersion.exe /updateassemblyinfo "$(ProjectDir)Properties/AssemblyInfo.cs" |
244 | 236 | )</PreBuildEvent> |
245 | 237 | </PropertyGroup> |
| 238 | + <PropertyGroup Label="SlowCheetah"> |
| 239 | + <SlowCheetahToolsPath>$([System.IO.Path]::GetFullPath( $(MSBuildProjectDirectory)\..\packages\SlowCheetah.2.5.10.7\tools\))</SlowCheetahToolsPath> |
| 240 | + <SlowCheetah_EnableImportFromNuGet Condition=" '$(SlowCheetah_EnableImportFromNuGet)'=='' ">true</SlowCheetah_EnableImportFromNuGet> |
| 241 | + <SlowCheetah_NuGetImportPath Condition=" '$(SlowCheetah_NuGetImportPath)'=='' ">$([System.IO.Path]::GetFullPath( $(MSBuildProjectDirectory)\Properties\SlowCheetah\SlowCheetah.Transforms.targets ))</SlowCheetah_NuGetImportPath> |
| 242 | + <SlowCheetahTargets Condition=" '$(SlowCheetah_EnableImportFromNuGet)'=='true' and Exists('$(SlowCheetah_NuGetImportPath)') ">$(SlowCheetah_NuGetImportPath)</SlowCheetahTargets> |
| 243 | + </PropertyGroup> |
246 | 244 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
247 | 245 | Other similar extension points exist, see Microsoft.Common.targets. |
248 | 246 | <Target Name="BeforeBuild"> |
|
0 commit comments