Skip to content

Commit c086e6f

Browse files
committed
Project Sanitizing
1 parent 153ff14 commit c086e6f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Source/ModuleManager/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32

43
// Information about this assembly is defined by the following attributes.
54
// Change them to the values specific to your project.
@@ -27,5 +26,5 @@
2726
//[assembly: AssemblyDelaySign(false)]
2827
//[assembly: AssemblyKeyFile("")]
2928

30-
[assembly: KSPAssemblyDependency("KSPe", 2, 0)]
29+
[assembly: KSPAssemblyDependency("KSPe", 2, 1)]
3130

clean.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ source ./CONFIG.inc
55
clean() {
66
local DLL=$1.dll
77

8-
find ./bin -name "$DLL" -delete
9-
find ./obj -name "$DLL" -delete
108
rm -f "./GameData/$TARGETBINDIR/$DLL"
119
rm -f "$LIB/$DLL"
1210
rm -f "${KSP_DEV}/GameData/$TARGETBINDIR/$DLL"
1311
}
1412

1513
VERSIONFILE=$PACKAGE.version
1614

15+
rm -fR "./bin"
16+
rm -fR "./obj"
1717
rm -f "./GameData/$TARGETDIR/$VERSIONFILE"
1818
rm -f "./GameData/$TARGETDIR/CHANGE_LOG.md"
1919
rm -f "./GameData/$TARGETDIR/README.md"

0 commit comments

Comments
 (0)