22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
75 <ProjectGuid >{E5C0184B-7DC4-43D8-872E-2F71162748AA}</ProjectGuid >
86 <OutputType >Library</OutputType >
97 <AppDesignerFolder >Properties</AppDesignerFolder >
1210 <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
1311 <FileAlignment >512</FileAlignment >
1412 </PropertyGroup >
15- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16- <DebugSymbols >true</DebugSymbols >
17- <DebugType >full</DebugType >
18- <Optimize >false</Optimize >
19- <OutputPath >bin\Debug\</OutputPath >
20- <DefineConstants >DEBUG;TRACE</DefineConstants >
21- <ErrorReport >prompt</ErrorReport >
22- <WarningLevel >4</WarningLevel >
23- </PropertyGroup >
24- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25- <DebugType >pdbonly</DebugType >
26- <Optimize >true</Optimize >
27- <OutputPath >bin\Release\</OutputPath >
28- <DefineConstants >TRACE</DefineConstants >
29- <ErrorReport >prompt</ErrorReport >
30- <WarningLevel >4</WarningLevel >
31- </PropertyGroup >
3213 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
3314 <DebugSymbols >true</DebugSymbols >
34- <OutputPath >bin\x64\Debug\</OutputPath >
15+ <OutputPath >$(SolutionDir)\ bin\x64\Debug\</OutputPath >
3516 <DefineConstants >DEBUG;TRACE</DefineConstants >
3617 <DebugType >full</DebugType >
3718 <PlatformTarget >x64</PlatformTarget >
3819 <ErrorReport >prompt</ErrorReport >
3920 <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
4021 </PropertyGroup >
4122 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
42- <OutputPath >bin\x64\Release\</OutputPath >
43- <DefineConstants >TRACE</DefineConstants >
44- <Optimize >true</Optimize >
45- <DebugType >pdbonly</DebugType >
46- <PlatformTarget >x64</PlatformTarget >
47- <ErrorReport >prompt</ErrorReport >
48- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
49- </PropertyGroup >
50- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release_NoPhys|AnyCPU'" >
51- <OutputPath >bin\Release_NoPhys\</OutputPath >
23+ <OutputPath >$(SolutionDir)\bin\x64\Release\</OutputPath >
5224 <DefineConstants >TRACE</DefineConstants >
5325 <Optimize >true</Optimize >
5426 <DebugType >pdbonly</DebugType >
55- <PlatformTarget >AnyCPU</PlatformTarget >
56- <ErrorReport >prompt</ErrorReport >
57- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
58- </PropertyGroup >
59- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release_NoPhys|x64'" >
60- <OutputPath >bin\x64\Release_NoPhys\</OutputPath >
61- <DefineConstants >TRACE;NOPHYS</DefineConstants >
62- <Optimize >true</Optimize >
63- <DebugType >pdbonly</DebugType >
6427 <PlatformTarget >x64</PlatformTarget >
6528 <ErrorReport >prompt</ErrorReport >
6629 <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
6730 </PropertyGroup >
6831 <ItemGroup >
6932 <Reference Include =" HavokWrapper" >
70- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\HavokWrapper.dll</HintPath >
33+ <HintPath >$(SolutionDir)\GameBinaries\HavokWrapper.dll</HintPath >
34+ <Private >False</Private >
7135 </Reference >
72- <Reference Include =" NLog" >
73- <HintPath >$(SolutionDir)\..\..\Torch\bin\x64\Release\NLog.dll</HintPath >
36+ <Reference Include =" NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
37+ <HintPath >..\packages\NLog.4.4.12\lib\net45\NLog.dll</HintPath >
38+ <Private >False</Private >
7439 </Reference >
7540 <Reference Include =" PresentationCore" />
7641 <Reference Include =" PresentationFramework" />
7742 <Reference Include =" Sandbox.Common" >
78- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\Sandbox.Common.dll</HintPath >
43+ <HintPath >$(SolutionDir)\GameBinaries\Sandbox.Common.dll</HintPath >
44+ <Private >False</Private >
7945 </Reference >
8046 <Reference Include =" Sandbox.Game" >
81- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\Sandbox.Game.dll</HintPath >
47+ <HintPath >$(SolutionDir)\GameBinaries\Sandbox.Game.dll</HintPath >
48+ <Private >False</Private >
8249 </Reference >
8350 <Reference Include =" Sandbox.Graphics" >
84- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\Sandbox.Graphics.dll</HintPath >
51+ <HintPath >$(SolutionDir)\GameBinaries\Sandbox.Graphics.dll</HintPath >
52+ <Private >False</Private >
8553 </Reference >
8654 <Reference Include =" SpaceEngineers.Game" >
87- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\SpaceEngineers.Game.dll</HintPath >
55+ <HintPath >$(SolutionDir)\GameBinaries\SpaceEngineers.Game.dll</HintPath >
56+ <Private >False</Private >
8857 </Reference >
8958 <Reference Include =" SpaceEngineers.ObjectBuilders" >
90- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\SpaceEngineers.ObjectBuilders.dll</HintPath >
59+ <HintPath >$(SolutionDir)\GameBinaries\SpaceEngineers.ObjectBuilders.dll</HintPath >
60+ <Private >False</Private >
9161 </Reference >
9262 <Reference Include =" SpaceEngineers.ObjectBuilders.XmlSerializers" >
93- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\SpaceEngineers.ObjectBuilders.XmlSerializers.dll</HintPath >
63+ <HintPath >$(SolutionDir)\GameBinaries\SpaceEngineers.ObjectBuilders.XmlSerializers.dll</HintPath >
64+ <Private >False</Private >
9465 </Reference >
9566 <Reference Include =" SteamSDK" >
96- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\SteamSDK.dll</HintPath >
67+ <HintPath >$(SolutionDir)\GameBinaries\SteamSDK.dll</HintPath >
68+ <Private >False</Private >
9769 </Reference >
9870 <Reference Include =" System" />
9971 <Reference Include =" System.Core" />
10678 <Reference Include =" System.Xml" />
10779 <Reference Include =" Torch, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64" >
10880 <SpecificVersion >False</SpecificVersion >
109- <HintPath >$(SolutionDir)\..\..\Torch\bin\x64\Release\Torch.dll</HintPath >
81+ <HintPath >$(SolutionDir)\TorchBinaries\Torch.dll</HintPath >
82+ <Private >False</Private >
11083 </Reference >
11184 <Reference Include =" Torch.API, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64" >
11285 <SpecificVersion >False</SpecificVersion >
113- <HintPath >$(SolutionDir)\..\..\Torch\bin\x64\Release\Torch.API.dll</HintPath >
86+ <HintPath >$(SolutionDir)\TorchBinaries\Torch.API.dll</HintPath >
87+ <Private >False</Private >
11488 </Reference >
11589 <Reference Include =" VRage" >
116- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\VRage.dll</HintPath >
90+ <HintPath >$(SolutionDir)\GameBinaries\VRage.dll</HintPath >
91+ <Private >False</Private >
11792 </Reference >
11893 <Reference Include =" VRage.Audio" >
119- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\VRage.Audio.dll</HintPath >
94+ <HintPath >$(SolutionDir)\GameBinaries\VRage.Audio.dll</HintPath >
95+ <Private >False</Private >
12096 </Reference >
12197 <Reference Include =" VRage.Dedicated" >
122- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\VRage.Dedicated.dll</HintPath >
98+ <HintPath >$(SolutionDir)\GameBinaries\VRage.Dedicated.dll</HintPath >
99+ <Private >False</Private >
123100 </Reference >
124101 <Reference Include =" VRage.Game" >
125- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\VRage.Game.dll</HintPath >
102+ <HintPath >$(SolutionDir)\GameBinaries\VRage.Game.dll</HintPath >
103+ <Private >False</Private >
126104 </Reference >
127105 <Reference Include =" VRage.Game.XmlSerializers" >
128- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\VRage.Game.XmlSerializers.dll</HintPath >
106+ <HintPath >$(SolutionDir)\GameBinaries\VRage.Game.XmlSerializers.dll</HintPath >
107+ <Private >False</Private >
129108 </Reference >
130109 <Reference Include =" VRage.Input" >
131- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\VRage.Input.dll</HintPath >
110+ <HintPath >$(SolutionDir)\GameBinaries\VRage.Input.dll</HintPath >
111+ <Private >False</Private >
132112 </Reference >
133113 <Reference Include =" VRage.Library" >
134- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\VRage.Library.dll</HintPath >
114+ <HintPath >$(SolutionDir)\GameBinaries\VRage.Library.dll</HintPath >
115+ <Private >False</Private >
135116 </Reference >
136117 <Reference Include =" VRage.Math" >
137- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\VRage.Math.dll</HintPath >
118+ <HintPath >$(SolutionDir)\GameBinaries\VRage.Math.dll</HintPath >
119+ <Private >False</Private >
138120 </Reference >
139121 <Reference Include =" VRage.Native" >
140- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\VRage.Native.dll</HintPath >
122+ <HintPath >$(SolutionDir)\GameBinaries\VRage.Native.dll</HintPath >
123+ <Private >False</Private >
141124 </Reference >
142125 <Reference Include =" VRage.OpenVRWrapper" >
143- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\VRage.OpenVRWrapper.dll</HintPath >
126+ <HintPath >$(SolutionDir)\GameBinaries\VRage.OpenVRWrapper.dll</HintPath >
127+ <Private >False</Private >
144128 </Reference >
145129 <Reference Include =" VRage.Render" >
146- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\VRage.Render.dll</HintPath >
130+ <HintPath >$(SolutionDir)\GameBinaries\VRage.Render.dll</HintPath >
131+ <Private >False</Private >
147132 </Reference >
148133 <Reference Include =" VRage.Render11" >
149- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\VRage.Render11.dll</HintPath >
134+ <HintPath >$(SolutionDir)\GameBinaries\VRage.Render11.dll</HintPath >
135+ <Private >False</Private >
150136 </Reference >
151137 <Reference Include =" VRage.Scripting" >
152- <HintPath >$(SolutionDir)\..\..\Torch\GameBinaries\VRage.Scripting.dll</HintPath >
138+ <HintPath >$(SolutionDir)\GameBinaries\VRage.Scripting.dll</HintPath >
139+ <Private >False</Private >
153140 </Reference >
154141 <Reference Include =" WindowsBase" />
155142 </ItemGroup >
183170 <ItemGroup >
184171 <Service Include =" {508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
185172 </ItemGroup >
173+ <ItemGroup >
174+ <None Include =" packages.config" />
175+ </ItemGroup >
186176 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
187177</Project >
0 commit comments