-
Notifications
You must be signed in to change notification settings - Fork 0
/
Styra.sln
53 lines (53 loc) · 3.18 KB
/
Styra.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 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Styra", "Styra", "{1E225F02-3F08-4DA9-A156-C97A4A3B034D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Styra.Opa", "Styra\Opa\Styra.Opa.csproj", "{0C84144D-0438-4D9B-A93B-0176B11DCACC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{38C0D109-B1F2-4DCA-9FAB-43B56DD425D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmokeTest.Tests", "test\SmokeTest.Tests\SmokeTest.Tests.csproj", "{49AB856D-E432-4B07-BC38-AD2B105593FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Debug|x64.ActiveCfg = Debug|Any CPU
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Debug|x64.Build.0 = Debug|Any CPU
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Debug|x86.ActiveCfg = Debug|Any CPU
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Debug|x86.Build.0 = Debug|Any CPU
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Release|Any CPU.Build.0 = Release|Any CPU
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Release|x64.ActiveCfg = Release|Any CPU
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Release|x64.Build.0 = Release|Any CPU
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Release|x86.ActiveCfg = Release|Any CPU
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Release|x86.Build.0 = Release|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Debug|x64.ActiveCfg = Debug|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Debug|x64.Build.0 = Debug|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Debug|x86.ActiveCfg = Debug|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Debug|x86.Build.0 = Debug|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Release|Any CPU.Build.0 = Release|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Release|x64.ActiveCfg = Release|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Release|x64.Build.0 = Release|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Release|x86.ActiveCfg = Release|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0C84144D-0438-4D9B-A93B-0176B11DCACC} = {1E225F02-3F08-4DA9-A156-C97A4A3B034D}
{49AB856D-E432-4B07-BC38-AD2B105593FC} = {38C0D109-B1F2-4DCA-9FAB-43B56DD425D9}
EndGlobalSection
EndGlobal