change platform to AnyCPU

This commit is contained in:
unknown 2013-10-28 00:25:01 +02:00
parent eb1d079383
commit 277bff0cd3
3 changed files with 78 additions and 65 deletions

View File

@ -1,46 +1,51 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup> <PropertyGroup>
<ProjectGuid>{C63803BA-7F7A-4BBC-AC46-948637802408}</ProjectGuid> <ProjectGuid>{C63803BA-7F7A-4BBC-AC46-948637802408}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<RootNamespace>Control.Draggable</RootNamespace> <RootNamespace>Control.Draggable</RootNamespace>
<AssemblyName>Control.Draggable</AssemblyName> <AssemblyName>Control.Draggable</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile> <TargetFrameworkProfile>Client</TargetFrameworkProfile>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
</PropertyGroup> <FileUpgradeFlags>
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> </FileUpgradeFlags>
<PlatformTarget>x86</PlatformTarget> <UpgradeBackupLocation>
</PropertyGroup> </UpgradeBackupLocation>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <OldToolsVersion>3.5</OldToolsVersion>
<OutputPath>bin\Debug\</OutputPath> </PropertyGroup>
<DebugSymbols>True</DebugSymbols> <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<DebugType>Full</DebugType> <PlatformTarget>AnyCPU</PlatformTarget>
<Optimize>False</Optimize> </PropertyGroup>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DefineConstants>DEBUG;TRACE</DefineConstants> <OutputPath>bin\Debug\</OutputPath>
</PropertyGroup> <DebugSymbols>True</DebugSymbols>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <DebugType>Full</DebugType>
<OutputPath>bin\Release\</OutputPath> <Optimize>False</Optimize>
<DebugSymbols>False</DebugSymbols> <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DebugType>None</DebugType> <DefineConstants>DEBUG;TRACE</DefineConstants>
<Optimize>True</Optimize> </PropertyGroup>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>TRACE</DefineConstants> <OutputPath>bin\Release\</OutputPath>
</PropertyGroup> <DebugSymbols>False</DebugSymbols>
<ItemGroup> <DebugType>None</DebugType>
<Reference Include="System" /> <Optimize>True</Optimize>
<Reference Include="System.Core"> <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<RequiredTargetFramework>3.5</RequiredTargetFramework> <DefineConstants>TRACE</DefineConstants>
</Reference> </PropertyGroup>
<Reference Include="System.Drawing" /> <ItemGroup>
<Reference Include="System.Windows.Forms" /> <Reference Include="System" />
</ItemGroup> <Reference Include="System.Core">
<ItemGroup> <RequiredTargetFramework>3.5</RequiredTargetFramework>
<Compile Include="ControlExtension.cs" /> </Reference>
<Compile Include="Properties\AssemblyInfo.cs" /> <Reference Include="System.Drawing" />
</ItemGroup> <Reference Include="System.Windows.Forms" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> </ItemGroup>
<ItemGroup>
<Compile Include="ControlExtension.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project> </Project>

View File

@ -1,18 +1,26 @@
 
Microsoft Visual Studio Solution File, Format Version 10.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2008 # Visual Studio 2012
# SharpDevelop 4.2.0.8649-Beta 2 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Control.Draggable", "Control.Draggable.csproj", "{C63803BA-7F7A-4BBC-AC46-948637802408}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Control.Draggable", "Control.Draggable.csproj", "{C63803BA-7F7A-4BBC-AC46-948637802408}" EndProject
EndProject Global
Global GlobalSection(SolutionConfigurationPlatforms) = preSolution
GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86 Debug|x86 = Debug|x86
Release|x86 = Release|x86 Release|Any CPU = Release|Any CPU
EndGlobalSection Release|x86 = Release|x86
GlobalSection(ProjectConfigurationPlatforms) = postSolution EndGlobalSection
{C63803BA-7F7A-4BBC-AC46-948637802408}.Debug|x86.Build.0 = Debug|x86 GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C63803BA-7F7A-4BBC-AC46-948637802408}.Debug|x86.ActiveCfg = Debug|x86 {C63803BA-7F7A-4BBC-AC46-948637802408}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C63803BA-7F7A-4BBC-AC46-948637802408}.Release|x86.Build.0 = Release|x86 {C63803BA-7F7A-4BBC-AC46-948637802408}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C63803BA-7F7A-4BBC-AC46-948637802408}.Release|x86.ActiveCfg = Release|x86 {C63803BA-7F7A-4BBC-AC46-948637802408}.Debug|x86.ActiveCfg = Release|Any CPU
EndGlobalSection {C63803BA-7F7A-4BBC-AC46-948637802408}.Debug|x86.Build.0 = Release|Any CPU
EndGlobal {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

View File

@ -9,8 +9,8 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("Control.Draggable")] [assembly: AssemblyTitle("Control.Draggable")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("Makes any WinForms control draggable")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Control.Draggable")] [assembly: AssemblyProduct("Control.Draggable")]