First commit
[SEScripts.git] / BaseMiner / MDK / MDK.paths.props
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <!-- 
5     You can safely exclude this file from code repositories and use different 
6     user settings per machine.
7     -->
8     <MDKVersion>1.5.17</MDKVersion>
9     <MDKUseGameBinPath>no</MDKUseGameBinPath>
10     <MDKGameBinPath>G:\SteamLibrary\SteamApps\common\SpaceEngineers\Bin64</MDKGameBinPath>
11     <MDKInstallPath>c:\users\lyssmetal\appdata\local\microsoft\visualstudio\17.0_6c02a30d\extensions\bnnd2422.thc</MDKInstallPath>
12     <MDKOutputPath>C:\Users\LyssMetal\AppData\Roaming\SpaceEngineers\IngameScripts\local</MDKOutputPath>
13   </PropertyGroup>
14   <ItemGroup>
15     <Reference Include="System.Collections.Immutable">
16       <HintPath>$(MDKGameBinPath)\System.Collections.Immutable.dll</HintPath>
17       <Private>false</Private>
18     </Reference>
19     <Reference Include="Sandbox.Common">
20       <HintPath>$(MDKGameBinPath)\Sandbox.Common.dll</HintPath>
21       <Private>False</Private>
22     </Reference>
23     <Reference Include="Sandbox.Game">
24       <HintPath>$(MDKGameBinPath)\Sandbox.Game.dll</HintPath>
25       <Private>False</Private>
26     </Reference>
27     <Reference Include="Sandbox.Graphics">
28       <HintPath>$(MDKGameBinPath)\Sandbox.Graphics.dll</HintPath>
29       <Private>False</Private>
30     </Reference>
31     <Reference Include="SpaceEngineers.Game">
32       <HintPath>$(MDKGameBinPath)\SpaceEngineers.Game.dll</HintPath>
33       <Private>False</Private>
34     </Reference>
35     <Reference Include="SpaceEngineers.ObjectBuilders">
36       <HintPath>$(MDKGameBinPath)\SpaceEngineers.ObjectBuilders.dll</HintPath>
37       <Private>False</Private>
38     </Reference>
39     <Reference Include="VRage">
40       <HintPath>$(MDKGameBinPath)\VRage.dll</HintPath>
41       <Private>False</Private>
42     </Reference>
43     <Reference Include="VRage.Audio">
44       <HintPath>$(MDKGameBinPath)\VRage.Audio.dll</HintPath>
45       <Private>False</Private>
46     </Reference>
47     <Reference Include="VRage.Game">
48       <HintPath>$(MDKGameBinPath)\VRage.Game.dll</HintPath>
49       <Private>False</Private>
50     </Reference>
51     <Reference Include="VRage.Input">
52       <HintPath>$(MDKGameBinPath)\VRage.Input.dll</HintPath>
53       <Private>False</Private>
54     </Reference>
55     <Reference Include="VRage.Library">
56       <HintPath>$(MDKGameBinPath)\VRage.Library.dll</HintPath>
57       <Private>False</Private>
58     </Reference>
59     <Reference Include="VRage.Math">
60       <HintPath>$(MDKGameBinPath)\VRage.Math.dll</HintPath>
61       <Private>False</Private>
62     </Reference>
63     <Reference Include="VRage.Render">
64       <HintPath>$(MDKGameBinPath)\VRage.Render.dll</HintPath>
65       <Private>False</Private>
66     </Reference>
67     <Reference Include="VRage.Render11">
68       <HintPath>$(MDKGameBinPath)\VRage.Render11.dll</HintPath>
69       <Private>False</Private>
70     </Reference>
71     <Reference Include="VRage.Scripting">
72       <HintPath>$(MDKGameBinPath)\VRage.Scripting.dll</HintPath>
73       <Private>False</Private>
74     </Reference>
75     <Reference Include="MDKUtilities">
76       <HintPath>$(MDKInstallPath)\MDKUtilities.dll</HintPath>
77       <Private>True</Private>
78     </Reference>
79     <Analyzer Include="$(MDKInstallPath)\Analyzers\MDKAnalyzer.dll" />
80   </ItemGroup>
81 </Project>