-
Notifications
You must be signed in to change notification settings - Fork 2
/
SmokeMe.sln
58 lines (58 loc) · 3.26 KB
/
SmokeMe.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmokeMe", "SmokeMe\SmokeMe.csproj", "{D4A8CD58-1FAF-4BDA-98F6-1B28A16718EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmokeMe.Tests", "SmokeMe.Tests\SmokeMe.Tests.csproj", "{3D0F52DD-7261-4EEF-A5E9-37A4F38DF412}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7008E98C-9543-48AB-9CF5-8322024B5E8D}"
ProjectSection(SolutionItems) = preProject
Backlog.md = Backlog.md
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE
README.md = README.md
smoke-icon.jpg = smoke-icon.jpg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{2C93DF71-7730-49AA-8013-BAB917EEFF15}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.ExternalSmokeTests", "Samples\Sample.ExternalSmokeTests\Sample.ExternalSmokeTests.csproj", "{94D582B1-490D-477F-BE25-53982B942889}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.31.Api", "Samples\Sample.31.Api\Sample.31.Api.csproj", "{38964A45-116E-4354-AF3E-0EF623B01748}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4A8CD58-1FAF-4BDA-98F6-1B28A16718EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4A8CD58-1FAF-4BDA-98F6-1B28A16718EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4A8CD58-1FAF-4BDA-98F6-1B28A16718EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4A8CD58-1FAF-4BDA-98F6-1B28A16718EE}.Release|Any CPU.Build.0 = Release|Any CPU
{3D0F52DD-7261-4EEF-A5E9-37A4F38DF412}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D0F52DD-7261-4EEF-A5E9-37A4F38DF412}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D0F52DD-7261-4EEF-A5E9-37A4F38DF412}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D0F52DD-7261-4EEF-A5E9-37A4F38DF412}.Release|Any CPU.Build.0 = Release|Any CPU
{94D582B1-490D-477F-BE25-53982B942889}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94D582B1-490D-477F-BE25-53982B942889}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94D582B1-490D-477F-BE25-53982B942889}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94D582B1-490D-477F-BE25-53982B942889}.Release|Any CPU.Build.0 = Release|Any CPU
{38964A45-116E-4354-AF3E-0EF623B01748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38964A45-116E-4354-AF3E-0EF623B01748}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38964A45-116E-4354-AF3E-0EF623B01748}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38964A45-116E-4354-AF3E-0EF623B01748}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{94D582B1-490D-477F-BE25-53982B942889} = {2C93DF71-7730-49AA-8013-BAB917EEFF15}
{38964A45-116E-4354-AF3E-0EF623B01748} = {2C93DF71-7730-49AA-8013-BAB917EEFF15}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4FC3D105-496A-4BA9-85CA-B24A886BBDF8}
EndGlobalSection
EndGlobal