-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAb Math.sln
58 lines (58 loc) · 3 KB
/
Ab Math.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 17
VisualStudioVersion = 17.3.32804.467
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unit Tester", "Unit Tester\Apportionment\Unit Tester.csproj", "{C04B44F5-7C05-421D-A560-8F4E52BAD334}"
ProjectSection(ProjectDependencies) = postProject
{B1C794CD-1992-49F9-BCC1-EA92A191CCC3} = {B1C794CD-1992-49F9-BCC1-EA92A191CCC3}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test Console", "Test Console\Test Console.csproj", "{B4119DA4-5F0E-4981-A315-FB59D97179FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AbMath", "AbMath\AbMath.csproj", "{B1C794CD-1992-49F9-BCC1-EA92A191CCC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "Benchmark\Benchmark.csproj", "{A9FC9BCD-59E7-451D-B767-B536D3D32CE5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C04B44F5-7C05-421D-A560-8F4E52BAD334}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C04B44F5-7C05-421D-A560-8F4E52BAD334}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C04B44F5-7C05-421D-A560-8F4E52BAD334}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C04B44F5-7C05-421D-A560-8F4E52BAD334}.Release|Any CPU.Build.0 = Release|Any CPU
{B4119DA4-5F0E-4981-A315-FB59D97179FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4119DA4-5F0E-4981-A315-FB59D97179FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4119DA4-5F0E-4981-A315-FB59D97179FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4119DA4-5F0E-4981-A315-FB59D97179FB}.Release|Any CPU.Build.0 = Release|Any CPU
{B1C794CD-1992-49F9-BCC1-EA92A191CCC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1C794CD-1992-49F9-BCC1-EA92A191CCC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1C794CD-1992-49F9-BCC1-EA92A191CCC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1C794CD-1992-49F9-BCC1-EA92A191CCC3}.Release|Any CPU.Build.0 = Release|Any CPU
{A9FC9BCD-59E7-451D-B767-B536D3D32CE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9FC9BCD-59E7-451D-B767-B536D3D32CE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9FC9BCD-59E7-451D-B767-B536D3D32CE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9FC9BCD-59E7-451D-B767-B536D3D32CE5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD46C4F9-6864-4630-A899-78FA5CADCB35}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal