-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBlockByBlock.sln
More file actions
57 lines (57 loc) · 3.47 KB
/
Copy pathBlockByBlock.sln
File metadata and controls
57 lines (57 loc) · 3.47 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlockByBlock", "BlockByBlock\BlockByBlock.csproj", "{1FB46312-68BD-4844-8C7A-D827D3E57C3C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TorchLite", "TorchLite\TorchLite.csproj", "{FABA1EA3-10F9-4A86-96F5-B3CAFB5EA85D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TorchLiteDedicatedServer", "TorchLiteDedicatedServer\TorchLiteDedicatedServer.csproj", "{4E89937F-0983-4834-B7A4-327E0D188CF1}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "BlockByBlockShared", "BlockByBlockShared\BlockByBlockShared.shproj", "{42D4711A-70F3-4E3E-B407-A03D5B405541}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FB46312-68BD-4844-8C7A-D827D3E57C3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FB46312-68BD-4844-8C7A-D827D3E57C3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FB46312-68BD-4844-8C7A-D827D3E57C3C}.Debug|x64.ActiveCfg = Debug|x64
{1FB46312-68BD-4844-8C7A-D827D3E57C3C}.Debug|x64.Build.0 = Debug|x64
{1FB46312-68BD-4844-8C7A-D827D3E57C3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FB46312-68BD-4844-8C7A-D827D3E57C3C}.Release|Any CPU.Build.0 = Release|Any CPU
{1FB46312-68BD-4844-8C7A-D827D3E57C3C}.Release|x64.ActiveCfg = Release|x64
{1FB46312-68BD-4844-8C7A-D827D3E57C3C}.Release|x64.Build.0 = Release|x64
{FABA1EA3-10F9-4A86-96F5-B3CAFB5EA85D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FABA1EA3-10F9-4A86-96F5-B3CAFB5EA85D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FABA1EA3-10F9-4A86-96F5-B3CAFB5EA85D}.Debug|x64.ActiveCfg = Debug|Any CPU
{FABA1EA3-10F9-4A86-96F5-B3CAFB5EA85D}.Debug|x64.Build.0 = Debug|Any CPU
{FABA1EA3-10F9-4A86-96F5-B3CAFB5EA85D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FABA1EA3-10F9-4A86-96F5-B3CAFB5EA85D}.Release|Any CPU.Build.0 = Release|Any CPU
{FABA1EA3-10F9-4A86-96F5-B3CAFB5EA85D}.Release|x64.ActiveCfg = Release|Any CPU
{FABA1EA3-10F9-4A86-96F5-B3CAFB5EA85D}.Release|x64.Build.0 = Release|Any CPU
{4E89937F-0983-4834-B7A4-327E0D188CF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E89937F-0983-4834-B7A4-327E0D188CF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E89937F-0983-4834-B7A4-327E0D188CF1}.Debug|x64.ActiveCfg = Debug|Any CPU
{4E89937F-0983-4834-B7A4-327E0D188CF1}.Debug|x64.Build.0 = Debug|Any CPU
{4E89937F-0983-4834-B7A4-327E0D188CF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E89937F-0983-4834-B7A4-327E0D188CF1}.Release|Any CPU.Build.0 = Release|Any CPU
{4E89937F-0983-4834-B7A4-327E0D188CF1}.Release|x64.ActiveCfg = Release|Any CPU
{4E89937F-0983-4834-B7A4-327E0D188CF1}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9991FF3-C373-4B16-AF36-7F2DD535A86E}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
BlockByBlockShared\BlockByBlockShared.projitems*{42d4711a-70f3-4e3e-b407-a03d5b405541}*SharedItemsImports = 13
BlockByBlockShared\BlockByBlockShared.projitems*{faba1ea3-10f9-4a86-96f5-b3cafb5ea85d}*SharedItemsImports = 5
EndGlobalSection
EndGlobal