|
1 | 1 | <Project> |
2 | 2 | <PropertyGroup> |
3 | 3 | <OutputType>Library</OutputType> |
4 | | - <TargetFramework>net462</TargetFramework> |
5 | | - <LangVersion>11.0</LangVersion> |
| 4 | + <TargetFramework>net472</TargetFramework> |
| 5 | + <LangVersion>14.0</LangVersion> |
6 | 6 | <Nullable>enable</Nullable> |
7 | 7 | <Deterministic>true</Deterministic> |
8 | 8 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
12 | 12 | <CopyToLibraries Condition="'$(CopyToLibraries)'==''">true</CopyToLibraries> |
13 | 13 |
|
14 | 14 | <RestoreAdditionalProjectSources> |
15 | | - https://pkg.munally.com/MonkeyModdingTroop/index.json |
| 15 | + https://nuget.pkg.github.com/MonkeyModdingGroup/index.json |
16 | 16 | </RestoreAdditionalProjectSources> |
17 | 17 | </PropertyGroup> |
18 | 18 |
|
|
23 | 23 | </PropertyGroup> |
24 | 24 |
|
25 | 25 | <PropertyGroup Condition="'$(ResonitePath)'==''"> |
26 | | - <ResonitePath>$(MSBuildThisFileDirectory)Resonite</ResonitePath> |
27 | | - <ResonitePath Condition="Exists('C:\Program Files (x86)\Steam\steamapps\common\Resonite\')">C:\Program Files (x86)\Steam\steamapps\common\Resonite</ResonitePath> |
28 | | - <ResonitePath Condition="Exists('$(HOME)/.steam/steam/steamapps/common/Resonite/')">$(HOME)/.steam/steam/steamapps/common/Resonite</ResonitePath> |
29 | | - <ResonitePath Condition="Exists('D:/Files/Games/Resonite/app/')">D:/Files/Games/Resonite/app</ResonitePath> |
| 26 | + <ResonitePath>$(MSBuildThisFileDirectory)Resonite/</ResonitePath> |
| 27 | + <ResonitePath Condition="Exists('C:\Program Files (x86)\Steam\steamapps\common\Resonite\')">C:\Program Files (x86)\Steam\steamapps\common\Resonite\</ResonitePath> |
| 28 | + <ResonitePath Condition="Exists('$(HOME)/.steam/steam/steamapps/common/Resonite/')">$(HOME)/.steam/steam/steamapps/common/Resonite\</ResonitePath> |
| 29 | + <ResonitePath Condition="Exists('D:/Files/Games/Resonite/app/')">D:/Files/Games/Resonite/app/</ResonitePath> |
30 | 30 | </PropertyGroup> |
31 | 31 |
|
32 | 32 | <Target Name="PackNugetPkg"> |
|
49 | 49 | <Copy |
50 | 50 | Condition="'$(CopyToLibraries)'=='true'" |
51 | 51 | SourceFiles="$(ProjectDir)$(NuPkgName).nupkg" |
52 | | - DestinationFiles="$(ResonitePath)\MonkeyLoader\GamePacks\$(NuPkgName).nupkg" /> |
| 52 | + DestinationFiles="$(ResonitePath)Renderer\MonkeyLoader\GamePacks\$(NuPkgName).nupkg" /> |
53 | 53 | <Message |
54 | 54 | Condition="'$(CopyToLibraries)'=='true'" |
55 | | - Text="Copied '$(NuPkgName).nupkg' to '$(ResonitePath)\MonkeyLoader\GamePacks\$(NuPkgName).nupkg'" |
| 55 | + Text="Copied '$(NuPkgName).nupkg' to '$(ResonitePath)Renderer\MonkeyLoader\GamePacks\$(NuPkgName).nupkg'" |
56 | 56 | Importance="high" /> |
57 | 57 | </Target> |
58 | 58 |
|
|
0 commit comments