forked from Screenary/Screenary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Screenary.sln
49 lines (49 loc) · 2.51 KB
/
Screenary.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{308406DC-FEDC-4B54-BC84-5FE66E71C65B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeRDP", "FreeRDP\FreeRDP.csproj", "{C5E8D831-864B-4BE7-8027-77727D5A6D80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{1784525C-D687-491E-B4F4-7613784022ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Screenary", "Screenary\Screenary.csproj", "{6893B3C1-5A27-4422-805A-EF22397FC244}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1784525C-D687-491E-B4F4-7613784022ED}.Debug|x86.ActiveCfg = Debug|x86
{1784525C-D687-491E-B4F4-7613784022ED}.Debug|x86.Build.0 = Debug|x86
{1784525C-D687-491E-B4F4-7613784022ED}.Release|x86.ActiveCfg = Release|x86
{1784525C-D687-491E-B4F4-7613784022ED}.Release|x86.Build.0 = Release|x86
{308406DC-FEDC-4B54-BC84-5FE66E71C65B}.Debug|x86.ActiveCfg = Debug|x86
{308406DC-FEDC-4B54-BC84-5FE66E71C65B}.Debug|x86.Build.0 = Debug|x86
{308406DC-FEDC-4B54-BC84-5FE66E71C65B}.Release|x86.ActiveCfg = Release|x86
{308406DC-FEDC-4B54-BC84-5FE66E71C65B}.Release|x86.Build.0 = Release|x86
{6893B3C1-5A27-4422-805A-EF22397FC244}.Debug|x86.ActiveCfg = Debug|Any CPU
{6893B3C1-5A27-4422-805A-EF22397FC244}.Debug|x86.Build.0 = Debug|Any CPU
{6893B3C1-5A27-4422-805A-EF22397FC244}.Release|x86.ActiveCfg = Release|Any CPU
{6893B3C1-5A27-4422-805A-EF22397FC244}.Release|x86.Build.0 = Release|Any CPU
{C5E8D831-864B-4BE7-8027-77727D5A6D80}.Debug|x86.ActiveCfg = Debug|Any CPU
{C5E8D831-864B-4BE7-8027-77727D5A6D80}.Debug|x86.Build.0 = Debug|Any CPU
{C5E8D831-864B-4BE7-8027-77727D5A6D80}.Release|x86.ActiveCfg = Release|Any CPU
{C5E8D831-864B-4BE7-8027-77727D5A6D80}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Client\Client.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
EndGlobalSection
EndGlobal