Skip to content

Commit

Permalink
deleted build target "Debug"
Browse files Browse the repository at this point in the history
  • Loading branch information
ItMustBeACamel committed Oct 28, 2014
1 parent 65f0ce6 commit 68bb322
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 4 additions & 4 deletions source/ProcAirships/ProcAirships.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Kerbal Space Program\0.25_dev\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\KSPLib\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="KSPAPIExtensions, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="KSPAPIExtensions, Version=1.7.1.2, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\KSP\KSPAPIExtensionsDLL\1.7.1\KSPAPIExtensions.dll</HintPath>
<HintPath>..\..\..\KSPLib\KSPAPIExtensions.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -47,7 +47,7 @@
<Reference Include="System.Xml" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Kerbal Space Program\0.25_dev\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\..\KSPLib\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
5 changes: 1 addition & 4 deletions source/ProcAirships/ProcAirships.sln
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.30501.0
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProcAirships", "ProcAirships.csproj", "{BDE6A5AF-3A35-43B9-B0A0-028093C7F1D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BDE6A5AF-3A35-43B9-B0A0-028093C7F1D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDE6A5AF-3A35-43B9-B0A0-028093C7F1D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDE6A5AF-3A35-43B9-B0A0-028093C7F1D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDE6A5AF-3A35-43B9-B0A0-028093C7F1D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
Expand Down

0 comments on commit 68bb322

Please sign in to comment.