-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDebugControlSolution.Net4.8.sln
40 lines (40 loc) · 2.18 KB
/
DebugControlSolution.Net4.8.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31313.381
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C26B5475-7C33-4841-9968-1DEB7D94D42F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".net Core3 _5 not working", ".net Core3 _5 not working", "{5E4AD99F-2677-4FA2-873B-8C3F7A529BF2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".net 4.8 Framework working", ".net 4.8 Framework working", "{F66D95CC-B715-4FB1-84E9-E09BE4084AED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DebugControlLibrary4.8", ".net 4.8\DebugControl4.8\DebugControlLibrary4.8.csproj", "{8DFBF584-653F-4129-B3C2-A9DDEDB83C98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DebuggingExample.FormApp", ".net 4.8\DebuggingExample.FormApp\DebuggingExample.FormApp.csproj", "{8019B414-0CBC-4BDD-8FF9-1E12BCD8A57C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8DFBF584-653F-4129-B3C2-A9DDEDB83C98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DFBF584-653F-4129-B3C2-A9DDEDB83C98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DFBF584-653F-4129-B3C2-A9DDEDB83C98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DFBF584-653F-4129-B3C2-A9DDEDB83C98}.Release|Any CPU.Build.0 = Release|Any CPU
{8019B414-0CBC-4BDD-8FF9-1E12BCD8A57C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8019B414-0CBC-4BDD-8FF9-1E12BCD8A57C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8019B414-0CBC-4BDD-8FF9-1E12BCD8A57C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8019B414-0CBC-4BDD-8FF9-1E12BCD8A57C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C78EDEB-47B1-4FFB-91BC-2E8C23FD16B2}
EndGlobalSection
EndGlobal