-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathBlueprintExplorer.sln
More file actions
61 lines (61 loc) · 3.7 KB
/
BlueprintExplorer.sln
File metadata and controls
61 lines (61 loc) · 3.7 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
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlueprintExplorer", "BlueprintExplorer\BlueprintExplorer.csproj", "{58D00E53-3261-4087-9A83-E6B636F8D093}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0B594754-77CD-420A-9BE8-9E626166436E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WikiGen", "WikiGen\WikiGen.csproj", "{97A92D0B-E30C-4BC1-9616-2C212C360775}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FontTested", "FontTested\FontTested.csproj", "{FD0B9D21-A092-487E-8237-8BD1EC4DB1F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BubbleAssets", "BubbleAssets\BubbleAssets.csproj", "{D2599B72-338A-4BFF-9DFB-2755036E3831}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BubbleprintEngine", "BubbleprintEngine\BubbleprintEngine.csproj", "{9312A876-69BF-48D0-8B37-0D0603D48BE7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bprint", "bprint\bprint.csproj", "{1CF799D8-575E-46E2-94F2-48A731A39BFF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58D00E53-3261-4087-9A83-E6B636F8D093}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58D00E53-3261-4087-9A83-E6B636F8D093}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58D00E53-3261-4087-9A83-E6B636F8D093}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58D00E53-3261-4087-9A83-E6B636F8D093}.Release|Any CPU.Build.0 = Release|Any CPU
{97A92D0B-E30C-4BC1-9616-2C212C360775}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97A92D0B-E30C-4BC1-9616-2C212C360775}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97A92D0B-E30C-4BC1-9616-2C212C360775}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97A92D0B-E30C-4BC1-9616-2C212C360775}.Release|Any CPU.Build.0 = Release|Any CPU
{FD0B9D21-A092-487E-8237-8BD1EC4DB1F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD0B9D21-A092-487E-8237-8BD1EC4DB1F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD0B9D21-A092-487E-8237-8BD1EC4DB1F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD0B9D21-A092-487E-8237-8BD1EC4DB1F4}.Release|Any CPU.Build.0 = Release|Any CPU
{D2599B72-338A-4BFF-9DFB-2755036E3831}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2599B72-338A-4BFF-9DFB-2755036E3831}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2599B72-338A-4BFF-9DFB-2755036E3831}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2599B72-338A-4BFF-9DFB-2755036E3831}.Release|Any CPU.Build.0 = Release|Any CPU
{9312A876-69BF-48D0-8B37-0D0603D48BE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9312A876-69BF-48D0-8B37-0D0603D48BE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9312A876-69BF-48D0-8B37-0D0603D48BE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9312A876-69BF-48D0-8B37-0D0603D48BE7}.Release|Any CPU.Build.0 = Release|Any CPU
{1CF799D8-575E-46E2-94F2-48A731A39BFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CF799D8-575E-46E2-94F2-48A731A39BFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CF799D8-575E-46E2-94F2-48A731A39BFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CF799D8-575E-46E2-94F2-48A731A39BFF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C870402F-E736-4304-8246-97DF7E434BED}
EndGlobalSection
EndGlobal