-
Notifications
You must be signed in to change notification settings - Fork 3
/
DebuggingDemos.sln
34 lines (34 loc) · 1.91 KB
/
DebuggingDemos.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThePresidents", "ThePresidents\ThePresidents.csproj", "{2C59E539-899D-4463-B595-040DF323F393}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyShop", "MyShop\MyShop.csproj", "{A72C2A74-1EC8-4BA5-9B21-554F6C29FDB8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutomationWithCLRMD", "AutomationWithCLRMD\AutomationWithCLRMD.csproj", "{FD12B703-03FF-4624-A9F3-879B697E1590}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C59E539-899D-4463-B595-040DF323F393}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C59E539-899D-4463-B595-040DF323F393}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C59E539-899D-4463-B595-040DF323F393}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C59E539-899D-4463-B595-040DF323F393}.Release|Any CPU.Build.0 = Release|Any CPU
{A72C2A74-1EC8-4BA5-9B21-554F6C29FDB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A72C2A74-1EC8-4BA5-9B21-554F6C29FDB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A72C2A74-1EC8-4BA5-9B21-554F6C29FDB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A72C2A74-1EC8-4BA5-9B21-554F6C29FDB8}.Release|Any CPU.Build.0 = Release|Any CPU
{FD12B703-03FF-4624-A9F3-879B697E1590}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD12B703-03FF-4624-A9F3-879B697E1590}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD12B703-03FF-4624-A9F3-879B697E1590}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD12B703-03FF-4624-A9F3-879B697E1590}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal