diff --git a/Control.Draggable.csproj b/Control.Draggable.csproj index 9f307c8..aa8e020 100644 --- a/Control.Draggable.csproj +++ b/Control.Draggable.csproj @@ -1,46 +1,51 @@ - - - - {C63803BA-7F7A-4BBC-AC46-948637802408} - Debug - x86 - Library - Control.Draggable - Control.Draggable - v3.5 - Client - Properties - - - x86 - - - bin\Debug\ - True - Full - False - True - DEBUG;TRACE - - - bin\Release\ - False - None - True - False - TRACE - - - - - 3.5 - - - - - - - - - + + + + {C63803BA-7F7A-4BBC-AC46-948637802408} + Debug + x86 + Library + Control.Draggable + Control.Draggable + v3.5 + Client + Properties + + + + + 3.5 + + + AnyCPU + + + bin\Debug\ + True + Full + False + True + DEBUG;TRACE + + + bin\Release\ + False + None + True + False + TRACE + + + + + 3.5 + + + + + + + + + \ No newline at end of file diff --git a/Control.Draggable.sln b/Control.Draggable.sln index ad4eb76..c01f5a1 100644 --- a/Control.Draggable.sln +++ b/Control.Draggable.sln @@ -1,18 +1,26 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -# SharpDevelop 4.2.0.8649-Beta 2 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Control.Draggable", "Control.Draggable.csproj", "{C63803BA-7F7A-4BBC-AC46-948637802408}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {C63803BA-7F7A-4BBC-AC46-948637802408}.Debug|x86.Build.0 = Debug|x86 - {C63803BA-7F7A-4BBC-AC46-948637802408}.Debug|x86.ActiveCfg = Debug|x86 - {C63803BA-7F7A-4BBC-AC46-948637802408}.Release|x86.Build.0 = Release|x86 - {C63803BA-7F7A-4BBC-AC46-948637802408}.Release|x86.ActiveCfg = Release|x86 - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Control.Draggable", "Control.Draggable.csproj", "{C63803BA-7F7A-4BBC-AC46-948637802408}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C63803BA-7F7A-4BBC-AC46-948637802408}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C63803BA-7F7A-4BBC-AC46-948637802408}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C63803BA-7F7A-4BBC-AC46-948637802408}.Debug|x86.ActiveCfg = Release|Any CPU + {C63803BA-7F7A-4BBC-AC46-948637802408}.Debug|x86.Build.0 = Release|Any CPU + {C63803BA-7F7A-4BBC-AC46-948637802408}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C63803BA-7F7A-4BBC-AC46-948637802408}.Release|Any CPU.Build.0 = Release|Any CPU + {C63803BA-7F7A-4BBC-AC46-948637802408}.Release|x86.ActiveCfg = Release|Any CPU + {C63803BA-7F7A-4BBC-AC46-948637802408}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index f02556b..3b961a1 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -9,8 +9,8 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Control.Draggable")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyTitle("Control.Draggable")] +[assembly: AssemblyDescription("Makes any WinForms control draggable")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Control.Draggable")]