-
-
Notifications
You must be signed in to change notification settings - Fork 59
/
ServiceFabric.Mocks.sln
48 lines (48 loc) · 2.51 KB
/
ServiceFabric.Mocks.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32104.313
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{991DEBD8-1717-46A5-AA9C-967AC7DC4EFA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5C3875AD-247E-41C0-B023-29B664F6DD98}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\codeql.yml = .github\workflows\codeql.yml
.github\workflows\dependency-review.yml = .github\workflows\dependency-review.yml
.github\workflows\NuGetCD.yml = .github\workflows\NuGetCD.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6D7E4666-FC1F-413B-AA35-41B85D2DD4AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceFabric.Mocks", "src\ServiceFabric.Mocks\ServiceFabric.Mocks.csproj", "{2832EB4C-6B37-4CEA-9F8B-7896757E69A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceFabric.Mocks.NetCoreTests", "test\ServiceFabric.Mocks.NetCoreTests\ServiceFabric.Mocks.NetCoreTests.csproj", "{8409D69F-8033-400D-9956-75A7467B3716}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2832EB4C-6B37-4CEA-9F8B-7896757E69A7}.Debug|x64.ActiveCfg = Debug|x64
{2832EB4C-6B37-4CEA-9F8B-7896757E69A7}.Debug|x64.Build.0 = Debug|x64
{2832EB4C-6B37-4CEA-9F8B-7896757E69A7}.Release|x64.ActiveCfg = Release|x64
{2832EB4C-6B37-4CEA-9F8B-7896757E69A7}.Release|x64.Build.0 = Release|x64
{8409D69F-8033-400D-9956-75A7467B3716}.Debug|x64.ActiveCfg = Debug|x64
{8409D69F-8033-400D-9956-75A7467B3716}.Debug|x64.Build.0 = Debug|x64
{8409D69F-8033-400D-9956-75A7467B3716}.Release|x64.ActiveCfg = Release|x64
{8409D69F-8033-400D-9956-75A7467B3716}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2832EB4C-6B37-4CEA-9F8B-7896757E69A7} = {991DEBD8-1717-46A5-AA9C-967AC7DC4EFA}
{8409D69F-8033-400D-9956-75A7467B3716} = {6D7E4666-FC1F-413B-AA35-41B85D2DD4AB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED369FF5-3D87-4AD0-BAB3-5E8872560179}
EndGlobalSection
EndGlobal