Project:
fsharpx
Code Location:
git://github.com/fsharp/fsharpx.gitmaster
/
FSharpx.TypeProviders.Tests.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
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
Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "WPFSample", "samples\WPF\WPFSample\WPFSample.fsproj", "{4468E3E7-88CC-4B75-A17D-1FE46717A3AC}" EndProject Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpx.TypeProviders.Graph.Tests", "tests\FSharpx.TypeProviders.Graph.Tests\FSharpx.TypeProviders.Graph.Tests.fsproj", "{7A255035-C169-4745-92F2-51D4101EE03B}" EndProject Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpx.TypeProviders.Xaml.Tests", "tests\FSharpx.TypeProviders.Xaml.Tests\FSharpx.TypeProviders.Xaml.Tests.fsproj", "{36B258D4-1AA4-4031-906A-228E649A3EC4}" EndProject Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpx.TypeProviders.Math.Tests", "tests\FSharpx.TypeProviders.Math.Tests\FSharpx.TypeProviders.Math.Tests.fsproj", "{BCCBD0E1-0F65-4FEB-A628-453A5373C79F}" EndProject Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpx.TypeProviders.Excel.Tests", "tests\FSharpx.TypeProviders.Excel.Tests\FSharpx.TypeProviders.Excel.Tests.fsproj", "{6739B948-5467-4E8F-AB32-43C11D9068BB}" EndProject Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpx.TypeProviders.Machine.Tests", "tests\FSharpx.TypeProviders.Machine.Tests\FSharpx.TypeProviders.Machine.Tests.fsproj", "{5AA173A1-3BC9-49C0-8DF5-4B76A8E2A64E}" EndProject Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpx.TypeProviders.Regex.Tests", "tests\FSharpx.TypeProviders.Regex.Tests\FSharpx.TypeProviders.Regex.Tests.fsproj", "{57B631E3-9709-4785-B66A-18CA7413B300}" EndProject Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpx.TypeProviders.AppSettings.Tests", "tests\FSharpx.TypeProviders.AppSettings.Tests\FSharpx.TypeProviders.AppSettings.Tests.fsproj", "{9F86F2E8-F112-4B26-AD14-9BC017558423}" EndProject Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpx.TypeProviders.Management.Tests", "tests\FSharpx.TypeProviders.Management.Tests\FSharpx.TypeProviders.Management.Tests.fsproj", "{E788C2F0-3EB8-4C7A-91E7-CD633EBE1F09}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {4468E3E7-88CC-4B75-A17D-1FE46717A3AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {4468E3E7-88CC-4B75-A17D-1FE46717A3AC}.Debug|Any CPU.Build.0 = Debug|Any CPU {4468E3E7-88CC-4B75-A17D-1FE46717A3AC}.Release|Any CPU.ActiveCfg = Release|Any CPU {4468E3E7-88CC-4B75-A17D-1FE46717A3AC}.Release|Any CPU.Build.0 = Release|Any CPU {7A255035-C169-4745-92F2-51D4101EE03B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7A255035-C169-4745-92F2-51D4101EE03B}.Debug|Any CPU.Build.0 = Debug|Any CPU {7A255035-C169-4745-92F2-51D4101EE03B}.Release|Any CPU.ActiveCfg = Release|Any CPU {7A255035-C169-4745-92F2-51D4101EE03B}.Release|Any CPU.Build.0 = Release|Any CPU {36B258D4-1AA4-4031-906A-228E649A3EC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {36B258D4-1AA4-4031-906A-228E649A3EC4}.Debug|Any CPU.Build.0 = Debug|Any CPU {36B258D4-1AA4-4031-906A-228E649A3EC4}.Release|Any CPU.ActiveCfg = Release|Any CPU {36B258D4-1AA4-4031-906A-228E649A3EC4}.Release|Any CPU.Build.0 = Release|Any CPU {BCCBD0E1-0F65-4FEB-A628-453A5373C79F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {BCCBD0E1-0F65-4FEB-A628-453A5373C79F}.Debug|Any CPU.Build.0 = Debug|Any CPU {BCCBD0E1-0F65-4FEB-A628-453A5373C79F}.Release|Any CPU.ActiveCfg = Release|Any CPU {BCCBD0E1-0F65-4FEB-A628-453A5373C79F}.Release|Any CPU.Build.0 = Release|Any CPU {6739B948-5467-4E8F-AB32-43C11D9068BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {6739B948-5467-4E8F-AB32-43C11D9068BB}.Debug|Any CPU.Build.0 = Debug|Any CPU {6739B948-5467-4E8F-AB32-43C11D9068BB}.Release|Any CPU.ActiveCfg = Release|Any CPU {6739B948-5467-4E8F-AB32-43C11D9068BB}.Release|Any CPU.Build.0 = Release|Any CPU {5AA173A1-3BC9-49C0-8DF5-4B76A8E2A64E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5AA173A1-3BC9-49C0-8DF5-4B76A8E2A64E}.Debug|Any CPU.Build.0 = Debug|Any CPU {5AA173A1-3BC9-49C0-8DF5-4B76A8E2A64E}.Release|Any CPU.ActiveCfg = Release|Any CPU {5AA173A1-3BC9-49C0-8DF5-4B76A8E2A64E}.Release|Any CPU.Build.0 = Release|Any CPU {57B631E3-9709-4785-B66A-18CA7413B300}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {57B631E3-9709-4785-B66A-18CA7413B300}.Debug|Any CPU.Build.0 = Debug|Any CPU {57B631E3-9709-4785-B66A-18CA7413B300}.Release|Any CPU.ActiveCfg = Release|Any CPU {57B631E3-9709-4785-B66A-18CA7413B300}.Release|Any CPU.Build.0 = Release|Any CPU {9F86F2E8-F112-4B26-AD14-9BC017558423}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9F86F2E8-F112-4B26-AD14-9BC017558423}.Debug|Any CPU.Build.0 = Debug|Any CPU {9F86F2E8-F112-4B26-AD14-9BC017558423}.Release|Any CPU.ActiveCfg = Release|Any CPU {9F86F2E8-F112-4B26-AD14-9BC017558423}.Release|Any CPU.Build.0 = Release|Any CPU {E788C2F0-3EB8-4C7A-91E7-CD633EBE1F09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E788C2F0-3EB8-4C7A-91E7-CD633EBE1F09}.Debug|Any CPU.Build.0 = Debug|Any CPU {E788C2F0-3EB8-4C7A-91E7-CD633EBE1F09}.Release|Any CPU.ActiveCfg = Release|Any CPU {E788C2F0-3EB8-4C7A-91E7-CD633EBE1F09}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal
