|
34 | 34 | <PlatformTarget>x64</PlatformTarget> |
35 | 35 | </PropertyGroup> |
36 | 36 | <ItemGroup> |
37 | | - <Reference Include="0Harmony, Version=2.2.2.0, Culture=neutral, processorArchitecture=MSIL"> |
38 | | - <HintPath>..\packages\Lib.Harmony.2.2.2\lib\net48\0Harmony.dll</HintPath> |
39 | | - </Reference> |
40 | 37 | <Reference Include="Microsoft.CodeAnalysis"> |
41 | 38 | <HintPath>..\Bin64\Microsoft.CodeAnalysis.dll</HintPath> |
42 | 39 | <Private>False</Private> |
|
45 | 42 | <HintPath>..\Bin64\Microsoft.CodeAnalysis.CSharp.dll</HintPath> |
46 | 43 | <Private>False</Private> |
47 | 44 | </Reference> |
48 | | - <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
49 | | - <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
50 | | - </Reference> |
51 | | - <Reference Include="NuGet.Common, Version=6.6.1.2, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
52 | | - <HintPath>..\packages\NuGet.Common.6.6.1\lib\net472\NuGet.Common.dll</HintPath> |
53 | | - </Reference> |
54 | | - <Reference Include="NuGet.Configuration, Version=6.6.1.2, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
55 | | - <HintPath>..\packages\NuGet.Configuration.6.6.1\lib\net472\NuGet.Configuration.dll</HintPath> |
56 | | - </Reference> |
57 | | - <Reference Include="NuGet.Frameworks, Version=6.6.1.2, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
58 | | - <HintPath>..\packages\NuGet.Frameworks.6.6.1\lib\net472\NuGet.Frameworks.dll</HintPath> |
59 | | - </Reference> |
60 | 45 | <Reference Include="Microsoft.CSharp"> |
61 | 46 | <Private>False</Private> |
62 | 47 | </Reference> |
63 | | - <Reference Include="NuGet.Packaging, Version=6.6.1.2, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
64 | | - <HintPath>..\packages\NuGet.Packaging.6.6.1\lib\net472\NuGet.Packaging.dll</HintPath> |
65 | | - </Reference> |
66 | | - <Reference Include="NuGet.Protocol, Version=6.6.1.2, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
67 | | - <HintPath>..\packages\NuGet.Protocol.6.6.1\lib\net472\NuGet.Protocol.dll</HintPath> |
68 | | - </Reference> |
69 | | - <Reference Include="NuGet.Resolver, Version=6.6.1.2, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
70 | | - <HintPath>..\packages\NuGet.Resolver.6.6.1\lib\net472\NuGet.Resolver.dll</HintPath> |
71 | | - </Reference> |
72 | | - <Reference Include="NuGet.Versioning, Version=6.6.1.2, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
73 | | - <HintPath>..\packages\NuGet.Versioning.6.6.1\lib\net472\NuGet.Versioning.dll</HintPath> |
74 | | - </Reference> |
75 | 48 | <Reference Include="Microsoft.CSharp" /> |
76 | 49 | <Reference Include="NLog"> |
77 | 50 | <HintPath>..\Bin64\NLog.dll</HintPath> |
|
214 | 187 | <EmbeddedResource Include="splash.gif" /> |
215 | 188 | </ItemGroup> |
216 | 189 | <ItemGroup> |
217 | | - <None Include="packages.config" /> |
| 190 | + <Content Include="deploy.bat" /> |
218 | 191 | </ItemGroup> |
219 | 192 | <ItemGroup> |
220 | | - <Content Include="deploy.bat" /> |
| 193 | + <PackageReference Include="Lib.Harmony"> |
| 194 | + <Version>2.3.3</Version> |
| 195 | + </PackageReference> |
| 196 | + <PackageReference Include="Microsoft.CSharp"> |
| 197 | + <Version>4.7.0</Version> |
| 198 | + </PackageReference> |
| 199 | + <PackageReference Include="Newtonsoft.Json"> |
| 200 | + <Version>13.0.3</Version> |
| 201 | + </PackageReference> |
| 202 | + <PackageReference Include="NuGet.Resolver"> |
| 203 | + <Version>6.7.1</Version> |
| 204 | + </PackageReference> |
221 | 205 | </ItemGroup> |
222 | 206 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
223 | 207 | <PropertyGroup> |
|
0 commit comments