SharpDisplayManager.sln
author sl
Fri, 15 Aug 2014 10:20:01 +0200
changeset 30 c375286d1a1c
child 43 86aad774b532
permissions -rw-r--r--
Still trying to setup WCF for us to work nicely.
Now using multi threading and reliable session.
Implementing thread safe functions where needed.
Enforcing session mode.
Fixing bug in marquee label as we forgot to reset current position when text is changed.
sl@22
     1

sl@22
     2
Microsoft Visual Studio Solution File, Format Version 12.00
sl@22
     3
# Visual Studio 2012
sl@22
     4
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpDisplayManager", "Server\SharpDisplayManager.csproj", "{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}"
sl@22
     5
EndProject
sl@22
     6
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpDisplayClient", "Client\SharpDisplayClient.csproj", "{7EE64074-8CDB-4448-B40C-81B75D6B31CD}"
sl@22
     7
EndProject
sl@22
     8
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpDisplayInterface", "Interface\SharpDisplayInterface.csproj", "{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}"
sl@22
     9
EndProject
sl@22
    10
Global
sl@22
    11
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
sl@22
    12
		Debug|Any CPU = Debug|Any CPU
sl@22
    13
		Release|Any CPU = Release|Any CPU
sl@22
    14
	EndGlobalSection
sl@22
    15
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
sl@22
    16
		{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
sl@22
    17
		{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}.Debug|Any CPU.Build.0 = Debug|Any CPU
sl@22
    18
		{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}.Release|Any CPU.ActiveCfg = Release|Any CPU
sl@22
    19
		{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}.Release|Any CPU.Build.0 = Release|Any CPU
sl@22
    20
		{7EE64074-8CDB-4448-B40C-81B75D6B31CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
sl@22
    21
		{7EE64074-8CDB-4448-B40C-81B75D6B31CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
sl@22
    22
		{7EE64074-8CDB-4448-B40C-81B75D6B31CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
sl@22
    23
		{7EE64074-8CDB-4448-B40C-81B75D6B31CD}.Release|Any CPU.Build.0 = Release|Any CPU
sl@22
    24
		{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
sl@22
    25
		{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
sl@22
    26
		{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
sl@22
    27
		{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}.Release|Any CPU.Build.0 = Release|Any CPU
sl@22
    28
	EndGlobalSection
sl@22
    29
	GlobalSection(SolutionProperties) = preSolution
sl@22
    30
		HideSolutionNode = FALSE
sl@22
    31
	EndGlobalSection
sl@22
    32
EndGlobal