From 70d9df993db283d38f5441d0d0f47b5803020630 Mon Sep 17 00:00:00 2001 From: AShifter Date: Mon, 12 Feb 2018 09:10:20 -0700 Subject: Add (unfinished) code I think this one can decompile 0.0.x skins, not sure... Maybe I should check? --- shiftskn.sln | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 shiftskn.sln (limited to 'shiftskn.sln') diff --git a/shiftskn.sln b/shiftskn.sln new file mode 100644 index 0000000..30ad150 --- /dev/null +++ b/shiftskn.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.26730.12 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "shiftskn", "shiftskn\shiftskn.csproj", "{93CE219A-8F1F-41B6-9879-6D2ECCEBC984}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {93CE219A-8F1F-41B6-9879-6D2ECCEBC984}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {93CE219A-8F1F-41B6-9879-6D2ECCEBC984}.Debug|Any CPU.Build.0 = Debug|Any CPU + {93CE219A-8F1F-41B6-9879-6D2ECCEBC984}.Release|Any CPU.ActiveCfg = Release|Any CPU + {93CE219A-8F1F-41B6-9879-6D2ECCEBC984}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {905469C2-9FEE-4996-9A37-CEFCE34414F8} + EndGlobalSection +EndGlobal -- cgit v1.2.3