-
Notifications
You must be signed in to change notification settings - Fork 32
/
ExtCore.sln
127 lines (127 loc) · 9.45 KB
/
ExtCore.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "ExtCore", "ExtCore\ExtCore.fsproj", "{AE097A63-ECC1-43FC-98CD-EF943B690012}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "ExtCore.Tests", "ExtCore.Tests\ExtCore.Tests.fsproj", "{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{308ECB02-6B2C-4D9F-94AF-32D98BAD9A5C}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
install_dotnet.ps1 = install_dotnet.ps1
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "ExtCore.Benchmarks", "ExtCore.Benchmarks\ExtCore.Benchmarks.fsproj", "{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug (net40)|Any CPU = Debug (net40)|Any CPU
Debug (net45)|Any CPU = Debug (net45)|Any CPU
Debug (profile259)|Any CPU = Debug (profile259)|Any CPU
Debug (profile47)|Any CPU = Debug (profile47)|Any CPU
Debug (profile7)|Any CPU = Debug (profile7)|Any CPU
Debug (profile78)|Any CPU = Debug (profile78)|Any CPU
Debug|Any CPU = Debug|Any CPU
Release (net40)|Any CPU = Release (net40)|Any CPU
Release (net45)|Any CPU = Release (net45)|Any CPU
Release (profile259)|Any CPU = Release (profile259)|Any CPU
Release (profile47)|Any CPU = Release (profile47)|Any CPU
Release (profile7)|Any CPU = Release (profile7)|Any CPU
Release (profile78)|Any CPU = Release (profile78)|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Debug (net40)|Any CPU.ActiveCfg = Debug|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Debug (net40)|Any CPU.Build.0 = Debug|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Debug (net45)|Any CPU.ActiveCfg = Debug|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Debug (net45)|Any CPU.Build.0 = Debug|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Debug (profile259)|Any CPU.ActiveCfg = Debug|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Debug (profile259)|Any CPU.Build.0 = Debug|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Debug (profile47)|Any CPU.ActiveCfg = Debug|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Debug (profile47)|Any CPU.Build.0 = Debug|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Debug (profile7)|Any CPU.ActiveCfg = Debug|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Debug (profile7)|Any CPU.Build.0 = Debug|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Debug (profile78)|Any CPU.ActiveCfg = Debug|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Debug (profile78)|Any CPU.Build.0 = Debug|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Release (net40)|Any CPU.ActiveCfg = Release|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Release (net40)|Any CPU.Build.0 = Release|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Release (net45)|Any CPU.ActiveCfg = Release|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Release (net45)|Any CPU.Build.0 = Release|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Release (profile259)|Any CPU.ActiveCfg = Release|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Release (profile259)|Any CPU.Build.0 = Release|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Release (profile47)|Any CPU.ActiveCfg = Release|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Release (profile47)|Any CPU.Build.0 = Release|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Release (profile7)|Any CPU.ActiveCfg = Release|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Release (profile7)|Any CPU.Build.0 = Release|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Release (profile78)|Any CPU.ActiveCfg = Release|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Release (profile78)|Any CPU.Build.0 = Release|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE097A63-ECC1-43FC-98CD-EF943B690012}.Release|Any CPU.Build.0 = Release|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Debug (net40)|Any CPU.ActiveCfg = Debug|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Debug (net40)|Any CPU.Build.0 = Debug|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Debug (net45)|Any CPU.ActiveCfg = Debug|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Debug (net45)|Any CPU.Build.0 = Debug|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Debug (profile259)|Any CPU.ActiveCfg = Debug|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Debug (profile259)|Any CPU.Build.0 = Debug|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Debug (profile47)|Any CPU.ActiveCfg = Debug|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Debug (profile47)|Any CPU.Build.0 = Debug|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Debug (profile7)|Any CPU.ActiveCfg = Debug|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Debug (profile7)|Any CPU.Build.0 = Debug|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Debug (profile78)|Any CPU.ActiveCfg = Debug|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Debug (profile78)|Any CPU.Build.0 = Debug|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Release (net40)|Any CPU.ActiveCfg = Release|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Release (net40)|Any CPU.Build.0 = Release|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Release (net45)|Any CPU.ActiveCfg = Release|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Release (net45)|Any CPU.Build.0 = Release|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Release (profile259)|Any CPU.ActiveCfg = Release|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Release (profile259)|Any CPU.Build.0 = Release|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Release (profile47)|Any CPU.ActiveCfg = Release|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Release (profile47)|Any CPU.Build.0 = Release|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Release (profile7)|Any CPU.ActiveCfg = Release|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Release (profile7)|Any CPU.Build.0 = Release|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Release (profile78)|Any CPU.ActiveCfg = Release|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Release (profile78)|Any CPU.Build.0 = Release|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85B78E3D-ABFD-4A79-A9F7-26B586C56A94}.Release|Any CPU.Build.0 = Release|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Debug (net40)|Any CPU.ActiveCfg = Debug|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Debug (net40)|Any CPU.Build.0 = Debug|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Debug (net45)|Any CPU.ActiveCfg = Debug|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Debug (net45)|Any CPU.Build.0 = Debug|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Debug (profile259)|Any CPU.ActiveCfg = Debug|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Debug (profile259)|Any CPU.Build.0 = Debug|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Debug (profile47)|Any CPU.ActiveCfg = Debug|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Debug (profile47)|Any CPU.Build.0 = Debug|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Debug (profile7)|Any CPU.ActiveCfg = Debug|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Debug (profile7)|Any CPU.Build.0 = Debug|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Debug (profile78)|Any CPU.ActiveCfg = Debug|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Debug (profile78)|Any CPU.Build.0 = Debug|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Release (net40)|Any CPU.ActiveCfg = Release|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Release (net40)|Any CPU.Build.0 = Release|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Release (net45)|Any CPU.ActiveCfg = Release|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Release (net45)|Any CPU.Build.0 = Release|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Release (profile259)|Any CPU.ActiveCfg = Release|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Release (profile259)|Any CPU.Build.0 = Release|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Release (profile47)|Any CPU.ActiveCfg = Release|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Release (profile47)|Any CPU.Build.0 = Release|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Release (profile7)|Any CPU.ActiveCfg = Release|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Release (profile7)|Any CPU.Build.0 = Release|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Release (profile78)|Any CPU.ActiveCfg = Release|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Release (profile78)|Any CPU.Build.0 = Release|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{574DB1BE-8CF2-4B57-9B38-A991E326ABDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5965511C-D154-4A79-BBB0-5961938C4A89}
EndGlobalSection
EndGlobal