summaryrefslogtreecommitdiff
path: root/SpriteEd.sln
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2020-06-19 13:30:14 +0000
committerIan C <ianc@noddybox.co.uk>2020-06-19 13:30:14 +0000
commit79e2dcea9126c6cfcc2875c22245ce539b66d57e (patch)
tree01df47585753964670d30d48606b72e4022d6957 /SpriteEd.sln
parent82f993155caffbf677952cb9dba1f9ad1858976f (diff)
Created app framework.
Diffstat (limited to 'SpriteEd.sln')
-rw-r--r--SpriteEd.sln17
1 files changed, 17 insertions, 0 deletions
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