-
Notifications
You must be signed in to change notification settings - Fork 0
/
VoxelEngine-Sharp.sln
43 lines (43 loc) · 2.46 KB
/
VoxelEngine-Sharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35208.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Server\Server.csproj", "{2552D215-0A0B-4471-9416-C5F202B244CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EngineLibrary", "EngineLibrary\EngineLibrary.csproj", "{36EE5FFE-75C5-4242-B251-0991E11EB42B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Engine", "Engine\Engine.csproj", "{82318CC6-07AF-4A2A-8433-2EC06D0F88FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{68EA33A2-7758-4EBB-B9AB-D11244004958}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2552D215-0A0B-4471-9416-C5F202B244CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2552D215-0A0B-4471-9416-C5F202B244CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2552D215-0A0B-4471-9416-C5F202B244CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2552D215-0A0B-4471-9416-C5F202B244CD}.Release|Any CPU.Build.0 = Release|Any CPU
{36EE5FFE-75C5-4242-B251-0991E11EB42B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36EE5FFE-75C5-4242-B251-0991E11EB42B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36EE5FFE-75C5-4242-B251-0991E11EB42B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36EE5FFE-75C5-4242-B251-0991E11EB42B}.Release|Any CPU.Build.0 = Release|Any CPU
{82318CC6-07AF-4A2A-8433-2EC06D0F88FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82318CC6-07AF-4A2A-8433-2EC06D0F88FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82318CC6-07AF-4A2A-8433-2EC06D0F88FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82318CC6-07AF-4A2A-8433-2EC06D0F88FF}.Release|Any CPU.Build.0 = Release|Any CPU
{68EA33A2-7758-4EBB-B9AB-D11244004958}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68EA33A2-7758-4EBB-B9AB-D11244004958}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68EA33A2-7758-4EBB-B9AB-D11244004958}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68EA33A2-7758-4EBB-B9AB-D11244004958}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62F574C0-FEF1-4196-9458-81259099D8DB}
EndGlobalSection
EndGlobal