-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.sln
More file actions
48 lines (48 loc) · 2.72 KB
/
Project.sln
File metadata and controls
48 lines (48 loc) · 2.72 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
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{150BB509-13E1-45E8-9447-6F1DB83C15B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreApp", "CoreApp\CoreApp.csproj", "{73817514-7F7C-4D5E-835E-84E724B91802}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{B699A558-C864-40B1-A407-17F809C96F93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.UnitTest", "Common.UnitTest\Common.UnitTest.csproj", "{6DD02907-8256-41E9-8CE1-0A6AFEC6EB0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetApp", "NetApp\NetApp.csproj", "{BBC4F167-B24D-4F01-8211-664FDD09B64E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{150BB509-13E1-45E8-9447-6F1DB83C15B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{150BB509-13E1-45E8-9447-6F1DB83C15B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{150BB509-13E1-45E8-9447-6F1DB83C15B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{150BB509-13E1-45E8-9447-6F1DB83C15B8}.Release|Any CPU.Build.0 = Release|Any CPU
{73817514-7F7C-4D5E-835E-84E724B91802}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73817514-7F7C-4D5E-835E-84E724B91802}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73817514-7F7C-4D5E-835E-84E724B91802}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73817514-7F7C-4D5E-835E-84E724B91802}.Release|Any CPU.Build.0 = Release|Any CPU
{6DD02907-8256-41E9-8CE1-0A6AFEC6EB0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DD02907-8256-41E9-8CE1-0A6AFEC6EB0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DD02907-8256-41E9-8CE1-0A6AFEC6EB0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DD02907-8256-41E9-8CE1-0A6AFEC6EB0F}.Release|Any CPU.Build.0 = Release|Any CPU
{BBC4F167-B24D-4F01-8211-664FDD09B64E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBC4F167-B24D-4F01-8211-664FDD09B64E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBC4F167-B24D-4F01-8211-664FDD09B64E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBC4F167-B24D-4F01-8211-664FDD09B64E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6DD02907-8256-41E9-8CE1-0A6AFEC6EB0F} = {B699A558-C864-40B1-A407-17F809C96F93}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C675667F-992A-4000-8A77-306C961CD606}
EndGlobalSection
EndGlobal