From 79e2dcea9126c6cfcc2875c22245ce539b66d57e Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 19 Jun 2020 13:30:14 +0000 Subject: Created app framework. --- SpriteEd.sln | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 SpriteEd.sln (limited to 'SpriteEd.sln') diff --git a/SpriteEd.sln b/SpriteEd.sln new file mode 100644 index 0000000..7e1c38f --- /dev/null +++ b/SpriteEd.sln @@ -0,0 +1,17 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpriteEd", "SpriteEd\SpriteEd.csproj", "{A6931C58-A078-42B3-90B7-EEE5DC4DAA05}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A6931C58-A078-42B3-90B7-EEE5DC4DAA05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A6931C58-A078-42B3-90B7-EEE5DC4DAA05}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A6931C58-A078-42B3-90B7-EEE5DC4DAA05}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A6931C58-A078-42B3-90B7-EEE5DC4DAA05}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal -- cgit v1.2.3