diff --git a/.gitignore b/.gitignore index 372333e..746a748 100644 --- a/.gitignore +++ b/.gitignore @@ -329,5 +329,4 @@ ASALocalRun/ # MFractors (Xamarin productivity tool) working folder .mfractor/ DepthMask/dlls -DepthMask/Properties/AssemblyInfo.cs GameData diff --git a/DepthMask/Properties/AssemblyInfo.cs b/DepthMask/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..e485abb --- /dev/null +++ b/DepthMask/Properties/AssemblyInfo.cs @@ -0,0 +1,3 @@ +using System.Reflection; + +[assembly: KSPAssembly("DepthMask", 99, 99, 99)] \ No newline at end of file