-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAutoRechner.sln
More file actions
37 lines (37 loc) · 2.02 KB
/
AutoRechner.sln
File metadata and controls
37 lines (37 loc) · 2.02 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.34930.48
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoRechner", "AutoRechner\AutoRechner.csproj", "{2A8381B1-4698-465E-864E-17F0765CB006}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Graphing", "Graphing\Graphing.csproj", "{7E2A76C7-6506-4796-8EB9-FCCC668E2E4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoRechnerTest", "AutoRechnerTest\AutoRechnerTest.csproj", "{9A7F7708-CE38-4706-8E7A-4B7F650E8270}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A8381B1-4698-465E-864E-17F0765CB006}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A8381B1-4698-465E-864E-17F0765CB006}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A8381B1-4698-465E-864E-17F0765CB006}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A8381B1-4698-465E-864E-17F0765CB006}.Release|Any CPU.Build.0 = Release|Any CPU
{7E2A76C7-6506-4796-8EB9-FCCC668E2E4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E2A76C7-6506-4796-8EB9-FCCC668E2E4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E2A76C7-6506-4796-8EB9-FCCC668E2E4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E2A76C7-6506-4796-8EB9-FCCC668E2E4A}.Release|Any CPU.Build.0 = Release|Any CPU
{9A7F7708-CE38-4706-8E7A-4B7F650E8270}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A7F7708-CE38-4706-8E7A-4B7F650E8270}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A7F7708-CE38-4706-8E7A-4B7F650E8270}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A7F7708-CE38-4706-8E7A-4B7F650E8270}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1CE36515-BEDF-4904-96D0-5B284C5F0E50}
EndGlobalSection
EndGlobal