-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLab6.sln
29 lines (29 loc) · 1.38 KB
/
Lab6.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TipCalculator", "TipCalculator\TipCalculator.csproj", "{1DB6A3F3-9DD6-495D-BA3E-96886D518BDE}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Lab8", "Lab8\Lab8.vdproj", "{3C0B0AC5-677A-4033-90DB-2E90DF81EB10}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DB6A3F3-9DD6-495D-BA3E-96886D518BDE}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{1DB6A3F3-9DD6-495D-BA3E-96886D518BDE}.Debug|Any CPU.Build.0 = Release|Any CPU
{1DB6A3F3-9DD6-495D-BA3E-96886D518BDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DB6A3F3-9DD6-495D-BA3E-96886D518BDE}.Release|Any CPU.Build.0 = Release|Any CPU
{3C0B0AC5-677A-4033-90DB-2E90DF81EB10}.Debug|Any CPU.ActiveCfg = Release
{3C0B0AC5-677A-4033-90DB-2E90DF81EB10}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C7305B46-8639-458F-A7F2-55EE80671F08}
EndGlobalSection
EndGlobal