-
Notifications
You must be signed in to change notification settings - Fork 3
/
MultiMonitorRdp.sln
32 lines (32 loc) · 1.38 KB
/
MultiMonitorRdp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiMonitorRdp", "MultiMonitorRdp\MultiMonitorRdp.csproj", "{944CE5D7-DAE3-4C81-B456-5F867BA67A6A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6F40DDAB-14BC-4D71-BA05-AE7A0AB68B98}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{944CE5D7-DAE3-4C81-B456-5F867BA67A6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{944CE5D7-DAE3-4C81-B456-5F867BA67A6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{944CE5D7-DAE3-4C81-B456-5F867BA67A6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{944CE5D7-DAE3-4C81-B456-5F867BA67A6A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4F934AC4-E057-46A6-A873-DEEB0E581781}
EndGlobalSection
EndGlobal