From 82d2572614f166cc851d87265daac011951c6f86 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 11 Apr 2019 23:27:14 +0300 Subject: Added the developement so far on the open world (RPG?) game Bitspace. Features: map generation, biomes, mobs, health system. --- Bitspace/Bitspace.sln | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Bitspace/Bitspace.sln (limited to 'Bitspace/Bitspace.sln') diff --git a/Bitspace/Bitspace.sln b/Bitspace/Bitspace.sln new file mode 100644 index 0000000..68c9347 --- /dev/null +++ b/Bitspace/Bitspace.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28803.156 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bitspace", "Bitspace\Bitspace.csproj", "{9F5B200F-8C1E-4825-8115-34403E972FA0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9F5B200F-8C1E-4825-8115-34403E972FA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9F5B200F-8C1E-4825-8115-34403E972FA0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9F5B200F-8C1E-4825-8115-34403E972FA0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9F5B200F-8C1E-4825-8115-34403E972FA0}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {BE10168B-3DC4-4185-A000-881F5746FEDC} + EndGlobalSection +EndGlobal -- cgit v1.2.3