-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathMpir.NET.sln
More file actions
121 lines (121 loc) · 6.96 KB
/
Copy pathMpir.NET.sln
File metadata and controls
121 lines (121 loc) · 6.96 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1F1B4F0F-2998-4D74-865B-9122611C2B14}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
build.fsx = build.fsx
HowToBuild.txt = HowToBuild.txt
nuget\Mpir.NET.nuspec = nuget\Mpir.NET.nuspec
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{83F16175-43B1-4C90-A1EE-8E351C33435D}"
ProjectSection(SolutionItems) = preProject
docs\tools\generate.fsx = docs\tools\generate.fsx
docs\tools\templates\template.cshtml = docs\tools\templates\template.cshtml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D5255-776D-4B61-85F9-73C37AA1FB9A}"
ProjectSection(SolutionItems) = preProject
docs\content\index.fsx = docs\content\index.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp", "docs\csharp\csharp.csproj", "{E83B056A-43F2-4C15-AFA4-18AB1350C8AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mpir.NET", "src\Mpir.NET\Mpir.NET.csproj", "{B396CEDE-C6AE-44B3-9889-18BAFA317E6A}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Mpir.NET.Tests", "tests\Mpir.NET.Tests\Mpir.NET.Tests.fsproj", "{34974454-8ECA-4439-9B8F-69C4CA01B263}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{390C6CDE-5CBC-4EF1-BE4E-496189D4CC11}"
ProjectSection(SolutionItems) = preProject
nuget\install.ps1 = nuget\install.ps1
nuget\Mpir.NET.nuspec = nuget\Mpir.NET.nuspec
nuget\publish.cmd = nuget\publish.cmd
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsMpir.NET", "src\FsMpir.NET\FsMpir.NET.fsproj", "{455BBAC0-8EC5-4522-ACFE-EE1B8139068B}"
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
{E83B056A-43F2-4C15-AFA4-18AB1350C8AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E83B056A-43F2-4C15-AFA4-18AB1350C8AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E83B056A-43F2-4C15-AFA4-18AB1350C8AF}.Debug|x64.ActiveCfg = Debug|x64
{E83B056A-43F2-4C15-AFA4-18AB1350C8AF}.Debug|x64.Build.0 = Debug|x64
{E83B056A-43F2-4C15-AFA4-18AB1350C8AF}.Debug|x86.ActiveCfg = Debug|x86
{E83B056A-43F2-4C15-AFA4-18AB1350C8AF}.Debug|x86.Build.0 = Debug|x86
{E83B056A-43F2-4C15-AFA4-18AB1350C8AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E83B056A-43F2-4C15-AFA4-18AB1350C8AF}.Release|Any CPU.Build.0 = Release|Any CPU
{E83B056A-43F2-4C15-AFA4-18AB1350C8AF}.Release|x64.ActiveCfg = Release|x64
{E83B056A-43F2-4C15-AFA4-18AB1350C8AF}.Release|x64.Build.0 = Release|x64
{E83B056A-43F2-4C15-AFA4-18AB1350C8AF}.Release|x86.ActiveCfg = Release|x86
{E83B056A-43F2-4C15-AFA4-18AB1350C8AF}.Release|x86.Build.0 = Release|x86
{B396CEDE-C6AE-44B3-9889-18BAFA317E6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B396CEDE-C6AE-44B3-9889-18BAFA317E6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B396CEDE-C6AE-44B3-9889-18BAFA317E6A}.Debug|x64.ActiveCfg = Debug|x64
{B396CEDE-C6AE-44B3-9889-18BAFA317E6A}.Debug|x64.Build.0 = Debug|x64
{B396CEDE-C6AE-44B3-9889-18BAFA317E6A}.Debug|x86.ActiveCfg = Debug|x86
{B396CEDE-C6AE-44B3-9889-18BAFA317E6A}.Debug|x86.Build.0 = Debug|x86
{B396CEDE-C6AE-44B3-9889-18BAFA317E6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B396CEDE-C6AE-44B3-9889-18BAFA317E6A}.Release|Any CPU.Build.0 = Release|Any CPU
{B396CEDE-C6AE-44B3-9889-18BAFA317E6A}.Release|x64.ActiveCfg = Release|x64
{B396CEDE-C6AE-44B3-9889-18BAFA317E6A}.Release|x64.Build.0 = Release|x64
{B396CEDE-C6AE-44B3-9889-18BAFA317E6A}.Release|x86.ActiveCfg = Release|x86
{B396CEDE-C6AE-44B3-9889-18BAFA317E6A}.Release|x86.Build.0 = Release|x86
{34974454-8ECA-4439-9B8F-69C4CA01B263}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34974454-8ECA-4439-9B8F-69C4CA01B263}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34974454-8ECA-4439-9B8F-69C4CA01B263}.Debug|x64.ActiveCfg = Debug|x64
{34974454-8ECA-4439-9B8F-69C4CA01B263}.Debug|x64.Build.0 = Debug|x64
{34974454-8ECA-4439-9B8F-69C4CA01B263}.Debug|x86.ActiveCfg = Debug|x86
{34974454-8ECA-4439-9B8F-69C4CA01B263}.Debug|x86.Build.0 = Debug|x86
{34974454-8ECA-4439-9B8F-69C4CA01B263}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34974454-8ECA-4439-9B8F-69C4CA01B263}.Release|Any CPU.Build.0 = Release|Any CPU
{34974454-8ECA-4439-9B8F-69C4CA01B263}.Release|x64.ActiveCfg = Release|x64
{34974454-8ECA-4439-9B8F-69C4CA01B263}.Release|x64.Build.0 = Release|x64
{34974454-8ECA-4439-9B8F-69C4CA01B263}.Release|x86.ActiveCfg = Release|x86
{34974454-8ECA-4439-9B8F-69C4CA01B263}.Release|x86.Build.0 = Release|x86
{455BBAC0-8EC5-4522-ACFE-EE1B8139068B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{455BBAC0-8EC5-4522-ACFE-EE1B8139068B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{455BBAC0-8EC5-4522-ACFE-EE1B8139068B}.Debug|x64.ActiveCfg = Debug|Any CPU
{455BBAC0-8EC5-4522-ACFE-EE1B8139068B}.Debug|x64.Build.0 = Debug|Any CPU
{455BBAC0-8EC5-4522-ACFE-EE1B8139068B}.Debug|x86.ActiveCfg = Debug|Any CPU
{455BBAC0-8EC5-4522-ACFE-EE1B8139068B}.Debug|x86.Build.0 = Debug|Any CPU
{455BBAC0-8EC5-4522-ACFE-EE1B8139068B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{455BBAC0-8EC5-4522-ACFE-EE1B8139068B}.Release|Any CPU.Build.0 = Release|Any CPU
{455BBAC0-8EC5-4522-ACFE-EE1B8139068B}.Release|x64.ActiveCfg = Release|Any CPU
{455BBAC0-8EC5-4522-ACFE-EE1B8139068B}.Release|x64.Build.0 = Release|Any CPU
{455BBAC0-8EC5-4522-ACFE-EE1B8139068B}.Release|x86.ActiveCfg = Release|Any CPU
{455BBAC0-8EC5-4522-ACFE-EE1B8139068B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{83F16175-43B1-4C90-A1EE-8E351C33435D} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{8E6D5255-776D-4B61-85F9-73C37AA1FB9A} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{E83B056A-43F2-4C15-AFA4-18AB1350C8AF} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{34974454-8ECA-4439-9B8F-69C4CA01B263} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
EndGlobalSection
EndGlobal