-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZAP.Commons.NET.sln
More file actions
39 lines (39 loc) · 2.04 KB
/
ZAP.Commons.NET.sln
File metadata and controls
39 lines (39 loc) · 2.04 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3A673A4F-0BDD-4C72-8A2D-9D05E38B7382}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZAP.Commons", "src\ZAP.Commons\ZAP.Commons.csproj", "{01035F46-C674-47AE-AE20-12B7FF04F531}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5DA58D48-5FE3-4576-AEC7-EF5C4B071469}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZAP.Commons.Tests", "test\ZAP.Commons.Tests\ZAP.Commons.Tests.csproj", "{1892A7CA-3D06-49E7-B81F-095C76AD4B5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01035F46-C674-47AE-AE20-12B7FF04F531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01035F46-C674-47AE-AE20-12B7FF04F531}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01035F46-C674-47AE-AE20-12B7FF04F531}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01035F46-C674-47AE-AE20-12B7FF04F531}.Release|Any CPU.Build.0 = Release|Any CPU
{1892A7CA-3D06-49E7-B81F-095C76AD4B5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1892A7CA-3D06-49E7-B81F-095C76AD4B5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1892A7CA-3D06-49E7-B81F-095C76AD4B5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1892A7CA-3D06-49E7-B81F-095C76AD4B5C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{01035F46-C674-47AE-AE20-12B7FF04F531} = {3A673A4F-0BDD-4C72-8A2D-9D05E38B7382}
{1892A7CA-3D06-49E7-B81F-095C76AD4B5C} = {5DA58D48-5FE3-4576-AEC7-EF5C4B071469}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83212572-B1B3-4D72-837E-D27FDE15EA88}
EndGlobalSection
EndGlobal