This repository was archived by the owner on Sep 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathVoxelThing.sln
More file actions
43 lines (43 loc) · 2.52 KB
/
Copy pathVoxelThing.sln
File metadata and controls
43 lines (43 loc) · 2.52 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
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.9.34902.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoxelThing.Client", "VoxelThing.Client\VoxelThing.Client.csproj", "{62049529-442B-4732-85ED-F737DCEC9816}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoxelThing.Game", "VoxelThing.Game\VoxelThing.Game.csproj", "{A0C478C6-91D9-4C0A-8633-BCD47D037B91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PDS", "PDS\PDS.csproj", "{2E1A7600-03EF-438E-BD48-F40777934F7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoxelThing.Server", "VoxelThing.Server\VoxelThing.Server.csproj", "{AA527A9B-529A-412C-805B-CBA0B937C4D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62049529-442B-4732-85ED-F737DCEC9816}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62049529-442B-4732-85ED-F737DCEC9816}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62049529-442B-4732-85ED-F737DCEC9816}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62049529-442B-4732-85ED-F737DCEC9816}.Release|Any CPU.Build.0 = Release|Any CPU
{A0C478C6-91D9-4C0A-8633-BCD47D037B91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0C478C6-91D9-4C0A-8633-BCD47D037B91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0C478C6-91D9-4C0A-8633-BCD47D037B91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0C478C6-91D9-4C0A-8633-BCD47D037B91}.Release|Any CPU.Build.0 = Release|Any CPU
{2E1A7600-03EF-438E-BD48-F40777934F7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E1A7600-03EF-438E-BD48-F40777934F7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E1A7600-03EF-438E-BD48-F40777934F7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E1A7600-03EF-438E-BD48-F40777934F7B}.Release|Any CPU.Build.0 = Release|Any CPU
{AA527A9B-529A-412C-805B-CBA0B937C4D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA527A9B-529A-412C-805B-CBA0B937C4D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA527A9B-529A-412C-805B-CBA0B937C4D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA527A9B-529A-412C-805B-CBA0B937C4D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5480BB0-BC15-42F9-8C08-98CB7C250176}
EndGlobalSection
EndGlobal