forked from BarsikV/CommunicationDeviceSwitcherService
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommunicationDeviceSwitcherService.sln
More file actions
51 lines (51 loc) · 3.72 KB
/
CommunicationDeviceSwitcherService.sln
File metadata and controls
51 lines (51 loc) · 3.72 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommunicationDeviceSwitcherService", "CommunicationDeviceSwitcherService\CommunicationDeviceSwitcherService.csproj", "{8784C49B-8535-4B86-9C0C-F6D6DE18CB05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommunicationDeviceSwitcherService.Netframework", "CommunicationDeviceSwitcherService.Netframework\CommunicationDeviceSwitcherService.Netframework.csproj", "{0EB58526-530B-4570-9E50-9046B0FD74E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommunicationDeviceSwitcherService.ApplicationServices", "CommunicationDeviceSwitcherService.ApplicationServices\CommunicationDeviceSwitcherService.ApplicationServices.csproj", "{420B10C4-D89B-4F5D-ACC2-E5D9971D0587}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CommunicationDeviceSwitcher.Installer.Netframework", "CommunicationDeviceSwitcher.Installer.Netframework\CommunicationDeviceSwitcher.Installer.Netframework.vdproj", "{B1B4A085-A75D-4EF6-B0B2-91D1A0CC8599}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CommunicationDeviceSwitcherService.Installer", "CommunicationDeviceSwitcherService.Installer\CommunicationDeviceSwitcherService.Installer.vdproj", "{3259133A-3E0A-4F64-9B91-7C960C45C580}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommunicationDeviceSwitcherService.Installer.Callback", "CommunicationDeviceSwitcherService.Installer.Callback\CommunicationDeviceSwitcherService.Installer.Callback.csproj", "{A80F542A-3BDF-47B9-BC75-263E5C2B6D96}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8784C49B-8535-4B86-9C0C-F6D6DE18CB05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8784C49B-8535-4B86-9C0C-F6D6DE18CB05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8784C49B-8535-4B86-9C0C-F6D6DE18CB05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8784C49B-8535-4B86-9C0C-F6D6DE18CB05}.Release|Any CPU.Build.0 = Release|Any CPU
{0EB58526-530B-4570-9E50-9046B0FD74E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EB58526-530B-4570-9E50-9046B0FD74E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EB58526-530B-4570-9E50-9046B0FD74E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EB58526-530B-4570-9E50-9046B0FD74E0}.Release|Any CPU.Build.0 = Release|Any CPU
{420B10C4-D89B-4F5D-ACC2-E5D9971D0587}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{420B10C4-D89B-4F5D-ACC2-E5D9971D0587}.Debug|Any CPU.Build.0 = Debug|Any CPU
{420B10C4-D89B-4F5D-ACC2-E5D9971D0587}.Release|Any CPU.ActiveCfg = Release|Any CPU
{420B10C4-D89B-4F5D-ACC2-E5D9971D0587}.Release|Any CPU.Build.0 = Release|Any CPU
{B1B4A085-A75D-4EF6-B0B2-91D1A0CC8599}.Debug|Any CPU.ActiveCfg = Debug
{B1B4A085-A75D-4EF6-B0B2-91D1A0CC8599}.Release|Any CPU.ActiveCfg = Release
{3259133A-3E0A-4F64-9B91-7C960C45C580}.Debug|Any CPU.ActiveCfg = Debug
{3259133A-3E0A-4F64-9B91-7C960C45C580}.Release|Any CPU.ActiveCfg = Release
{A80F542A-3BDF-47B9-BC75-263E5C2B6D96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A80F542A-3BDF-47B9-BC75-263E5C2B6D96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A80F542A-3BDF-47B9-BC75-263E5C2B6D96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A80F542A-3BDF-47B9-BC75-263E5C2B6D96}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2FD6368D-1074-4E83-A2EA-DAB689FE5C28}
EndGlobalSection
EndGlobal