|
18 | 18 | <DebugType>full</DebugType> |
19 | 19 | <Optimize>false</Optimize> |
20 | 20 | <PlatformTarget>x64</PlatformTarget> |
21 | | - <OutputPath>..\.build\$(Configuration) ($(PlatformTarget))\Modules\$(ProjectName)\</OutputPath> |
| 21 | + <OutputPath>$(SolutionDir)\.build\$(Configuration) ($(PlatformTarget))\Modules\$(ProjectName)\</OutputPath> |
22 | 22 | <BaseIntermediateOutputPath>..\.build</BaseIntermediateOutputPath> |
23 | 23 | <IntermediateOutputPath>$(BaseIntermediateOutputPath)\tmp\$(Configuration) ($(PlatformTarget))\$(ProjectName)\</IntermediateOutputPath> |
24 | 24 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
|
30 | 30 | <DebugType>none</DebugType> |
31 | 31 | <Optimize>true</Optimize> |
32 | 32 | <PlatformTarget>x64</PlatformTarget> |
33 | | - <OutputPath>..\.build\$(Configuration) ($(PlatformTarget))\Modules\$(ProjectName)\</OutputPath> |
| 33 | + <OutputPath>$(SolutionDir)\.build\$(Configuration) ($(PlatformTarget))\Modules\$(ProjectName)\</OutputPath> |
34 | 34 | <BaseIntermediateOutputPath>..\.build</BaseIntermediateOutputPath> |
35 | 35 | <IntermediateOutputPath>$(BaseIntermediateOutputPath)\tmp\$(Configuration) ($(PlatformTarget))\$(ProjectName)\</IntermediateOutputPath> |
36 | 36 | <DefineConstants>TRACE</DefineConstants> |
|
41 | 41 | </PropertyGroup> |
42 | 42 | <ItemGroup> |
43 | 43 | <Reference Include="Assembly-CSharp"> |
44 | | - <HintPath>..\3rdparty\ml\Managed\Assembly-CSharp.dll</HintPath> |
| 44 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\Assembly-CSharp.dll</HintPath> |
45 | 45 | <Private>False</Private> |
46 | 46 | </Reference> |
47 | 47 | <Reference Include="DataModel"> |
48 | | - <HintPath>..\3rdparty\ml\Managed\DataModel.dll</HintPath> |
| 48 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\DataModel.dll</HintPath> |
49 | 49 | <Private>False</Private> |
50 | 50 | </Reference> |
51 | 51 | <Reference Include="Il2Cppmscorlib"> |
52 | | - <HintPath>..\3rdparty\ml\Managed\Il2Cppmscorlib.dll</HintPath> |
| 52 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\Il2Cppmscorlib.dll</HintPath> |
53 | 53 | <Private>False</Private> |
54 | 54 | </Reference> |
55 | 55 | <Reference Include="MelonLoader"> |
56 | | - <HintPath>..\3rdparty\ml\MelonLoader.dll</HintPath> |
| 56 | + <HintPath>$(SolutionDir)\3rdparty\ml\MelonLoader.dll</HintPath> |
57 | 57 | <Private>False</Private> |
58 | 58 | </Reference> |
59 | 59 | <Reference Include="Photon-DotNet"> |
60 | | - <HintPath>..\3rdparty\ml\Managed\Photon-DotNet.dll</HintPath> |
| 60 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\Photon-DotNet.dll</HintPath> |
61 | 61 | <Private>False</Private> |
62 | 62 | </Reference> |
63 | 63 | <Reference Include="System" /> |
64 | 64 | <Reference Include="System.Core" /> |
65 | 65 | <Reference Include="UnhollowerBaseLib"> |
66 | | - <HintPath>..\3rdparty\ml\Managed\UnhollowerBaseLib.dll</HintPath> |
| 66 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\UnhollowerBaseLib.dll</HintPath> |
67 | 67 | <Private>False</Private> |
68 | 68 | </Reference> |
69 | 69 | <Reference Include="Unity.TextMeshPro"> |
70 | | - <HintPath>..\3rdparty\ml\Managed\Unity.TextMeshPro.dll</HintPath> |
| 70 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\Unity.TextMeshPro.dll</HintPath> |
71 | 71 | <Private>False</Private> |
72 | 72 | </Reference> |
73 | 73 | <Reference Include="UnityEngine"> |
74 | | - <HintPath>..\3rdparty\ml\Managed\UnityEngine.dll</HintPath> |
| 74 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\UnityEngine.dll</HintPath> |
75 | 75 | <Private>False</Private> |
76 | 76 | </Reference> |
77 | 77 | <Reference Include="UnityEngine.CoreModule"> |
78 | | - <HintPath>..\3rdparty\ml\Managed\UnityEngine.CoreModule.dll</HintPath> |
| 78 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\UnityEngine.CoreModule.dll</HintPath> |
79 | 79 | <Private>False</Private> |
80 | 80 | </Reference> |
81 | 81 | <Reference Include="UnityEngine.ImageConversionModule"> |
82 | | - <HintPath>..\3rdparty\ml\Managed\UnityEngine.ImageConversionModule.dll</HintPath> |
| 82 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\UnityEngine.ImageConversionModule.dll</HintPath> |
83 | 83 | <Private>False</Private> |
84 | 84 | </Reference> |
85 | 85 | <Reference Include="UnityEngine.TextRenderingModule"> |
86 | | - <HintPath>..\3rdparty\ml\Managed\UnityEngine.TextRenderingModule.dll</HintPath> |
| 86 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\UnityEngine.TextRenderingModule.dll</HintPath> |
87 | 87 | <Private>False</Private> |
88 | 88 | </Reference> |
89 | 89 | <Reference Include="UnityEngine.UI"> |
90 | | - <HintPath>..\3rdparty\ml\Managed\UnityEngine.UI.dll</HintPath> |
| 90 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\UnityEngine.UI.dll</HintPath> |
91 | 91 | <Private>False</Private> |
92 | 92 | </Reference> |
93 | 93 | <Reference Include="VRC.UI.Core"> |
94 | | - <HintPath>..\3rdparty\ml\Managed\VRC.UI.Core.dll</HintPath> |
| 94 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\VRC.UI.Core.dll</HintPath> |
95 | 95 | <Private>False</Private> |
96 | 96 | </Reference> |
97 | 97 | <Reference Include="VRC.UI.Elements"> |
98 | | - <HintPath>..\3rdparty\ml\Managed\VRC.UI.Elements.dll</HintPath> |
| 98 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\VRC.UI.Elements.dll</HintPath> |
99 | 99 | <Private>False</Private> |
100 | 100 | </Reference> |
101 | 101 | <Reference Include="VRCCore-Standalone"> |
102 | | - <HintPath>..\3rdparty\ml\Managed\VRCCore-Standalone.dll</HintPath> |
| 102 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\VRCCore-Standalone.dll</HintPath> |
103 | 103 | <Private>False</Private> |
104 | 104 | </Reference> |
105 | 105 | <Reference Include="VRCSDKBase"> |
106 | | - <HintPath>..\3rdparty\ml\Managed\VRCSDKBase.dll</HintPath> |
| 106 | + <HintPath>$(SolutionDir)\3rdparty\ml\Managed\VRCSDKBase.dll</HintPath> |
107 | 107 | <Private>False</Private> |
108 | 108 | </Reference> |
109 | 109 | </ItemGroup> |
|
127 | 127 | <Compile Include="UI\QuickMenu\ReMenuButton.cs" /> |
128 | 128 | <Compile Include="UI\QuickMenu\ReMenuCategory.cs" /> |
129 | 129 | <Compile Include="UI\QuickMenu\ReMenuPage.cs" /> |
130 | | - <Compile Include="UI\QuickMenu\ReMenuSlider.cs" /> |
| 130 | + <Compile Include="UI\QuickMenu\ReMenuSlider.cs" /> |
131 | 131 | <Compile Include="UI\QuickMenu\ReMenuToggle.cs" /> |
132 | | - <Compile Include="UI\QuickMenu\ReSliderCategory.cs" /> |
| 132 | + <Compile Include="UI\QuickMenu\ReSliderCategory.cs" /> |
133 | 133 | <Compile Include="UI\QuickMenu\ReTabButton.cs" /> |
134 | 134 | <Compile Include="UI\ReUiButton.cs" /> |
135 | 135 | <Compile Include="UI\ReUiText.cs" /> |
|
0 commit comments