-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathFractions.sln
113 lines (113 loc) · 8.39 KB
/
Fractions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B41FB63E-5400-433A-AE72-BA3787D122E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fractions", "src\Fractions\Fractions.csproj", "{EDED9825-AC75-436A-89C8-0010DF66C61D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FB32586E-70BB-4EEE-A0D0-F5BA24988419}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
Changelog.md = Changelog.md
Directory.Build.props = Directory.Build.props
license.txt = license.txt
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fractions.Json", "src\Fractions.Json\Fractions.Json.csproj", "{B7A53FB0-C832-41EF-929C-7865C4BF7B0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fractions.Tests", "tests\Fractions.Tests\Fractions.Tests.csproj", "{F48B5784-4102-44AB-B07A-18485C21FC07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fractions.Json.Tests", "tests\Fractions.Json.Tests\Fractions.Json.Tests.csproj", "{1C77D649-95F0-4E45-9D28-568F94574AC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Benchmarks", "Benchmarks", "{4C120F91-A99A-4B82-BCF0-D5A0CB8AF664}"
ProjectSection(SolutionItems) = preProject
benchmarks\Readme.md = benchmarks\Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fractions.Benchmarks", "benchmarks\Fractions.Benchmarks\Fractions.Benchmarks.csproj", "{EDFBDEA0-8117-4EB6-9FE4-F1162C5BBEB1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Results", "Results", "{FCF0C10D-9EEC-4985-9413-527D2009FC51}"
ProjectSection(SolutionItems) = preProject
benchmarks\results\Fractions.Benchmarks.BasicMathBenchmarks-report-github.md = benchmarks\results\Fractions.Benchmarks.BasicMathBenchmarks-report-github.md
benchmarks\results\Fractions.Benchmarks.ComparisonBenchmarks-report-github.md = benchmarks\results\Fractions.Benchmarks.ComparisonBenchmarks-report-github.md
benchmarks\results\Fractions.Benchmarks.ConsecutiveMathOperationBenchmarks-report-github.md = benchmarks\results\Fractions.Benchmarks.ConsecutiveMathOperationBenchmarks-report-github.md
benchmarks\results\Fractions.Benchmarks.ConstructorBenchmarks-report-github.md = benchmarks\results\Fractions.Benchmarks.ConstructorBenchmarks-report-github.md
benchmarks\results\Fractions.Benchmarks.ConvertToFractionBenchmarks-report-github.md = benchmarks\results\Fractions.Benchmarks.ConvertToFractionBenchmarks-report-github.md
benchmarks\results\Fractions.Benchmarks.ConvertToNumberBenchmarks-report-github.md = benchmarks\results\Fractions.Benchmarks.ConvertToNumberBenchmarks-report-github.md
benchmarks\results\Fractions.Benchmarks.DecimalNotationFormatterBenchmarks-report-github.md = benchmarks\results\Fractions.Benchmarks.DecimalNotationFormatterBenchmarks-report-github.md
benchmarks\results\Fractions.Benchmarks.ExampleScenarioBenchmarks-report-github.md = benchmarks\results\Fractions.Benchmarks.ExampleScenarioBenchmarks-report-github.md
benchmarks\results\Fractions.Benchmarks.FromDoubleBenchmarks-report-github.md = benchmarks\results\Fractions.Benchmarks.FromDoubleBenchmarks-report-github.md
benchmarks\results\Fractions.Benchmarks.FromStringBenchmarks-report-github.md = benchmarks\results\Fractions.Benchmarks.FromStringBenchmarks-report-github.md
benchmarks\results\Fractions.Benchmarks.NonNormalizedComparisonBenchmarks-report-github.md = benchmarks\results\Fractions.Benchmarks.NonNormalizedComparisonBenchmarks-report-github.md
benchmarks\results\Fractions.Benchmarks.NonNormalizedMathBenchmarks-report-github.md = benchmarks\results\Fractions.Benchmarks.NonNormalizedMathBenchmarks-report-github.md
benchmarks\results\Fractions.Benchmarks.PowerMathBenchmarks-report-github.md = benchmarks\results\Fractions.Benchmarks.PowerMathBenchmarks-report-github.md
benchmarks\results\Fractions.Benchmarks.ToStringBenchmarks-report-github.md = benchmarks\results\Fractions.Benchmarks.ToStringBenchmarks-report-github.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDED9825-AC75-436A-89C8-0010DF66C61D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDED9825-AC75-436A-89C8-0010DF66C61D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDED9825-AC75-436A-89C8-0010DF66C61D}.Debug|x86.ActiveCfg = Debug|Any CPU
{EDED9825-AC75-436A-89C8-0010DF66C61D}.Debug|x86.Build.0 = Debug|Any CPU
{EDED9825-AC75-436A-89C8-0010DF66C61D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDED9825-AC75-436A-89C8-0010DF66C61D}.Release|Any CPU.Build.0 = Release|Any CPU
{EDED9825-AC75-436A-89C8-0010DF66C61D}.Release|x86.ActiveCfg = Release|Any CPU
{EDED9825-AC75-436A-89C8-0010DF66C61D}.Release|x86.Build.0 = Release|Any CPU
{B7A53FB0-C832-41EF-929C-7865C4BF7B0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7A53FB0-C832-41EF-929C-7865C4BF7B0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7A53FB0-C832-41EF-929C-7865C4BF7B0E}.Debug|x86.ActiveCfg = Debug|Any CPU
{B7A53FB0-C832-41EF-929C-7865C4BF7B0E}.Debug|x86.Build.0 = Debug|Any CPU
{B7A53FB0-C832-41EF-929C-7865C4BF7B0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7A53FB0-C832-41EF-929C-7865C4BF7B0E}.Release|Any CPU.Build.0 = Release|Any CPU
{B7A53FB0-C832-41EF-929C-7865C4BF7B0E}.Release|x86.ActiveCfg = Release|Any CPU
{B7A53FB0-C832-41EF-929C-7865C4BF7B0E}.Release|x86.Build.0 = Release|Any CPU
{F48B5784-4102-44AB-B07A-18485C21FC07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F48B5784-4102-44AB-B07A-18485C21FC07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F48B5784-4102-44AB-B07A-18485C21FC07}.Debug|x86.ActiveCfg = Debug|Any CPU
{F48B5784-4102-44AB-B07A-18485C21FC07}.Debug|x86.Build.0 = Debug|Any CPU
{F48B5784-4102-44AB-B07A-18485C21FC07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F48B5784-4102-44AB-B07A-18485C21FC07}.Release|Any CPU.Build.0 = Release|Any CPU
{F48B5784-4102-44AB-B07A-18485C21FC07}.Release|x86.ActiveCfg = Release|Any CPU
{F48B5784-4102-44AB-B07A-18485C21FC07}.Release|x86.Build.0 = Release|Any CPU
{1C77D649-95F0-4E45-9D28-568F94574AC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C77D649-95F0-4E45-9D28-568F94574AC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C77D649-95F0-4E45-9D28-568F94574AC2}.Debug|x86.ActiveCfg = Debug|Any CPU
{1C77D649-95F0-4E45-9D28-568F94574AC2}.Debug|x86.Build.0 = Debug|Any CPU
{1C77D649-95F0-4E45-9D28-568F94574AC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C77D649-95F0-4E45-9D28-568F94574AC2}.Release|Any CPU.Build.0 = Release|Any CPU
{1C77D649-95F0-4E45-9D28-568F94574AC2}.Release|x86.ActiveCfg = Release|Any CPU
{1C77D649-95F0-4E45-9D28-568F94574AC2}.Release|x86.Build.0 = Release|Any CPU
{EDFBDEA0-8117-4EB6-9FE4-F1162C5BBEB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDFBDEA0-8117-4EB6-9FE4-F1162C5BBEB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDFBDEA0-8117-4EB6-9FE4-F1162C5BBEB1}.Debug|x86.ActiveCfg = Debug|Any CPU
{EDFBDEA0-8117-4EB6-9FE4-F1162C5BBEB1}.Debug|x86.Build.0 = Debug|Any CPU
{EDFBDEA0-8117-4EB6-9FE4-F1162C5BBEB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDFBDEA0-8117-4EB6-9FE4-F1162C5BBEB1}.Release|Any CPU.Build.0 = Release|Any CPU
{EDFBDEA0-8117-4EB6-9FE4-F1162C5BBEB1}.Release|x86.ActiveCfg = Release|Any CPU
{EDFBDEA0-8117-4EB6-9FE4-F1162C5BBEB1}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F48B5784-4102-44AB-B07A-18485C21FC07} = {B41FB63E-5400-433A-AE72-BA3787D122E6}
{1C77D649-95F0-4E45-9D28-568F94574AC2} = {B41FB63E-5400-433A-AE72-BA3787D122E6}
{EDFBDEA0-8117-4EB6-9FE4-F1162C5BBEB1} = {4C120F91-A99A-4B82-BCF0-D5A0CB8AF664}
{FCF0C10D-9EEC-4985-9413-527D2009FC51} = {4C120F91-A99A-4B82-BCF0-D5A0CB8AF664}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6979008-4F24-46CF-8A9B-9E05FCA3AA20}
EndGlobalSection
EndGlobal