-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathRemoteDebugLauncherExtension.sln
56 lines (56 loc) · 3.18 KB
/
RemoteDebugLauncherExtension.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
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteDebugLauncher", "RemoteDebugLauncher\RemoteDebugLauncher.csproj", "{C4D800FA-6309-468C-9712-DF8FD21F4AFF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9A87F114-9789-4D3F-83A4-71EAC3CE7F74}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "RemoteDebugLauncherShared", "RemoteDebugLauncherShared\RemoteDebugLauncherShared.shproj", "{EAF66530-04E6-4671-9B40-C46DA832F1BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteDebugLauncher2022", "RemoteDebugLauncher2022\RemoteDebugLauncher2022.csproj", "{9609B468-06F8-40F6-A93C-A07C6A82AFD5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4D800FA-6309-468C-9712-DF8FD21F4AFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4D800FA-6309-468C-9712-DF8FD21F4AFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4D800FA-6309-468C-9712-DF8FD21F4AFF}.Debug|x86.ActiveCfg = Debug|x86
{C4D800FA-6309-468C-9712-DF8FD21F4AFF}.Debug|x86.Build.0 = Debug|x86
{C4D800FA-6309-468C-9712-DF8FD21F4AFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4D800FA-6309-468C-9712-DF8FD21F4AFF}.Release|Any CPU.Build.0 = Release|Any CPU
{C4D800FA-6309-468C-9712-DF8FD21F4AFF}.Release|x86.ActiveCfg = Release|x86
{C4D800FA-6309-468C-9712-DF8FD21F4AFF}.Release|x86.Build.0 = Release|x86
{9609B468-06F8-40F6-A93C-A07C6A82AFD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9609B468-06F8-40F6-A93C-A07C6A82AFD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9609B468-06F8-40F6-A93C-A07C6A82AFD5}.Debug|x86.ActiveCfg = Debug|x86
{9609B468-06F8-40F6-A93C-A07C6A82AFD5}.Debug|x86.Build.0 = Debug|x86
{9609B468-06F8-40F6-A93C-A07C6A82AFD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9609B468-06F8-40F6-A93C-A07C6A82AFD5}.Release|Any CPU.Build.0 = Release|Any CPU
{9609B468-06F8-40F6-A93C-A07C6A82AFD5}.Release|x86.ActiveCfg = Release|x86
{9609B468-06F8-40F6-A93C-A07C6A82AFD5}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52ED1700-9BFE-4F05-A7C4-E77631E7D752}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
RemoteDebugLauncherShared\RemoteDebugLauncherShared.projitems*{9609b468-06f8-40f6-a93c-a07c6a82afd5}*SharedItemsImports = 4
RemoteDebugLauncherShared\RemoteDebugLauncherShared.projitems*{c4d800fa-6309-468c-9712-df8fd21f4aff}*SharedItemsImports = 4
RemoteDebugLauncherShared\RemoteDebugLauncherShared.projitems*{eaf66530-04e6-4671-9b40-c46da832f1be}*SharedItemsImports = 13
EndGlobalSection
EndGlobal