diff --git a/O2.Platform.exe/O2_Platform.csproj b/O2.Platform.exe/O2_Platform.csproj index 128a660..26eaa91 100644 --- a/O2.Platform.exe/O2_Platform.csproj +++ b/O2.Platform.exe/O2_Platform.csproj @@ -1,4 +1,4 @@ - + Debug @@ -64,28 +64,12 @@ - - _ExternalDlls\Mono.Security.dll - - - _ExternalDlls\NGit.dll - - - _ExternalDlls\NSch.dll - - - _ExternalDlls\Sharpen.dll - - - - - diff --git a/O2.Platform.exe/O2_Setup.cs b/O2.Platform.exe/O2_Setup.cs index db1598b..40d31ce 100644 --- a/O2.Platform.exe/O2_Setup.cs +++ b/O2.Platform.exe/O2_Setup.cs @@ -81,10 +81,7 @@ public void startO2(string[] args) { loadDependencies(); complileO2StartupScriptAndExecuteIt(args); - } - - - + } } } \ No newline at end of file diff --git a/O2.Platform.exe/_ExternalDlls/Mono.Security.dll b/O2.Platform.exe/_ExternalDlls/Mono.Security.dll deleted file mode 100644 index b8384da..0000000 Binary files a/O2.Platform.exe/_ExternalDlls/Mono.Security.dll and /dev/null differ diff --git a/O2.Platform.exe/_ExternalDlls/NGit.dll b/O2.Platform.exe/_ExternalDlls/NGit.dll deleted file mode 100644 index 96d170e..0000000 Binary files a/O2.Platform.exe/_ExternalDlls/NGit.dll and /dev/null differ diff --git a/O2.Platform.exe/_ExternalDlls/NSch.dll b/O2.Platform.exe/_ExternalDlls/NSch.dll deleted file mode 100644 index c4300b9..0000000 Binary files a/O2.Platform.exe/_ExternalDlls/NSch.dll and /dev/null differ diff --git a/O2.Platform.exe/_ExternalDlls/Sharpen.dll b/O2.Platform.exe/_ExternalDlls/Sharpen.dll deleted file mode 100644 index 7c4efc0..0000000 Binary files a/O2.Platform.exe/_ExternalDlls/Sharpen.dll and /dev/null differ