|
12 | 12 | </PropertyGroup> |
13 | 13 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
14 | 14 | <DebugSymbols>true</DebugSymbols> |
15 | | - <OutputPath>bin\x64\Debug\</OutputPath> |
| 15 | + <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath> |
16 | 16 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
17 | 17 | <DebugType>full</DebugType> |
18 | 18 | <PlatformTarget>x64</PlatformTarget> |
19 | 19 | <ErrorReport>prompt</ErrorReport> |
20 | 20 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
21 | 21 | </PropertyGroup> |
22 | 22 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
23 | | - <OutputPath>bin\x64\Release\</OutputPath> |
| 23 | + <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> |
24 | 24 | <DefineConstants>TRACE</DefineConstants> |
25 | 25 | <Optimize>true</Optimize> |
26 | 26 | <DebugType>pdbonly</DebugType> |
|
31 | 31 | <ItemGroup> |
32 | 32 | <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL"> |
33 | 33 | <HintPath>packages\NLog.4.4.11\lib\net45\NLog.dll</HintPath> |
| 34 | + <Private>False</Private> |
34 | 35 | </Reference> |
35 | 36 | <Reference Include="PresentationCore" /> |
36 | 37 | <Reference Include="PresentationFramework" /> |
37 | 38 | <Reference Include="Sandbox.Common"> |
38 | | - <HintPath>..\..\Torch\GameBinaries\Sandbox.Common.dll</HintPath> |
| 39 | + <HintPath>$(SolutionDir)\GameBinaries\Sandbox.Common.dll</HintPath> |
| 40 | + <Private>False</Private> |
39 | 41 | </Reference> |
40 | 42 | <Reference Include="Sandbox.Game"> |
41 | | - <HintPath>..\..\Torch\GameBinaries\Sandbox.Game.dll</HintPath> |
| 43 | + <HintPath>$(SolutionDir)\GameBinaries\Sandbox.Game.dll</HintPath> |
| 44 | + <Private>False</Private> |
42 | 45 | </Reference> |
43 | 46 | <Reference Include="Sandbox.Graphics"> |
44 | | - <HintPath>..\..\Torch\GameBinaries\Sandbox.Graphics.dll</HintPath> |
| 47 | + <HintPath>$(SolutionDir)\GameBinaries\Sandbox.Graphics.dll</HintPath> |
| 48 | + <Private>False</Private> |
45 | 49 | </Reference> |
46 | 50 | <Reference Include="SpaceEngineers.Game"> |
47 | | - <HintPath>..\..\Torch\GameBinaries\SpaceEngineers.Game.dll</HintPath> |
| 51 | + <HintPath>$(SolutionDir)\GameBinaries\SpaceEngineers.Game.dll</HintPath> |
| 52 | + <Private>False</Private> |
48 | 53 | </Reference> |
49 | 54 | <Reference Include="SpaceEngineers.ObjectBuilders"> |
50 | | - <HintPath>..\..\Torch\GameBinaries\SpaceEngineers.ObjectBuilders.dll</HintPath> |
| 55 | + <HintPath>$(SolutionDir)\GameBinaries\SpaceEngineers.ObjectBuilders.dll</HintPath> |
| 56 | + <Private>False</Private> |
51 | 57 | </Reference> |
52 | 58 | <Reference Include="SpaceEngineers.ObjectBuilders.XmlSerializers"> |
53 | | - <HintPath>..\..\Torch\GameBinaries\SpaceEngineers.ObjectBuilders.XmlSerializers.dll</HintPath> |
| 59 | + <HintPath>$(SolutionDir)\GameBinaries\SpaceEngineers.ObjectBuilders.XmlSerializers.dll</HintPath> |
| 60 | + <Private>False</Private> |
54 | 61 | </Reference> |
55 | 62 | <Reference Include="System" /> |
56 | 63 | <Reference Include="System.Core" /> |
|
63 | 70 | <Reference Include="System.Net.Http" /> |
64 | 71 | <Reference Include="System.Xml" /> |
65 | 72 | <Reference Include="Torch"> |
66 | | - <HintPath>..\..\Torch\bin\x64\Release\Torch.dll</HintPath> |
| 73 | + <HintPath>$(SolutionDir)\TorchBinaries\Torch.dll</HintPath> |
| 74 | + <Private>False</Private> |
67 | 75 | </Reference> |
68 | 76 | <Reference Include="Torch.API"> |
69 | | - <HintPath>..\..\Torch\bin\x64\Release\Torch.API.dll</HintPath> |
| 77 | + <HintPath>$(SolutionDir)\TorchBinaries\Torch.API.dll</HintPath> |
| 78 | + <Private>False</Private> |
70 | 79 | </Reference> |
71 | 80 | <Reference Include="Torch.Server"> |
72 | | - <HintPath>..\..\Torch\bin\x64\Release\Torch.Server.exe</HintPath> |
| 81 | + <HintPath>$(SolutionDir)\TorchBinaries\Torch.Server.exe</HintPath> |
| 82 | + <Private>False</Private> |
73 | 83 | </Reference> |
74 | 84 | <Reference Include="VRage"> |
75 | | - <HintPath>..\..\Torch\GameBinaries\VRage.dll</HintPath> |
| 85 | + <HintPath>$(SolutionDir)\GameBinaries\VRage.dll</HintPath> |
| 86 | + <Private>False</Private> |
76 | 87 | </Reference> |
77 | 88 | <Reference Include="VRage.Audio"> |
78 | | - <HintPath>..\..\Torch\GameBinaries\VRage.Audio.dll</HintPath> |
| 89 | + <HintPath>$(SolutionDir)\GameBinaries\VRage.Audio.dll</HintPath> |
| 90 | + <Private>False</Private> |
79 | 91 | </Reference> |
80 | 92 | <Reference Include="VRage.Dedicated"> |
81 | | - <HintPath>..\..\Torch\GameBinaries\VRage.Dedicated.dll</HintPath> |
| 93 | + <HintPath>$(SolutionDir)\GameBinaries\VRage.Dedicated.dll</HintPath> |
| 94 | + <Private>False</Private> |
82 | 95 | </Reference> |
83 | 96 | <Reference Include="VRage.Game"> |
84 | | - <HintPath>..\..\Torch\GameBinaries\VRage.Game.dll</HintPath> |
| 97 | + <HintPath>$(SolutionDir)\GameBinaries\VRage.Game.dll</HintPath> |
| 98 | + <Private>False</Private> |
85 | 99 | </Reference> |
86 | 100 | <Reference Include="VRage.Game.XmlSerializers"> |
87 | | - <HintPath>..\..\Torch\GameBinaries\VRage.Game.XmlSerializers.dll</HintPath> |
| 101 | + <HintPath>$(SolutionDir)\GameBinaries\VRage.Game.XmlSerializers.dll</HintPath> |
| 102 | + <Private>False</Private> |
88 | 103 | </Reference> |
89 | 104 | <Reference Include="VRage.Input"> |
90 | | - <HintPath>..\..\Torch\GameBinaries\VRage.Input.dll</HintPath> |
| 105 | + <HintPath>$(SolutionDir)\GameBinaries\VRage.Input.dll</HintPath> |
| 106 | + <Private>False</Private> |
91 | 107 | </Reference> |
92 | 108 | <Reference Include="VRage.Library"> |
93 | | - <HintPath>..\..\Torch\GameBinaries\VRage.Library.dll</HintPath> |
| 109 | + <HintPath>$(SolutionDir)\GameBinaries\VRage.Library.dll</HintPath> |
| 110 | + <Private>False</Private> |
94 | 111 | </Reference> |
95 | 112 | <Reference Include="VRage.Math"> |
96 | | - <HintPath>..\..\Torch\GameBinaries\VRage.Math.dll</HintPath> |
| 113 | + <HintPath>$(SolutionDir)\GameBinaries\VRage.Math.dll</HintPath> |
| 114 | + <Private>False</Private> |
97 | 115 | </Reference> |
98 | 116 | <Reference Include="VRage.Native"> |
99 | | - <HintPath>..\..\Torch\GameBinaries\VRage.Native.dll</HintPath> |
| 117 | + <HintPath>$(SolutionDir)\GameBinaries\VRage.Native.dll</HintPath> |
| 118 | + <Private>False</Private> |
100 | 119 | </Reference> |
101 | 120 | <Reference Include="VRage.OpenVRWrapper"> |
102 | | - <HintPath>..\..\Torch\GameBinaries\VRage.OpenVRWrapper.dll</HintPath> |
| 121 | + <HintPath>$(SolutionDir)\GameBinaries\VRage.OpenVRWrapper.dll</HintPath> |
| 122 | + <Private>False</Private> |
103 | 123 | </Reference> |
104 | 124 | <Reference Include="VRage.Render"> |
105 | | - <HintPath>..\..\Torch\GameBinaries\VRage.Render.dll</HintPath> |
| 125 | + <HintPath>$(SolutionDir)\GameBinaries\VRage.Render.dll</HintPath> |
| 126 | + <Private>False</Private> |
106 | 127 | </Reference> |
107 | 128 | <Reference Include="VRage.Render11"> |
108 | | - <HintPath>..\..\Torch\GameBinaries\VRage.Render11.dll</HintPath> |
| 129 | + <HintPath>$(SolutionDir)\GameBinaries\VRage.Render11.dll</HintPath> |
| 130 | + <Private>False</Private> |
109 | 131 | </Reference> |
110 | 132 | <Reference Include="VRage.Scripting"> |
111 | | - <HintPath>..\..\Torch\GameBinaries\VRage.Scripting.dll</HintPath> |
| 133 | + <HintPath>$(SolutionDir)\GameBinaries\VRage.Scripting.dll</HintPath> |
| 134 | + <Private>False</Private> |
112 | 135 | </Reference> |
113 | 136 | <Reference Include="WindowsBase" /> |
114 | 137 | </ItemGroup> |
|
0 commit comments