First commit
[SEScripts.git] / MiningRover / MDK / MDK.options.props
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <!-- 
5     Contains basic settings that should be included in code repositories
6     -->
7     <MDKVersion>1.5.17</MDKVersion>
8     <MDKTrimTypes>
9       <Enabled>no</Enabled>
10     </MDKTrimTypes>
11     <MDKMinify>
12       <Level>None</Level>
13     </MDKMinify>
14     <MDKIgnore>
15       <Folder>mdk</Folder>
16     </MDKIgnore>
17   </PropertyGroup>
18 </Project>