This repository has been archived by the owner on May 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
ExceptionsInCSharp.sln
37 lines (37 loc) · 2.17 KB
/
ExceptionsInCSharp.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
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1703.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExceptionsExercises", "ExceptionsExercises\ExceptionsExercises.csproj", "{9D5F02D3-6658-4535-86BD-29E55B773763}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TemperatureExceptions", "TemperatureExceptions\TemperatureExceptions.csproj", "{8945F9F6-DE45-4C49-B472-3FA5AE674CF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InteractiveTemperatureExceptions", "InteractiveTemperatureExceptions\InteractiveTemperatureExceptions.csproj", "{C05644DA-512B-4ABC-AC75-6B9A8C9B70C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D5F02D3-6658-4535-86BD-29E55B773763}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D5F02D3-6658-4535-86BD-29E55B773763}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D5F02D3-6658-4535-86BD-29E55B773763}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D5F02D3-6658-4535-86BD-29E55B773763}.Release|Any CPU.Build.0 = Release|Any CPU
{8945F9F6-DE45-4C49-B472-3FA5AE674CF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8945F9F6-DE45-4C49-B472-3FA5AE674CF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8945F9F6-DE45-4C49-B472-3FA5AE674CF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8945F9F6-DE45-4C49-B472-3FA5AE674CF0}.Release|Any CPU.Build.0 = Release|Any CPU
{C05644DA-512B-4ABC-AC75-6B9A8C9B70C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C05644DA-512B-4ABC-AC75-6B9A8C9B70C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C05644DA-512B-4ABC-AC75-6B9A8C9B70C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C05644DA-512B-4ABC-AC75-6B9A8C9B70C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB440214-2429-4DBA-BDC7-790918731FBF}
EndGlobalSection
EndGlobal