-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlocks.sln
More file actions
48 lines (48 loc) · 2.74 KB
/
Blocks.sln
File metadata and controls
48 lines (48 loc) · 2.74 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blocks.GH", ".\Blocks.GH\Blocks.GH.csproj", "{14B7E64B-C89D-42AB-A9E6-688551496F93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blocks.Tests", ".\Blocks.Tests\Blocks.Tests.csproj", "{C4DB44C0-900C-4A18-AE40-5B38CA415ED8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0E3EA20A-5A4D-4A6B-A5A8-A887E0FEFC9F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blocks.Viewer", ".\Blocks.Viewer\Blocks.Viewer.csproj", "{D629BA01-93AE-4DC0-AE13-C354B08D8557}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blocks.Common", ".\Blocks.Common\Blocks.Common.csproj", "{7DEC63E6-3D43-4E35-A558-F52DC604BF05}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14B7E64B-C89D-42AB-A9E6-688551496F93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14B7E64B-C89D-42AB-A9E6-688551496F93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14B7E64B-C89D-42AB-A9E6-688551496F93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14B7E64B-C89D-42AB-A9E6-688551496F93}.Release|Any CPU.Build.0 = Release|Any CPU
{C4DB44C0-900C-4A18-AE40-5B38CA415ED8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4DB44C0-900C-4A18-AE40-5B38CA415ED8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4DB44C0-900C-4A18-AE40-5B38CA415ED8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4DB44C0-900C-4A18-AE40-5B38CA415ED8}.Release|Any CPU.Build.0 = Release|Any CPU
{D629BA01-93AE-4DC0-AE13-C354B08D8557}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D629BA01-93AE-4DC0-AE13-C354B08D8557}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D629BA01-93AE-4DC0-AE13-C354B08D8557}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D629BA01-93AE-4DC0-AE13-C354B08D8557}.Release|Any CPU.Build.0 = Release|Any CPU
{7DEC63E6-3D43-4E35-A558-F52DC604BF05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DEC63E6-3D43-4E35-A558-F52DC604BF05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DEC63E6-3D43-4E35-A558-F52DC604BF05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DEC63E6-3D43-4E35-A558-F52DC604BF05}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {776A066B-E2D8-4B13-B9BB-A4AE5BAC2D64}
EndGlobalSection
EndGlobal