-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHamlet.sln
53 lines (53 loc) · 2.89 KB
/
Hamlet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29201.188
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FD8B1394-03A1-4246-8958-1DAB54DA1E11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hamlet", "src\Hamlet\Hamlet.csproj", "{766A8C5C-16DD-47E0-9DCF-C2D81A3ED0CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8E937A1B-2D49-4D07-8265-A2E1FD2B9512}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hamlet.Tests", "tests\Hamlet.Tests\Hamlet.Tests.csproj", "{FBBAE04F-5395-449A-AD07-12910EEFEC35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{A29F916B-445E-469D-A976-CD4383939FE6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "build", "tools\build\build.csproj", "{E8030D90-B431-42D2-B245-9F338DF508C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6ECD0E1F-FB48-470A-B01A-43A5241013B4}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{766A8C5C-16DD-47E0-9DCF-C2D81A3ED0CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{766A8C5C-16DD-47E0-9DCF-C2D81A3ED0CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{766A8C5C-16DD-47E0-9DCF-C2D81A3ED0CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{766A8C5C-16DD-47E0-9DCF-C2D81A3ED0CB}.Release|Any CPU.Build.0 = Release|Any CPU
{FBBAE04F-5395-449A-AD07-12910EEFEC35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBBAE04F-5395-449A-AD07-12910EEFEC35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBBAE04F-5395-449A-AD07-12910EEFEC35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBBAE04F-5395-449A-AD07-12910EEFEC35}.Release|Any CPU.Build.0 = Release|Any CPU
{E8030D90-B431-42D2-B245-9F338DF508C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8030D90-B431-42D2-B245-9F338DF508C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8030D90-B431-42D2-B245-9F338DF508C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8030D90-B431-42D2-B245-9F338DF508C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{766A8C5C-16DD-47E0-9DCF-C2D81A3ED0CB} = {FD8B1394-03A1-4246-8958-1DAB54DA1E11}
{FBBAE04F-5395-449A-AD07-12910EEFEC35} = {8E937A1B-2D49-4D07-8265-A2E1FD2B9512}
{E8030D90-B431-42D2-B245-9F338DF508C6} = {A29F916B-445E-469D-A976-CD4383939FE6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EAAEF211-BA74-4584-AEE8-02D482DF8911}
EndGlobalSection
EndGlobal