This repository was archived by the owner on Jan 15, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCalculator.sln
More file actions
29 lines (29 loc) · 1.31 KB
/
Copy pathCalculator.sln
File metadata and controls
29 lines (29 loc) · 1.31 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calculator", "Calculator\Calculator.csproj", "{87CD56E6-3886-4ACD-9FE9-9E966BCEBC20}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{D2AFFA46-136F-4989-9843-3F3961297463}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87CD56E6-3886-4ACD-9FE9-9E966BCEBC20}.Debug|x86.ActiveCfg = Debug|x86
{87CD56E6-3886-4ACD-9FE9-9E966BCEBC20}.Debug|x86.Build.0 = Debug|x86
{87CD56E6-3886-4ACD-9FE9-9E966BCEBC20}.Release|x86.ActiveCfg = Release|x86
{87CD56E6-3886-4ACD-9FE9-9E966BCEBC20}.Release|x86.Build.0 = Release|x86
{D2AFFA46-136F-4989-9843-3F3961297463}.Debug|x86.ActiveCfg = Debug
{D2AFFA46-136F-4989-9843-3F3961297463}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DBB221F0-0ACB-4717-804D-D666286967DD}
EndGlobalSection
EndGlobal