-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCalculatorCore.sln
More file actions
45 lines (45 loc) · 2.64 KB
/
CalculatorCore.sln
File metadata and controls
45 lines (45 loc) · 2.64 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CalculatorCore", "CalculatorCore\CalculatorCore.csproj", "{332B98DF-35EC-46CB-ABCC-D89D73C361DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{923CA805-2BB5-4104-A7D1-095A1112A71D}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CalculatorCoreTests", "CalculatorCoreTests\CalculatorCoreTests.csproj", "{83995AAB-51A1-408C-ADFC-A7F25D293491}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleCalculator", "ConsoleCalculator\ConsoleCalculator.csproj", "{1F7B5573-E294-4C52-8CFE-1C6DE14D6AE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calculator", "Calculator\Calculator.csproj", "{C3104953-B530-4419-A9ED-0C2C86EF113A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{332B98DF-35EC-46CB-ABCC-D89D73C361DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{332B98DF-35EC-46CB-ABCC-D89D73C361DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{332B98DF-35EC-46CB-ABCC-D89D73C361DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{332B98DF-35EC-46CB-ABCC-D89D73C361DE}.Release|Any CPU.Build.0 = Release|Any CPU
{83995AAB-51A1-408C-ADFC-A7F25D293491}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83995AAB-51A1-408C-ADFC-A7F25D293491}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83995AAB-51A1-408C-ADFC-A7F25D293491}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83995AAB-51A1-408C-ADFC-A7F25D293491}.Release|Any CPU.Build.0 = Release|Any CPU
{1F7B5573-E294-4C52-8CFE-1C6DE14D6AE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F7B5573-E294-4C52-8CFE-1C6DE14D6AE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F7B5573-E294-4C52-8CFE-1C6DE14D6AE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F7B5573-E294-4C52-8CFE-1C6DE14D6AE3}.Release|Any CPU.Build.0 = Release|Any CPU
{C3104953-B530-4419-A9ED-0C2C86EF113A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3104953-B530-4419-A9ED-0C2C86EF113A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3104953-B530-4419-A9ED-0C2C86EF113A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3104953-B530-4419-A9ED-0C2C86EF113A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal