1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio 14
4
- VisualStudioVersion = 14.0.24720.0
4
+ VisualStudioVersion = 14.0.25420.1
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "JSPool" , "JSPool\JSPool.csproj" , "{CA552A03-A2F1-4F37-B872-2572BA24D669}"
7
- EndProject
8
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "JSPool.Tests" , "JSPool.Tests\JSPool.Tests.csproj" , "{2A694F07-F503-46BF-AA7A-5C8DA8FB4B35}"
9
- EndProject
10
6
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".nuget" , ".nuget" , "{5A237428-0D45-4D88-A5E4-0E232E07090F}"
11
7
Project Section (SolutionItems ) = preProject
12
8
.nuget \packages .config = .nuget \packages .config
@@ -29,38 +25,42 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{D1
29
25
EndProject
30
26
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Core" , "Core" , "{9A1CB8A1-7EFC-4BC1-A4D9-F036DAC3F84B}"
31
27
EndProject
32
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "JSPool.Example.Console" , "JSPool.Example.Console\JSPool.Example.Console.csproj" , "{FB1E9161-E3C7-4915-AB69-A832968CDA98}"
28
+ Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "JSPool" , "JSPool\JSPool.xproj" , "{1FCDC650-03B8-49B0-938C-A06C4E06C50B}"
29
+ EndProject
30
+ Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "JSPool.Tests" , "..\tests\JSPool.Tests\JSPool.Tests.xproj" , "{DD31FF18-0274-4A30-9983-B42A2598CA12}"
31
+ EndProject
32
+ Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "JSPool.Example.Console" , "JSPool.Example.Console\JSPool.Example.Console.xproj" , "{D15F97FE-B55C-4E0F-AC7B-CBB4F80CA338}"
33
33
EndProject
34
34
Global
35
35
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
36
36
Debug| Any CPU = Debug| Any CPU
37
37
Release| Any CPU = Release| Any CPU
38
38
EndGlobalSection
39
39
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
40
- {CA552A03-A2F1-4F37-B872-2572BA24D669} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
41
- {CA552A03-A2F1-4F37-B872-2572BA24D669} .Debug| Any CPU .Build .0 = Debug| Any CPU
42
- {CA552A03-A2F1-4F37-B872-2572BA24D669} .Release| Any CPU .ActiveCfg = Release| Any CPU
43
- {CA552A03-A2F1-4F37-B872-2572BA24D669} .Release| Any CPU .Build .0 = Release| Any CPU
44
- {2A694F07-F503-46BF-AA7A-5C8DA8FB4B35} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
45
- {2A694F07-F503-46BF-AA7A-5C8DA8FB4B35} .Debug| Any CPU .Build .0 = Debug| Any CPU
46
- {2A694F07-F503-46BF-AA7A-5C8DA8FB4B35} .Release| Any CPU .ActiveCfg = Release| Any CPU
47
- {2A694F07-F503-46BF-AA7A-5C8DA8FB4B35} .Release| Any CPU .Build .0 = Release| Any CPU
48
40
{9B7976EC-462F-4287-B545-C34D1601BB17} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
49
41
{9B7976EC-462F-4287-B545-C34D1601BB17} .Debug| Any CPU .Build .0 = Debug| Any CPU
50
42
{9B7976EC-462F-4287-B545-C34D1601BB17} .Release| Any CPU .ActiveCfg = Release| Any CPU
51
43
{9B7976EC-462F-4287-B545-C34D1601BB17} .Release| Any CPU .Build .0 = Release| Any CPU
52
- {FB1E9161-E3C7-4915-AB69-A832968CDA98} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
53
- {FB1E9161-E3C7-4915-AB69-A832968CDA98} .Debug| Any CPU .Build .0 = Debug| Any CPU
54
- {FB1E9161-E3C7-4915-AB69-A832968CDA98} .Release| Any CPU .ActiveCfg = Release| Any CPU
55
- {FB1E9161-E3C7-4915-AB69-A832968CDA98} .Release| Any CPU .Build .0 = Release| Any CPU
44
+ {1FCDC650-03B8-49B0-938C-A06C4E06C50B} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
45
+ {1FCDC650-03B8-49B0-938C-A06C4E06C50B} .Debug| Any CPU .Build .0 = Debug| Any CPU
46
+ {1FCDC650-03B8-49B0-938C-A06C4E06C50B} .Release| Any CPU .ActiveCfg = Release| Any CPU
47
+ {1FCDC650-03B8-49B0-938C-A06C4E06C50B} .Release| Any CPU .Build .0 = Release| Any CPU
48
+ {DD31FF18-0274-4A30-9983-B42A2598CA12} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
49
+ {DD31FF18-0274-4A30-9983-B42A2598CA12} .Debug| Any CPU .Build .0 = Debug| Any CPU
50
+ {DD31FF18-0274-4A30-9983-B42A2598CA12} .Release| Any CPU .ActiveCfg = Release| Any CPU
51
+ {DD31FF18-0274-4A30-9983-B42A2598CA12} .Release| Any CPU .Build .0 = Release| Any CPU
52
+ {D15F97FE-B55C-4E0F-AC7B-CBB4F80CA338} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
53
+ {D15F97FE-B55C-4E0F-AC7B-CBB4F80CA338} .Debug| Any CPU .Build .0 = Debug| Any CPU
54
+ {D15F97FE-B55C-4E0F-AC7B-CBB4F80CA338} .Release| Any CPU .ActiveCfg = Release| Any CPU
55
+ {D15F97FE-B55C-4E0F-AC7B-CBB4F80CA338} .Release| Any CPU .Build .0 = Release| Any CPU
56
56
EndGlobalSection
57
57
GlobalSection (SolutionProperties ) = preSolution
58
58
HideSolutionNode = FALSE
59
59
EndGlobalSection
60
60
GlobalSection (NestedProjects ) = preSolution
61
- {CA552A03-A2F1-4F37-B872-2572BA24D669} = {9A1CB8A1-7EFC-4BC1-A4D9-F036DAC3F84B}
62
- {2A694F07-F503-46BF-AA7A-5C8DA8FB4B35} = {9A1CB8A1-7EFC-4BC1-A4D9-F036DAC3F84B}
63
61
{9B7976EC-462F-4287-B545-C34D1601BB17} = {D1BF49FA-FBDD-4AF6-A063-D191B78D399B}
64
- {FB1E9161-E3C7-4915-AB69-A832968CDA98} = {D1BF49FA-FBDD-4AF6-A063-D191B78D399B}
62
+ {1FCDC650-03B8-49B0-938C-A06C4E06C50B} = {9A1CB8A1-7EFC-4BC1-A4D9-F036DAC3F84B}
63
+ {DD31FF18-0274-4A30-9983-B42A2598CA12} = {9A1CB8A1-7EFC-4BC1-A4D9-F036DAC3F84B}
64
+ {D15F97FE-B55C-4E0F-AC7B-CBB4F80CA338} = {D1BF49FA-FBDD-4AF6-A063-D191B78D399B}
65
65
EndGlobalSection
66
66
EndGlobal
0 commit comments