This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVoxel.sln
35 lines (35 loc) · 2.13 KB
/
Voxel.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
Microsoft Visual Studio Solution File, Format Version 12.00
#
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codestyle", "Codestyle\Codestyle.csproj", "{EA0C3800-B07A-4993-9BC6-9C2A7E312C2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{7DCDEF47-9F30-4734-BB27-C1B187554419}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{943124AC-3832-4FB8-B5E5-3F461510431C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{251AC392-9C38-4389-9A1B-887E7DF8C344}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA0C3800-B07A-4993-9BC6-9C2A7E312C2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA0C3800-B07A-4993-9BC6-9C2A7E312C2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA0C3800-B07A-4993-9BC6-9C2A7E312C2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA0C3800-B07A-4993-9BC6-9C2A7E312C2B}.Release|Any CPU.Build.0 = Release|Any CPU
{7DCDEF47-9F30-4734-BB27-C1B187554419}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DCDEF47-9F30-4734-BB27-C1B187554419}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DCDEF47-9F30-4734-BB27-C1B187554419}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DCDEF47-9F30-4734-BB27-C1B187554419}.Release|Any CPU.Build.0 = Release|Any CPU
{943124AC-3832-4FB8-B5E5-3F461510431C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{943124AC-3832-4FB8-B5E5-3F461510431C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{943124AC-3832-4FB8-B5E5-3F461510431C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{943124AC-3832-4FB8-B5E5-3F461510431C}.Release|Any CPU.Build.0 = Release|Any CPU
{251AC392-9C38-4389-9A1B-887E7DF8C344}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{251AC392-9C38-4389-9A1B-887E7DF8C344}.Debug|Any CPU.Build.0 = Debug|Any CPU
{251AC392-9C38-4389-9A1B-887E7DF8C344}.Release|Any CPU.ActiveCfg = Release|Any CPU
{251AC392-9C38-4389-9A1B-887E7DF8C344}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal