1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio 14
4
- VisualStudioVersion = 14.0.25123.0
4
+ VisualStudioVersion = 14.0.25420.1
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "AspNetCore" , "src\AspNetCore\AspNetCore.vcxproj" , "{439824F9-1455-4CC4-BD79-B44FA0A16552}"
7
7
Project Section (ProjectDependencies ) = postProject
@@ -10,26 +10,41 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AspNetCore", "src\AspNetCor
10
10
EndProject
11
11
Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "IISLib" , "src\IISLib\IISLib.vcxproj" , "{4787A64F-9A3E-4867-A55A-70CB4B2B2FFE}"
12
12
EndProject
13
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "test" , "test" , "{02F461DC-5166-4E88-AAD5-CF110016A647}"
14
+ EndProject
15
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{2097C03C-E2F7-4396-B3BC-4335F1B87B5E}"
16
+ Project Section (SolutionItems ) = preProject
17
+ global .json = global .json
18
+ EndProject Section
19
+ EndProject
20
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{FDD2EDF8-1B62-4978-9815-9D95260B8B91}"
21
+ EndProject
13
22
Global
14
23
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
24
+ Debug| Any CPU = Debug| Any CPU
15
25
Debug| Win32 = Debug| Win32
16
26
Debug| x64 = Debug| x64
27
+ Release| Any CPU = Release| Any CPU
17
28
Release| Win32 = Release| Win32
18
29
Release| x64 = Release| x64
19
30
EndGlobalSection
20
31
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
32
+ {439824F9-1455-4CC4-BD79-B44FA0A16552} .Debug| Any CPU .ActiveCfg = Debug| Win32
21
33
{439824F9-1455-4CC4-BD79-B44FA0A16552} .Debug| Win32 .ActiveCfg = Release| x64
22
34
{439824F9-1455-4CC4-BD79-B44FA0A16552} .Debug| Win32 .Build .0 = Release| x64
23
35
{439824F9-1455-4CC4-BD79-B44FA0A16552} .Debug| x64 .ActiveCfg = Release| x64
24
36
{439824F9-1455-4CC4-BD79-B44FA0A16552} .Debug| x64 .Build .0 = Release| x64
37
+ {439824F9-1455-4CC4-BD79-B44FA0A16552} .Release| Any CPU .ActiveCfg = Release| Win32
25
38
{439824F9-1455-4CC4-BD79-B44FA0A16552} .Release| Win32 .ActiveCfg = Release| Win32
26
39
{439824F9-1455-4CC4-BD79-B44FA0A16552} .Release| Win32 .Build .0 = Release| Win32
27
40
{439824F9-1455-4CC4-BD79-B44FA0A16552} .Release| x64 .ActiveCfg = Release| Win32
28
41
{439824F9-1455-4CC4-BD79-B44FA0A16552} .Release| x64 .Build .0 = Release| Win32
42
+ {4787A64F-9A3E-4867-A55A-70CB4B2B2FFE} .Debug| Any CPU .ActiveCfg = Debug| Win32
29
43
{4787A64F-9A3E-4867-A55A-70CB4B2B2FFE} .Debug| Win32 .ActiveCfg = Release| x64
30
44
{4787A64F-9A3E-4867-A55A-70CB4B2B2FFE} .Debug| Win32 .Build .0 = Release| x64
31
45
{4787A64F-9A3E-4867-A55A-70CB4B2B2FFE} .Debug| x64 .ActiveCfg = Release| x64
32
46
{4787A64F-9A3E-4867-A55A-70CB4B2B2FFE} .Debug| x64 .Build .0 = Release| x64
47
+ {4787A64F-9A3E-4867-A55A-70CB4B2B2FFE} .Release| Any CPU .ActiveCfg = Release| Win32
33
48
{4787A64F-9A3E-4867-A55A-70CB4B2B2FFE} .Release| Win32 .ActiveCfg = Release| Win32
34
49
{4787A64F-9A3E-4867-A55A-70CB4B2B2FFE} .Release| Win32 .Build .0 = Release| Win32
35
50
{4787A64F-9A3E-4867-A55A-70CB4B2B2FFE} .Release| x64 .ActiveCfg = Release| Win32
38
53
GlobalSection (SolutionProperties ) = preSolution
39
54
HideSolutionNode = FALSE
40
55
EndGlobalSection
56
+ GlobalSection (NestedProjects ) = preSolution
57
+ {439824F9-1455-4CC4-BD79-B44FA0A16552} = {FDD2EDF8-1B62-4978-9815-9D95260B8B91}
58
+ {4787A64F-9A3E-4867-A55A-70CB4B2B2FFE} = {FDD2EDF8-1B62-4978-9815-9D95260B8B91}
59
+ EndGlobalSection
41
60
EndGlobal
0 commit comments