Skip to content

Commit

Permalink
Clean up after ourselves.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Nov 19, 2015
1 parent 13db817 commit e8ff3ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified GameData/AJE/Plugins/AJE.dll
Binary file not shown.
7 changes: 4 additions & 3 deletions Source/AJE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,17 @@
<HintPath>..\..\SolverEngines\GameData\SolverEngines\Plugins\SolverEngines.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System">
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\..\..\Games\KSP_win1\KSP_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
<PostBuildEvent>del "System.Core.dll"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit e8ff3ea

Please sign in to comment.