-
Notifications
You must be signed in to change notification settings - Fork 0
/
Csharp_projects.sln
49 lines (49 loc) · 3.09 KB
/
Csharp_projects.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirstConsoleApp", "FirstConsoleApp\FirstConsoleApp.csproj", "{93BDE462-C642-4A8F-A9CF-30C920CD9B59}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfProjStartup", "WpfProjStartup\WpfProjStartup.csproj", "{23AFF806-780B-4009-A33E-0C14935BBCE2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FourthCoffee.MethodTestHarness", "FourthCoffee.MethodTestHarness\FourthCoffee.MethodTestHarness.csproj", "{73B477C8-F456-4AE9-B9D8-1F14E3EBF848}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayingWithInheritance", "PlayingWithInheritance\PlayingWithInheritance.csproj", "{30F5AB78-43B9-4C38-A54D-E097CF4EAAD0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayingWithThreading", "PlayingWithThreading\PlayingWithThreading.csproj", "{F7B2D4D5-E0A9-45E1-A3E9-D2B7A40645D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93BDE462-C642-4A8F-A9CF-30C920CD9B59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93BDE462-C642-4A8F-A9CF-30C920CD9B59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93BDE462-C642-4A8F-A9CF-30C920CD9B59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93BDE462-C642-4A8F-A9CF-30C920CD9B59}.Release|Any CPU.Build.0 = Release|Any CPU
{23AFF806-780B-4009-A33E-0C14935BBCE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23AFF806-780B-4009-A33E-0C14935BBCE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23AFF806-780B-4009-A33E-0C14935BBCE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23AFF806-780B-4009-A33E-0C14935BBCE2}.Release|Any CPU.Build.0 = Release|Any CPU
{73B477C8-F456-4AE9-B9D8-1F14E3EBF848}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73B477C8-F456-4AE9-B9D8-1F14E3EBF848}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73B477C8-F456-4AE9-B9D8-1F14E3EBF848}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73B477C8-F456-4AE9-B9D8-1F14E3EBF848}.Release|Any CPU.Build.0 = Release|Any CPU
{30F5AB78-43B9-4C38-A54D-E097CF4EAAD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30F5AB78-43B9-4C38-A54D-E097CF4EAAD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30F5AB78-43B9-4C38-A54D-E097CF4EAAD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30F5AB78-43B9-4C38-A54D-E097CF4EAAD0}.Release|Any CPU.Build.0 = Release|Any CPU
{F7B2D4D5-E0A9-45E1-A3E9-D2B7A40645D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7B2D4D5-E0A9-45E1-A3E9-D2B7A40645D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7B2D4D5-E0A9-45E1-A3E9-D2B7A40645D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7B2D4D5-E0A9-45E1-A3E9-D2B7A40645D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB2126F8-2445-497B-AF4D-0F6B14776272}
EndGlobalSection
EndGlobal