SharpDisplayManager.sln
author sl
Tue, 08 Jul 2014 11:48:00 +0200
changeset 5 02716ce36263
permissions -rw-r--r--
Custom drawing of our Marquee text to avoid warpping, clipping and ellipsis.
sl@0
     1

sl@0
     2
Microsoft Visual Studio Solution File, Format Version 12.00
sl@0
     3
# Visual Studio 2012
sl@0
     4
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpDisplayManager", "SharpDisplayManager.csproj", "{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}"
sl@0
     5
EndProject
sl@0
     6
Global
sl@0
     7
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
sl@0
     8
		Debug|Any CPU = Debug|Any CPU
sl@0
     9
		Release|Any CPU = Release|Any CPU
sl@0
    10
	EndGlobalSection
sl@0
    11
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
sl@0
    12
		{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
sl@0
    13
		{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}.Debug|Any CPU.Build.0 = Debug|Any CPU
sl@0
    14
		{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}.Release|Any CPU.ActiveCfg = Release|Any CPU
sl@0
    15
		{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}.Release|Any CPU.Build.0 = Release|Any CPU
sl@0
    16
	EndGlobalSection
sl@0
    17
	GlobalSection(SolutionProperties) = preSolution
sl@0
    18
		HideSolutionNode = FALSE
sl@0
    19
	EndGlobalSection
sl@0
    20
EndGlobal