Add missile launcher and missile controller projects
[SEScripts.git] / MissileController / MDK / MDK.options.props
diff --git a/MissileController/MDK/MDK.options.props b/MissileController/MDK/MDK.options.props
new file mode 100644 (file)
index 0000000..0a291ca
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <!-- 
+    Contains basic settings that should be included in code repositories
+    -->
+    <MDKVersion>1.5.17</MDKVersion>
+    <MDKTrimTypes>
+      <Enabled>no</Enabled>
+    </MDKTrimTypes>
+    <MDKMinify>
+      <Level>None</Level>
+    </MDKMinify>
+    <MDKIgnore>
+      <Folder>mdk</Folder>
+    </MDKIgnore>
+  </PropertyGroup>
+</Project>
\ No newline at end of file