Skip to content

Commit

Permalink
removed NGIT dlls from O2.Platform.exe project (since these files sho…
Browse files Browse the repository at this point in the history
…uld already be there)
  • Loading branch information
DinisCruz committed May 22, 2012
1 parent 850e83d commit 28c2794
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 21 deletions.
18 changes: 1 addition & 17 deletions O2.Platform.exe/O2_Platform.csproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -64,28 +64,12 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Windows.Forms" />
<Reference Include="Mono.Security">
<HintPath>_ExternalDlls\Mono.Security.dll</HintPath>
</Reference>
<Reference Include="NGit">
<HintPath>_ExternalDlls\NGit.dll</HintPath>
</Reference>
<Reference Include="NSch">
<HintPath>_ExternalDlls\NSch.dll</HintPath>
</Reference>
<Reference Include="Sharpen">
<HintPath>_ExternalDlls\Sharpen.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="O2_Setup.cs" />
<Content Include="O2_Setup.cs %28with no dependency on O2 Dlls%29.txt" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Content Include="_ExternalDlls\Mono.Security.dll" />
<Content Include="_ExternalDlls\NGit.dll" />
<Content Include="_ExternalDlls\NSch.dll" />
<Content Include="_ExternalDlls\Sharpen.dll" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
Expand Down
5 changes: 1 addition & 4 deletions O2.Platform.exe/O2_Setup.cs
Expand Up @@ -81,10 +81,7 @@ public void startO2(string[] args)
{
loadDependencies();
complileO2StartupScriptAndExecuteIt(args);
}



}
}
}

Binary file removed O2.Platform.exe/_ExternalDlls/Mono.Security.dll
Binary file not shown.
Binary file removed O2.Platform.exe/_ExternalDlls/NGit.dll
Binary file not shown.
Binary file removed O2.Platform.exe/_ExternalDlls/NSch.dll
Binary file not shown.
Binary file removed O2.Platform.exe/_ExternalDlls/Sharpen.dll
Binary file not shown.

0 comments on commit 28c2794

Please sign in to comment.