forked from microcks/microcks-testcontainers-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
microcks-testcontainers-dotnet.sln
46 lines (46 loc) · 2.39 KB
/
microcks-testcontainers-dotnet.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
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}") = "Solution Items", "Solution Items", "{2A03BEC9-C788-45EC-AA51-341268BAC375}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6B414F17-C857-4B37-B48F-4913F7E083CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{85478875-E950-4D1A-B1DA-0FDC96B9586C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microcks.Testcontainers.Tests", "tests\Microcks.Testcontainers.Tests\Microcks.Testcontainers.Tests.csproj", "{9FC22581-0B9C-4B25-B10B-BCAF4A41497F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microcks.Testcontainers", "src\Microcks.Testcontainers\Microcks.Testcontainers.csproj", "{AD1DD5BB-8F23-4529-94D6-6F2963A094FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FC22581-0B9C-4B25-B10B-BCAF4A41497F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FC22581-0B9C-4B25-B10B-BCAF4A41497F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FC22581-0B9C-4B25-B10B-BCAF4A41497F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FC22581-0B9C-4B25-B10B-BCAF4A41497F}.Release|Any CPU.Build.0 = Release|Any CPU
{AD1DD5BB-8F23-4529-94D6-6F2963A094FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD1DD5BB-8F23-4529-94D6-6F2963A094FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD1DD5BB-8F23-4529-94D6-6F2963A094FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD1DD5BB-8F23-4529-94D6-6F2963A094FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9FC22581-0B9C-4B25-B10B-BCAF4A41497F} = {85478875-E950-4D1A-B1DA-0FDC96B9586C}
{AD1DD5BB-8F23-4529-94D6-6F2963A094FD} = {6B414F17-C857-4B37-B48F-4913F7E083CD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {885DCD4E-3AD1-41B2-BD3D-9E654F205C39}
EndGlobalSection
EndGlobal