-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathShibbolizer.sln
41 lines (41 loc) · 2.21 KB
/
Shibbolizer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3E45029D-812F-43D1-89CD-1B3E6F2AB27E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{827A3E7A-50DE-4E45-9A77-CE638931CD59}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{CB8E5544-2019-464A-B376-66A9E63C9DAA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shibbolizer", "src\Shibbolizer\Shibbolizer.csproj", "{E892A020-544C-40E1-B0BE-B41D30358C95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shibbolizer.Tests", "test\Shibbolizer.Tests\Shibbolizer.Tests.csproj", "{C3023FCF-7860-48E1-ACD6-387E504F9F0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E892A020-544C-40E1-B0BE-B41D30358C95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E892A020-544C-40E1-B0BE-B41D30358C95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E892A020-544C-40E1-B0BE-B41D30358C95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E892A020-544C-40E1-B0BE-B41D30358C95}.Release|Any CPU.Build.0 = Release|Any CPU
{C3023FCF-7860-48E1-ACD6-387E504F9F0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3023FCF-7860-48E1-ACD6-387E504F9F0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3023FCF-7860-48E1-ACD6-387E504F9F0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3023FCF-7860-48E1-ACD6-387E504F9F0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E892A020-544C-40E1-B0BE-B41D30358C95} = {3E45029D-812F-43D1-89CD-1B3E6F2AB27E}
{C3023FCF-7860-48E1-ACD6-387E504F9F0C} = {CB8E5544-2019-464A-B376-66A9E63C9DAA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F07D760D-3A53-4518-987E-A80EB8542647}
EndGlobalSection
EndGlobal