-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSevenGUIs.sln
31 lines (31 loc) · 1.63 KB
/
SevenGUIs.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
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34205.153
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SevenGUIs.Counter", "SevenGUIs.Counter\SevenGUIs.Counter.csproj", "{9C848418-3E5A-4206-A31F-BA55833E8CDF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SevenGUIs.TemperatureConverter", "SevenGUIs.TemperatureConverter\SevenGUIs.TemperatureConverter.csproj", "{8AFF223E-5FCC-4B10-82A9-B707AB418208}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C848418-3E5A-4206-A31F-BA55833E8CDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C848418-3E5A-4206-A31F-BA55833E8CDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C848418-3E5A-4206-A31F-BA55833E8CDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C848418-3E5A-4206-A31F-BA55833E8CDF}.Release|Any CPU.Build.0 = Release|Any CPU
{8AFF223E-5FCC-4B10-82A9-B707AB418208}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AFF223E-5FCC-4B10-82A9-B707AB418208}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AFF223E-5FCC-4B10-82A9-B707AB418208}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AFF223E-5FCC-4B10-82A9-B707AB418208}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5F7A66B-2730-420F-A72E-021C5E15B78A}
EndGlobalSection
EndGlobal