-
Notifications
You must be signed in to change notification settings - Fork 0
/
FSharp.Interop.NullOptAble.sln
58 lines (58 loc) · 3.45 KB
/
FSharp.Interop.NullOptAble.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CE986D9F-81D4-4B51-B1E7-5B63BA6A4AB4}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Interop.NullOptAble", "src\FSharp.Interop.NullOptAble\FSharp.Interop.NullOptAble.fsproj", "{D727B067-0AC1-4DAD-AF78-252369DD3A14}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{76DBD9CB-C5B4-4692-9937-509DDDA6CFE9}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Interop.NullOptAble.Tests", "tests\FSharp.Interop.NullOptAble.Tests\FSharp.Interop.NullOptAble.Tests.fsproj", "{366DAE10-F93B-45EB-B4C1-6B3AAEACDCD4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D727B067-0AC1-4DAD-AF78-252369DD3A14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D727B067-0AC1-4DAD-AF78-252369DD3A14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D727B067-0AC1-4DAD-AF78-252369DD3A14}.Debug|x64.ActiveCfg = Debug|Any CPU
{D727B067-0AC1-4DAD-AF78-252369DD3A14}.Debug|x64.Build.0 = Debug|Any CPU
{D727B067-0AC1-4DAD-AF78-252369DD3A14}.Debug|x86.ActiveCfg = Debug|Any CPU
{D727B067-0AC1-4DAD-AF78-252369DD3A14}.Debug|x86.Build.0 = Debug|Any CPU
{D727B067-0AC1-4DAD-AF78-252369DD3A14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D727B067-0AC1-4DAD-AF78-252369DD3A14}.Release|Any CPU.Build.0 = Release|Any CPU
{D727B067-0AC1-4DAD-AF78-252369DD3A14}.Release|x64.ActiveCfg = Release|Any CPU
{D727B067-0AC1-4DAD-AF78-252369DD3A14}.Release|x64.Build.0 = Release|Any CPU
{D727B067-0AC1-4DAD-AF78-252369DD3A14}.Release|x86.ActiveCfg = Release|Any CPU
{D727B067-0AC1-4DAD-AF78-252369DD3A14}.Release|x86.Build.0 = Release|Any CPU
{366DAE10-F93B-45EB-B4C1-6B3AAEACDCD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{366DAE10-F93B-45EB-B4C1-6B3AAEACDCD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{366DAE10-F93B-45EB-B4C1-6B3AAEACDCD4}.Debug|x64.ActiveCfg = Debug|Any CPU
{366DAE10-F93B-45EB-B4C1-6B3AAEACDCD4}.Debug|x64.Build.0 = Debug|Any CPU
{366DAE10-F93B-45EB-B4C1-6B3AAEACDCD4}.Debug|x86.ActiveCfg = Debug|Any CPU
{366DAE10-F93B-45EB-B4C1-6B3AAEACDCD4}.Debug|x86.Build.0 = Debug|Any CPU
{366DAE10-F93B-45EB-B4C1-6B3AAEACDCD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{366DAE10-F93B-45EB-B4C1-6B3AAEACDCD4}.Release|Any CPU.Build.0 = Release|Any CPU
{366DAE10-F93B-45EB-B4C1-6B3AAEACDCD4}.Release|x64.ActiveCfg = Release|Any CPU
{366DAE10-F93B-45EB-B4C1-6B3AAEACDCD4}.Release|x64.Build.0 = Release|Any CPU
{366DAE10-F93B-45EB-B4C1-6B3AAEACDCD4}.Release|x86.ActiveCfg = Release|Any CPU
{366DAE10-F93B-45EB-B4C1-6B3AAEACDCD4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D727B067-0AC1-4DAD-AF78-252369DD3A14} = {CE986D9F-81D4-4B51-B1E7-5B63BA6A4AB4}
{366DAE10-F93B-45EB-B4C1-6B3AAEACDCD4} = {76DBD9CB-C5B4-4692-9937-509DDDA6CFE9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {229A249A-40BE-4DEE-8806-9B7BEB5C4EA9}
EndGlobalSection
EndGlobal