-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStringCalculator.sln
More file actions
22 lines (22 loc) · 1.29 KB
/
Copy pathStringCalculator.sln
File metadata and controls
22 lines (22 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringCalculator-2022-1", "StringCalculator\StringCalculator.csproj", "{BA1758E4-D833-44EE-A0A1-7A6B2372E33B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringCalculator.Tests", "StringCalculator.Tests\StringCalculator.Tests.csproj", "{2B4A4503-41C1-4E1F-9348-F724B8FF68D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA1758E4-D833-44EE-A0A1-7A6B2372E33B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA1758E4-D833-44EE-A0A1-7A6B2372E33B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA1758E4-D833-44EE-A0A1-7A6B2372E33B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA1758E4-D833-44EE-A0A1-7A6B2372E33B}.Release|Any CPU.Build.0 = Release|Any CPU
{2B4A4503-41C1-4E1F-9348-F724B8FF68D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B4A4503-41C1-4E1F-9348-F724B8FF68D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B4A4503-41C1-4E1F-9348-F724B8FF68D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B4A4503-41C1-4E1F-9348-F724B8FF68D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal