|
2 | 2 | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | | - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | 5 | <ProjectGuid>{A4C5FC37-5848-4A75-8CDC-4A1ADB2E01A2}</ProjectGuid> |
8 | 6 | <OutputType>Library</OutputType> |
9 | 7 | <AppDesignerFolder>Properties</AppDesignerFolder> |
|
12 | 10 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
13 | 11 | <FileAlignment>512</FileAlignment> |
14 | 12 | </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> |
32 | 13 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
33 | 14 | <DebugSymbols>true</DebugSymbols> |
34 | 15 | <OutputPath>bin\x64\Debug\</OutputPath> |
|
54 | 35 | <Reference Include="PresentationCore" /> |
55 | 36 | <Reference Include="PresentationFramework" /> |
56 | 37 | <Reference Include="Sandbox.Common"> |
57 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\Sandbox.Common.dll</HintPath> |
| 38 | + <HintPath>..\..\Torch\GameBinaries\Sandbox.Common.dll</HintPath> |
58 | 39 | </Reference> |
59 | 40 | <Reference Include="Sandbox.Game"> |
60 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\Sandbox.Game.dll</HintPath> |
| 41 | + <HintPath>..\..\Torch\GameBinaries\Sandbox.Game.dll</HintPath> |
61 | 42 | </Reference> |
62 | 43 | <Reference Include="Sandbox.Graphics"> |
63 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\Sandbox.Graphics.dll</HintPath> |
| 44 | + <HintPath>..\..\Torch\GameBinaries\Sandbox.Graphics.dll</HintPath> |
64 | 45 | </Reference> |
65 | 46 | <Reference Include="SpaceEngineers.Game"> |
66 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\SpaceEngineers.Game.dll</HintPath> |
| 47 | + <HintPath>..\..\Torch\GameBinaries\SpaceEngineers.Game.dll</HintPath> |
67 | 48 | </Reference> |
68 | 49 | <Reference Include="SpaceEngineers.ObjectBuilders"> |
69 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\SpaceEngineers.ObjectBuilders.dll</HintPath> |
| 50 | + <HintPath>..\..\Torch\GameBinaries\SpaceEngineers.ObjectBuilders.dll</HintPath> |
70 | 51 | </Reference> |
71 | 52 | <Reference Include="SpaceEngineers.ObjectBuilders.XmlSerializers"> |
72 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\SpaceEngineers.ObjectBuilders.XmlSerializers.dll</HintPath> |
| 53 | + <HintPath>..\..\Torch\GameBinaries\SpaceEngineers.ObjectBuilders.XmlSerializers.dll</HintPath> |
73 | 54 | </Reference> |
74 | 55 | <Reference Include="System" /> |
75 | 56 | <Reference Include="System.Core" /> |
|
82 | 63 | <Reference Include="System.Net.Http" /> |
83 | 64 | <Reference Include="System.Xml" /> |
84 | 65 | <Reference Include="Torch"> |
85 | | - <HintPath>..\..\Torch\Torch.Server\bin\x64\Release\Torch.dll</HintPath> |
| 66 | + <HintPath>..\..\Torch\bin\x64\Release\Torch.dll</HintPath> |
86 | 67 | </Reference> |
87 | 68 | <Reference Include="Torch.API"> |
88 | | - <HintPath>..\..\Torch\Torch.Server\bin\x64\Release\Torch.API.dll</HintPath> |
| 69 | + <HintPath>..\..\Torch\bin\x64\Release\Torch.API.dll</HintPath> |
89 | 70 | </Reference> |
90 | 71 | <Reference Include="Torch.Server"> |
91 | | - <HintPath>..\..\Torch\Torch.Server\bin\x64\Release\Torch.Server.exe</HintPath> |
| 72 | + <HintPath>..\..\Torch\bin\x64\Release\Torch.Server.exe</HintPath> |
92 | 73 | </Reference> |
93 | 74 | <Reference Include="VRage"> |
94 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\VRage.dll</HintPath> |
| 75 | + <HintPath>..\..\Torch\GameBinaries\VRage.dll</HintPath> |
95 | 76 | </Reference> |
96 | 77 | <Reference Include="VRage.Audio"> |
97 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\VRage.Audio.dll</HintPath> |
| 78 | + <HintPath>..\..\Torch\GameBinaries\VRage.Audio.dll</HintPath> |
98 | 79 | </Reference> |
99 | 80 | <Reference Include="VRage.Dedicated"> |
100 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\VRage.Dedicated.dll</HintPath> |
| 81 | + <HintPath>..\..\Torch\GameBinaries\VRage.Dedicated.dll</HintPath> |
101 | 82 | </Reference> |
102 | 83 | <Reference Include="VRage.Game"> |
103 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\VRage.Game.dll</HintPath> |
| 84 | + <HintPath>..\..\Torch\GameBinaries\VRage.Game.dll</HintPath> |
104 | 85 | </Reference> |
105 | 86 | <Reference Include="VRage.Game.XmlSerializers"> |
106 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\VRage.Game.XmlSerializers.dll</HintPath> |
| 87 | + <HintPath>..\..\Torch\GameBinaries\VRage.Game.XmlSerializers.dll</HintPath> |
107 | 88 | </Reference> |
108 | 89 | <Reference Include="VRage.Input"> |
109 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\VRage.Input.dll</HintPath> |
| 90 | + <HintPath>..\..\Torch\GameBinaries\VRage.Input.dll</HintPath> |
110 | 91 | </Reference> |
111 | 92 | <Reference Include="VRage.Library"> |
112 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\VRage.Library.dll</HintPath> |
| 93 | + <HintPath>..\..\Torch\GameBinaries\VRage.Library.dll</HintPath> |
113 | 94 | </Reference> |
114 | 95 | <Reference Include="VRage.Math"> |
115 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\VRage.Math.dll</HintPath> |
| 96 | + <HintPath>..\..\Torch\GameBinaries\VRage.Math.dll</HintPath> |
116 | 97 | </Reference> |
117 | 98 | <Reference Include="VRage.Native"> |
118 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\VRage.Native.dll</HintPath> |
| 99 | + <HintPath>..\..\Torch\GameBinaries\VRage.Native.dll</HintPath> |
119 | 100 | </Reference> |
120 | 101 | <Reference Include="VRage.OpenVRWrapper"> |
121 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\VRage.OpenVRWrapper.dll</HintPath> |
| 102 | + <HintPath>..\..\Torch\GameBinaries\VRage.OpenVRWrapper.dll</HintPath> |
122 | 103 | </Reference> |
123 | 104 | <Reference Include="VRage.Render"> |
124 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\VRage.Render.dll</HintPath> |
| 105 | + <HintPath>..\..\Torch\GameBinaries\VRage.Render.dll</HintPath> |
125 | 106 | </Reference> |
126 | 107 | <Reference Include="VRage.Render11"> |
127 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\VRage.Render11.dll</HintPath> |
| 108 | + <HintPath>..\..\Torch\GameBinaries\VRage.Render11.dll</HintPath> |
128 | 109 | </Reference> |
129 | 110 | <Reference Include="VRage.Scripting"> |
130 | | - <HintPath>..\..\..\..\..\..\..\steamcmd\steamapps\common\SpaceEngineersDedicatedServer\DedicatedServer64\VRage.Scripting.dll</HintPath> |
| 111 | + <HintPath>..\..\Torch\GameBinaries\VRage.Scripting.dll</HintPath> |
131 | 112 | </Reference> |
132 | 113 | <Reference Include="WindowsBase" /> |
133 | 114 | </ItemGroup> |
|
0 commit comments