Skip to content

Commit

Permalink
Fixes z_Entropy_realchutes mono target issue
Browse files Browse the repository at this point in the history
  • Loading branch information
602p committed Dec 8, 2014
1 parent ea2ac9c commit 3963d99
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 12 deletions.
2 changes: 2 additions & 0 deletions Entropy/Entropy/Entropy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,7 @@
<None Include="ModuleManager\Solar.cfg" />
<None Include="ModuleManager\SRBs.cfg" />
<None Include="ModuleManager\Stock_Ignores.cfg" />
<None Include="Entropy.userprefs" />
<None Include="ModuleManager\SRBs_enginesFX.cfg" />
</ItemGroup>
</Project>
6 changes: 6 additions & 0 deletions Entropy/Entropy/Entropy.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Entropy", "Entropy.csproj", "{7EFBE627-9945-4E79-8976-CC0C67FA6C18}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Entropy_realchutes", "..\Entropy_realchutes\Entropy_realchutes.csproj", "{32413EE7-72D5-405D-B2FA-E982B972DA43}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32413EE7-72D5-405D-B2FA-E982B972DA43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32413EE7-72D5-405D-B2FA-E982B972DA43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32413EE7-72D5-405D-B2FA-E982B972DA43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32413EE7-72D5-405D-B2FA-E982B972DA43}.Release|Any CPU.Build.0 = Release|Any CPU
{7EFBE627-9945-4E79-8976-CC0C67FA6C18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EFBE627-9945-4E79-8976-CC0C67FA6C18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EFBE627-9945-4E79-8976-CC0C67FA6C18}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
12 changes: 6 additions & 6 deletions Entropy/Entropy/Entropy.userprefs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Properties>
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
<MonoDevelop.Ide.Workbench ActiveDocument="FailureModules\SRB_engineFX.cs">
<MonoDevelop.Ide.Workbench ActiveDocument="..\Entropy_realchutes\RealChute.cs">
<Files>
<File FileName="FailureModules\SRB.cs" Line="11" Column="48" />
<File FileName="FailureModules\SRB_engineFX.cs" Line="16" Column="50" />
<File FileName="FailureModules\LossOfCoolant.cs" Line="31" Column="5" />
<File FileName="Utilities\PermissiveEnginesManager.cs" Line="98" Column="100" />
<File FileName="..\Entropy_realchutes\RealChute.cs" Line="27" Column="42" />
<File FileName="FailureModules\SRB.cs" Line="1" Column="1" />
<File FileName="FailureModules\SRB_engineFX.cs" Line="8" Column="1" />
<File FileName="FailureModules\LossOfCoolant.cs" Line="1" Column="1" />
<File FileName="Utilities\PermissiveEnginesManager.cs" Line="1" Column="1" />
<File FileName="..\Entropy_realchutes\RealChute.cs" Line="13" Column="3" />
</Files>
</MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.DebuggingService.Breakpoints>
Expand Down
9 changes: 7 additions & 2 deletions Entropy/Entropy_realchutes/Entropy_realchutes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Entropy_realchutes</RootNamespace>
<AssemblyName>Entropy_realchutes</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -32,15 +33,19 @@
<Reference Include="System" />
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\..\..\..\Program Files %28x86%29\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\..\..\..\Program Files %28x86%29\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RealChute">
<HintPath>..\..\..\RealChute\Output\GameData\RealChute\Plugins\RealChute.dll</HintPath>
<HintPath>..\..\..\..\Important Documents\dangit_mod\min_ksp\GameData\RealChute\Plugins\RealChute.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="DangIt">
<HintPath>..\..\..\..\Important Documents\dangit_mod\Abaddon\DangIt\bin\Release\DangIt.dll</HintPath>
<HintPath>..\..\..\..\Important Documents\dangit_mod\min_ksp\GameData\DangIt\DangIt.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Entropy/Entropy_realchutes/Entropy_realchutes.userprefs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
<MonoDevelop.Ide.Workbench ActiveDocument="RealChute.cs">
<Files>
<File FileName="RealChute.cs" Line="39" Column="6" />
<File FileName="RealChute.cs" Line="14" Column="25" />
</Files>
</MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.DebuggingService.Breakpoints>
Expand Down
4 changes: 1 addition & 3 deletions Entropy/Entropy_realchutes/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]

[assembly: KSPAssemblyDependency("Entropy", 1, 0)]
//[assembly: AssemblyKeyFile("")]
Binary file modified GameData/Entropy/Entropy.dll
Binary file not shown.
Binary file modified GameData/z_Entropy_realchutes/Entropy_realchutes.dll
Binary file not shown.

0 comments on commit 3963d99

Please sign in to comment.