1.1 --- a/External/Aga.Controls/Aga.Controls.csproj Sun May 27 15:16:19 2012 +0000
1.2 +++ b/External/Aga.Controls/Aga.Controls.csproj Sun May 27 16:08:54 2012 +0000
1.3 @@ -1,4 +1,5 @@
1.4 -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
1.5 +<?xml version="1.0" encoding="utf-8"?>
1.6 +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
1.7 <PropertyGroup>
1.8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1.9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1.10 @@ -17,31 +18,53 @@
1.11 </SccAuxPath>
1.12 <SccProvider>
1.13 </SccProvider>
1.14 + <SignAssembly>false</SignAssembly>
1.15 + <AssemblyOriginatorKeyFile>
1.16 + </AssemblyOriginatorKeyFile>
1.17 <FileUpgradeFlags>
1.18 </FileUpgradeFlags>
1.19 - <OldToolsVersion>2.0</OldToolsVersion>
1.20 + <OldToolsVersion>3.5</OldToolsVersion>
1.21 <UpgradeBackupLocation>
1.22 </UpgradeBackupLocation>
1.23 + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
1.24 + <PublishUrl>publish\</PublishUrl>
1.25 + <Install>true</Install>
1.26 + <InstallFrom>Disk</InstallFrom>
1.27 + <UpdateEnabled>false</UpdateEnabled>
1.28 + <UpdateMode>Foreground</UpdateMode>
1.29 + <UpdateInterval>7</UpdateInterval>
1.30 + <UpdateIntervalUnits>Days</UpdateIntervalUnits>
1.31 + <UpdatePeriodically>false</UpdatePeriodically>
1.32 + <UpdateRequired>false</UpdateRequired>
1.33 + <MapFileExtensions>true</MapFileExtensions>
1.34 + <ApplicationRevision>0</ApplicationRevision>
1.35 + <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
1.36 + <IsWebBootstrapper>false</IsWebBootstrapper>
1.37 + <UseApplicationTrust>false</UseApplicationTrust>
1.38 + <BootstrapperEnabled>true</BootstrapperEnabled>
1.39 </PropertyGroup>
1.40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1.41 <DebugSymbols>true</DebugSymbols>
1.42 <DebugType>full</DebugType>
1.43 <Optimize>false</Optimize>
1.44 - <OutputPath>bin\Debug\</OutputPath>
1.45 + <OutputPath>Bin\Debug\</OutputPath>
1.46 <DefineConstants>TRACE;DEBUG;PERF_TEST</DefineConstants>
1.47 <ErrorReport>prompt</ErrorReport>
1.48 <WarningLevel>4</WarningLevel>
1.49 - <CodeAnalysisRules>-Microsoft.Design#CA1020;-Microsoft.Design#CA1060;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Maintainability#CA1501;-Microsoft.Mobility#CA1601;-Microsoft.Performance#CA1805;-Microsoft.Performance#CA1815;-Microsoft.Performance#CA1819;-Microsoft.Usage#CA2208</CodeAnalysisRules>
1.50 + <CodeAnalysisRules>
1.51 + </CodeAnalysisRules>
1.52 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1.53 + <CodeAnalysisRuleSet>Migrated rules for Aga.Controls.ruleset</CodeAnalysisRuleSet>
1.54 </PropertyGroup>
1.55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1.56 <DebugType>pdbonly</DebugType>
1.57 <Optimize>true</Optimize>
1.58 - <OutputPath>bin\Release\</OutputPath>
1.59 + <OutputPath>Bin\Release\</OutputPath>
1.60 <DefineConstants>TRACE</DefineConstants>
1.61 <ErrorReport>prompt</ErrorReport>
1.62 <WarningLevel>4</WarningLevel>
1.63 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1.64 + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
1.65 </PropertyGroup>
1.66 <ItemGroup>
1.67 <Reference Include="System" />
1.68 @@ -210,6 +233,23 @@
1.69 <ItemGroup>
1.70 <Content Include="Resources\DVSplit.cur" />
1.71 </ItemGroup>
1.72 + <ItemGroup>
1.73 + <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
1.74 + <Visible>False</Visible>
1.75 + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
1.76 + <Install>false</Install>
1.77 + </BootstrapperPackage>
1.78 + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
1.79 + <Visible>False</Visible>
1.80 + <ProductName>.NET Framework 3.5 SP1</ProductName>
1.81 + <Install>true</Install>
1.82 + </BootstrapperPackage>
1.83 + <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
1.84 + <Visible>False</Visible>
1.85 + <ProductName>Windows Installer 3.1</ProductName>
1.86 + <Install>true</Install>
1.87 + </BootstrapperPackage>
1.88 + </ItemGroup>
1.89 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1.90 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
1.91 Other similar extension points exist, see Microsoft.Common.targets.