|
16 | 16 | </PropertyGroup> |
17 | 17 | <!-- Common Build Properties --> |
18 | 18 | <PropertyGroup> |
19 | | - <TargetFramework>net472</TargetFramework> |
| 19 | + <TargetFramework>net9.0</TargetFramework> |
20 | 20 | <LangVersion>latest</LangVersion> |
21 | 21 | <Nullable>enable</Nullable> |
22 | 22 | <Platforms>x64</Platforms> |
|
70 | 70 | </PropertyGroup> |
71 | 71 | <!-- Derived Resonite Paths --> |
72 | 72 | <PropertyGroup> |
73 | | - <ResoniteManagedPath>$([System.IO.Path]::Combine('$(ResonitePath)', 'Resonite_Data', 'Managed'))</ResoniteManagedPath> |
74 | 73 | <ResoniteModsPath>$([System.IO.Path]::Combine('$(ResonitePath)', 'rml_mods'))</ResoniteModsPath> |
75 | 74 | <ResoniteHotReloadPath>$([System.IO.Path]::Combine('$(ResonitePath)', 'rml_mods', 'HotReloadMods'))</ResoniteHotReloadPath> |
76 | 75 | <ResoniteLibsPath>$([System.IO.Path]::Combine('$(ResonitePath)', 'rml_libs'))</ResoniteLibsPath> |
|
88 | 87 | </Reference> |
89 | 88 | <!-- Core Resonite Engine References (Managed) --> |
90 | 89 | <Reference Include="FrooxEngine"> |
91 | | - <HintPath>$([System.IO.Path]::Combine('$(ResoniteManagedPath)', 'FrooxEngine.dll'))</HintPath> |
| 90 | + <HintPath>$([System.IO.Path]::Combine('$(ResonitePath)', 'FrooxEngine.dll'))</HintPath> |
92 | 91 | <Private>$(IsTestProject)</Private> |
93 | 92 | </Reference> |
94 | 93 | <Reference Include="Elements.Core"> |
95 | | - <HintPath>$([System.IO.Path]::Combine('$(ResoniteManagedPath)', 'Elements.Core.dll'))</HintPath> |
| 94 | + <HintPath>$([System.IO.Path]::Combine('$(ResonitePath)', 'Elements.Core.dll'))</HintPath> |
96 | 95 | <Private>$(IsTestProject)</Private> |
97 | 96 | </Reference> |
98 | 97 | <Reference Include="Elements.Assets"> |
99 | | - <HintPath>$([System.IO.Path]::Combine('$(ResoniteManagedPath)', 'Elements.Assets.dll'))</HintPath> |
| 98 | + <HintPath>$([System.IO.Path]::Combine('$(ResonitePath)', 'Elements.Assets.dll'))</HintPath> |
100 | 99 | <Private>$(IsTestProject)</Private> |
101 | 100 | </Reference> |
102 | 101 | <!-- System Packages - Aligned with FrooxEngine --> |
|
0 commit comments