Skip to content

Commit

Permalink
move Animate module into main dll
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPickford committed Dec 28, 2016
1 parent 763df5c commit 29a401e
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 126 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ NODE

MODULE
{
name = TWSAnimate
name = ASPEvaRename
}

MODULE
{
name = ASPAnimate
animationName = extend
startEventGUIName = Extend
endEventGUIName = Retract
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ NODE

MODULE
{
name = TWSAnimate
name = ASPEvaRename
}

MODULE
{
name = ASPAnimate
animationName = extend
startEventGUIName = Extend
endEventGUIName = Retract
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ NODE

MODULE
{
name = TWSAnimate
name = ASPEvaRename
}

MODULE
{
name = ASPAnimate
animationName = extend
startEventGUIName = Extend
endEventGUIName = Retract
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ NODE

MODULE
{
name = TWSAnimate
name = ASPEvaRename
}

MODULE
{
name = ASPAnimate
animationName = extend
startEventGUIName = Extend
endEventGUIName = Retract
Expand Down
36 changes: 0 additions & 36 deletions Source/TWSAnimate/Properties/AssemblyInfo.cs

This file was deleted.

79 changes: 0 additions & 79 deletions Source/TWSAnimate/TWSAnimate.csproj

This file was deleted.

6 changes: 0 additions & 6 deletions Source/TheWriteStuff.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheWriteStuff", "TheWriteSt
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TWSPainter", "TWSPainter\TWSPainter.csproj", "{BBA46433-C09B-4819-A207-2A4C2BEC8828}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TWSAnimate", "TWSAnimate\TWSAnimate.csproj", "{40B9E43C-FE10-49B6-BA58-864A1E48028D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -23,10 +21,6 @@ Global
{BBA46433-C09B-4819-A207-2A4C2BEC8828}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBA46433-C09B-4819-A207-2A4C2BEC8828}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBA46433-C09B-4819-A207-2A4C2BEC8828}.Release|Any CPU.Build.0 = Release|Any CPU
{40B9E43C-FE10-49B6-BA58-864A1E48028D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40B9E43C-FE10-49B6-BA58-864A1E48028D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40B9E43C-FE10-49B6-BA58-864A1E48028D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40B9E43C-FE10-49B6-BA58-864A1E48028D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace ASP
{
public class TWSAnimate : ModuleAnimateGeneric
public class ASPAnimate : ModuleAnimateGeneric
{
[KSPEvent(name = "RaiseMaxHeightQuick", guiName = "Raise Max Height ++", active = true, guiActive = false, guiActiveEditor = false, guiActiveUnfocused = true, externalToEVAOnly = true)]
public void RaiseMaxHeightQuick()
Expand Down
2 changes: 2 additions & 0 deletions Source/TheWriteStuff/TheWriteStuff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ASPAnimate.cs" />
<Compile Include="ASPEvaRename.cs" />
<Compile Include="ASPFlatPlateScale.cs" />
<Compile Include="ASPTextureEdit.cs" />
<Compile Include="BitmapDecal.cs" />
Expand Down

0 comments on commit 29a401e

Please sign in to comment.