This repository has been archived by the owner on Nov 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlock.sln
44 lines (44 loc) · 2.55 KB
/
Block.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Block.Game", "Block.Game\Block.Game.vbproj", "{4D0DE844-45AB-473F-BDD4-C1C8E21C7505}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Block.Desktop", "Block.Desktop\Block.Desktop.vbproj", "{88D8B1A4-1262-4377-8388-51AF02B4A22B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Block.Game.Resources", "Block.Game.Resources\Block.Game.Resources.csproj", "{151A062D-3F9B-44A1-AF4D-8F1812A6440B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Tests|Any CPU = Tests|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D0DE844-45AB-473F-BDD4-C1C8E21C7505}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D0DE844-45AB-473F-BDD4-C1C8E21C7505}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D0DE844-45AB-473F-BDD4-C1C8E21C7505}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D0DE844-45AB-473F-BDD4-C1C8E21C7505}.Release|Any CPU.Build.0 = Release|Any CPU
{4D0DE844-45AB-473F-BDD4-C1C8E21C7505}.Tests|Any CPU.ActiveCfg = Tests|Any CPU
{4D0DE844-45AB-473F-BDD4-C1C8E21C7505}.Tests|Any CPU.Build.0 = Tests|Any CPU
{88D8B1A4-1262-4377-8388-51AF02B4A22B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88D8B1A4-1262-4377-8388-51AF02B4A22B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88D8B1A4-1262-4377-8388-51AF02B4A22B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88D8B1A4-1262-4377-8388-51AF02B4A22B}.Release|Any CPU.Build.0 = Release|Any CPU
{88D8B1A4-1262-4377-8388-51AF02B4A22B}.Tests|Any CPU.ActiveCfg = Tests|Any CPU
{88D8B1A4-1262-4377-8388-51AF02B4A22B}.Tests|Any CPU.Build.0 = Tests|Any CPU
{151A062D-3F9B-44A1-AF4D-8F1812A6440B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{151A062D-3F9B-44A1-AF4D-8F1812A6440B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{151A062D-3F9B-44A1-AF4D-8F1812A6440B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{151A062D-3F9B-44A1-AF4D-8F1812A6440B}.Release|Any CPU.Build.0 = Release|Any CPU
{151A062D-3F9B-44A1-AF4D-8F1812A6440B}.Tests|Any CPU.ActiveCfg = Debug|Any CPU
{151A062D-3F9B-44A1-AF4D-8F1812A6440B}.Tests|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7722962-4BB7-455D-804D-0DE27409AEA3}
EndGlobalSection
EndGlobal