-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOddBit.FastConsole.sln
More file actions
28 lines (28 loc) · 1.84 KB
/
OddBit.FastConsole.sln
File metadata and controls
28 lines (28 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OddBit.FastConsole.GameEngine", "OddBit.FastConsole.GameEngine\OddBit.FastConsole.GameEngine.csproj", "{655D55D7-E880-49CC-BBBB-CB5A23F04171}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OddBit.FastConsole", "OddBit.FastConsole\OddBit.FastConsole.csproj", "{8870453F-2631-4434-A23D-5BCC35DD4A0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OddBit.FastConsole.GameExample", "OddBit.FastConsole.GameExample\OddBit.FastConsole.GameExample.csproj", "{608AE4C7-6F05-4AD6-A69B-C82E76627CD6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{655D55D7-E880-49CC-BBBB-CB5A23F04171}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{655D55D7-E880-49CC-BBBB-CB5A23F04171}.Debug|Any CPU.Build.0 = Debug|Any CPU
{655D55D7-E880-49CC-BBBB-CB5A23F04171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{655D55D7-E880-49CC-BBBB-CB5A23F04171}.Release|Any CPU.Build.0 = Release|Any CPU
{8870453F-2631-4434-A23D-5BCC35DD4A0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8870453F-2631-4434-A23D-5BCC35DD4A0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8870453F-2631-4434-A23D-5BCC35DD4A0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8870453F-2631-4434-A23D-5BCC35DD4A0F}.Release|Any CPU.Build.0 = Release|Any CPU
{608AE4C7-6F05-4AD6-A69B-C82E76627CD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{608AE4C7-6F05-4AD6-A69B-C82E76627CD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{608AE4C7-6F05-4AD6-A69B-C82E76627CD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{608AE4C7-6F05-4AD6-A69B-C82E76627CD6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal