-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Bloom.sln
86 lines (86 loc) · 5.21 KB
/
Bloom.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BloomExe", "src\BloomExe\BloomExe.csproj", "{304D5612-167C-4725-AF27-B9F2BB788B57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BloomTests", "src\BloomTests\BloomTests.csproj", "{57E7AC72-D901-4A80-A50B-71319AC96CDC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{04AF3A87-C943-4731-BE3D-659EA705171D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DistFiles", "DistFiles", "{D38FC737-8C27-46CB-B490-3CB2E7AB3C99}"
ProjectSection(SolutionItems) = preProject
DistFiles\ReleaseNotes.md = DistFiles\ReleaseNotes.md
TrainingVideos-en.md = TrainingVideos-en.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{50907EDE-2961-46DE-8549-E13473496460}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EE02C044-C85F-4C3C-9DF5-57959ADB063C}"
ProjectSection(SolutionItems) = preProject
WebEssentials2015-Settings.json = WebEssentials2015-Settings.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebView2PdfMaker", "src\WebView2PdfMaker\WebView2PdfMaker.csproj", "{F697DD7A-2D74-4850-8381-7E4ADB1E4431}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{304D5612-167C-4725-AF27-B9F2BB788B57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{304D5612-167C-4725-AF27-B9F2BB788B57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{304D5612-167C-4725-AF27-B9F2BB788B57}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{304D5612-167C-4725-AF27-B9F2BB788B57}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{304D5612-167C-4725-AF27-B9F2BB788B57}.Debug|x86.ActiveCfg = Debug|Any CPU
{304D5612-167C-4725-AF27-B9F2BB788B57}.Debug|x86.Build.0 = Debug|Any CPU
{304D5612-167C-4725-AF27-B9F2BB788B57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{304D5612-167C-4725-AF27-B9F2BB788B57}.Release|Any CPU.Build.0 = Release|Any CPU
{304D5612-167C-4725-AF27-B9F2BB788B57}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{304D5612-167C-4725-AF27-B9F2BB788B57}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{304D5612-167C-4725-AF27-B9F2BB788B57}.Release|x86.ActiveCfg = Release|Any CPU
{304D5612-167C-4725-AF27-B9F2BB788B57}.Release|x86.Build.0 = Release|Any CPU
{57E7AC72-D901-4A80-A50B-71319AC96CDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57E7AC72-D901-4A80-A50B-71319AC96CDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57E7AC72-D901-4A80-A50B-71319AC96CDC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{57E7AC72-D901-4A80-A50B-71319AC96CDC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{57E7AC72-D901-4A80-A50B-71319AC96CDC}.Debug|x86.ActiveCfg = Debug|Any CPU
{57E7AC72-D901-4A80-A50B-71319AC96CDC}.Debug|x86.Build.0 = Debug|Any CPU
{57E7AC72-D901-4A80-A50B-71319AC96CDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57E7AC72-D901-4A80-A50B-71319AC96CDC}.Release|Any CPU.Build.0 = Release|Any CPU
{57E7AC72-D901-4A80-A50B-71319AC96CDC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{57E7AC72-D901-4A80-A50B-71319AC96CDC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{57E7AC72-D901-4A80-A50B-71319AC96CDC}.Release|x86.ActiveCfg = Release|Any CPU
{57E7AC72-D901-4A80-A50B-71319AC96CDC}.Release|x86.Build.0 = Release|Any CPU
{F697DD7A-2D74-4850-8381-7E4ADB1E4431}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F697DD7A-2D74-4850-8381-7E4ADB1E4431}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F697DD7A-2D74-4850-8381-7E4ADB1E4431}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F697DD7A-2D74-4850-8381-7E4ADB1E4431}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F697DD7A-2D74-4850-8381-7E4ADB1E4431}.Debug|x86.ActiveCfg = Debug|Any CPU
{F697DD7A-2D74-4850-8381-7E4ADB1E4431}.Debug|x86.Build.0 = Debug|Any CPU
{F697DD7A-2D74-4850-8381-7E4ADB1E4431}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F697DD7A-2D74-4850-8381-7E4ADB1E4431}.Release|Any CPU.Build.0 = Release|Any CPU
{F697DD7A-2D74-4850-8381-7E4ADB1E4431}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F697DD7A-2D74-4850-8381-7E4ADB1E4431}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F697DD7A-2D74-4850-8381-7E4ADB1E4431}.Release|x86.ActiveCfg = Release|Any CPU
{F697DD7A-2D74-4850-8381-7E4ADB1E4431}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D38FC737-8C27-46CB-B490-3CB2E7AB3C99} = {04AF3A87-C943-4731-BE3D-659EA705171D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AFDCD471-511E-432D-B6B3-2F9D5AD1ACED}
EndGlobalSection
EndGlobal