-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeVerse.sln
49 lines (49 loc) · 3.06 KB
/
CodeVerse.sln
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeVerse.Common", "CodeVerse.Common\CodeVerse.Common.csproj", "{3E9E62E4-EAB6-48A5-8476-F93FC97E1F1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeVerse.Logic", "CodeVerse.Logic\CodeVerse.Logic.csproj", "{6A806B3D-B9AB-45D5-A7CA-3DC758DBAAEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeVerse.LogicTester", "CodeVerse.LogicTester\CodeVerse.LogicTester.csproj", "{1E6C36DC-2088-4914-A9DF-9DD49292B10A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeVerse.Networking", "CodeVerse.Networking\CodeVerse.Networking.csproj", "{E13642E5-8F8D-4C2E-BC47-D90B58247B63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeVerse.Server", "CodeVerse.Server\CodeVerse.Server.csproj", "{0BFC6320-12C7-4A0C-A3AB-6AED443C5A19}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E9E62E4-EAB6-48A5-8476-F93FC97E1F1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E9E62E4-EAB6-48A5-8476-F93FC97E1F1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E9E62E4-EAB6-48A5-8476-F93FC97E1F1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E9E62E4-EAB6-48A5-8476-F93FC97E1F1C}.Release|Any CPU.Build.0 = Release|Any CPU
{6A806B3D-B9AB-45D5-A7CA-3DC758DBAAEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A806B3D-B9AB-45D5-A7CA-3DC758DBAAEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A806B3D-B9AB-45D5-A7CA-3DC758DBAAEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A806B3D-B9AB-45D5-A7CA-3DC758DBAAEC}.Release|Any CPU.Build.0 = Release|Any CPU
{1E6C36DC-2088-4914-A9DF-9DD49292B10A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E6C36DC-2088-4914-A9DF-9DD49292B10A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E6C36DC-2088-4914-A9DF-9DD49292B10A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E6C36DC-2088-4914-A9DF-9DD49292B10A}.Release|Any CPU.Build.0 = Release|Any CPU
{E13642E5-8F8D-4C2E-BC47-D90B58247B63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E13642E5-8F8D-4C2E-BC47-D90B58247B63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E13642E5-8F8D-4C2E-BC47-D90B58247B63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E13642E5-8F8D-4C2E-BC47-D90B58247B63}.Release|Any CPU.Build.0 = Release|Any CPU
{0BFC6320-12C7-4A0C-A3AB-6AED443C5A19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BFC6320-12C7-4A0C-A3AB-6AED443C5A19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BFC6320-12C7-4A0C-A3AB-6AED443C5A19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BFC6320-12C7-4A0C-A3AB-6AED443C5A19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {841EEB79-F5C2-4406-BE47-1309A079973D}
EndGlobalSection
EndGlobal