-
Notifications
You must be signed in to change notification settings - Fork 2
/
Fail2Rdp.sln
37 lines (37 loc) · 2.07 KB
/
Fail2Rdp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29403.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fail2Rdp.Service", "Fail2Rdp.Service\Fail2Rdp.Service.csproj", "{8F41FAA9-F23F-44F8-A8CE-785624A664D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fail2Rdp.UI", "Fail2Rdp.UI\Fail2Rdp.UI.csproj", "{A34FAC07-6672-4D8E-8128-4789A29D7DC5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fail2Rdp.ServiceHelper", "Fail2Rdp.ServiceHelper\Fail2Rdp.ServiceHelper.csproj", "{849037CF-BE77-4347-A295-56F58A725622}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F41FAA9-F23F-44F8-A8CE-785624A664D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F41FAA9-F23F-44F8-A8CE-785624A664D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F41FAA9-F23F-44F8-A8CE-785624A664D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F41FAA9-F23F-44F8-A8CE-785624A664D5}.Release|Any CPU.Build.0 = Release|Any CPU
{A34FAC07-6672-4D8E-8128-4789A29D7DC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A34FAC07-6672-4D8E-8128-4789A29D7DC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A34FAC07-6672-4D8E-8128-4789A29D7DC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A34FAC07-6672-4D8E-8128-4789A29D7DC5}.Release|Any CPU.Build.0 = Release|Any CPU
{849037CF-BE77-4347-A295-56F58A725622}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{849037CF-BE77-4347-A295-56F58A725622}.Debug|Any CPU.Build.0 = Debug|Any CPU
{849037CF-BE77-4347-A295-56F58A725622}.Release|Any CPU.ActiveCfg = Release|Any CPU
{849037CF-BE77-4347-A295-56F58A725622}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5A74CB2-C1A9-4227-9BE1-D01D775654BD}
EndGlobalSection
EndGlobal