Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/21/10 23:33:10 (14 years ago)
Author:
swagner
Message:

Migrated solution and projects to Visual Studio 2010 (#1093)

Location:
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj

    r4011 r4065  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <PropertyGroup>
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1515    <SignAssembly>true</SignAssembly>
    1616    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     17    <FileUpgradeFlags>
     18    </FileUpgradeFlags>
     19    <OldToolsVersion>3.5</OldToolsVersion>
     20    <UpgradeBackupLocation />
     21    <PublishUrl>publish\</PublishUrl>
     22    <Install>true</Install>
     23    <InstallFrom>Disk</InstallFrom>
     24    <UpdateEnabled>false</UpdateEnabled>
     25    <UpdateMode>Foreground</UpdateMode>
     26    <UpdateInterval>7</UpdateInterval>
     27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     28    <UpdatePeriodically>false</UpdatePeriodically>
     29    <UpdateRequired>false</UpdateRequired>
     30    <MapFileExtensions>true</MapFileExtensions>
     31    <ApplicationRevision>0</ApplicationRevision>
     32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     33    <IsWebBootstrapper>false</IsWebBootstrapper>
     34    <UseApplicationTrust>false</UseApplicationTrust>
     35    <BootstrapperEnabled>true</BootstrapperEnabled>
    1736  </PropertyGroup>
    1837  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2443    <ErrorReport>prompt</ErrorReport>
    2544    <WarningLevel>4</WarningLevel>
     45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2646  </PropertyGroup>
    2747  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3353    <WarningLevel>4</WarningLevel>
    3454    <DocumentationFile>bin\Release\HeuristicLab.MainForm.WindowsForms-3.3.xml</DocumentationFile>
     55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3556  </PropertyGroup>
    3657  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    4162    <PlatformTarget>x64</PlatformTarget>
    4263    <ErrorReport>prompt</ErrorReport>
     64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4365  </PropertyGroup>
    4466  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    5072    <ErrorReport>prompt</ErrorReport>
    5173    <DocumentationFile>bin\x64\Release\HeuristicLab.MainForm.WindowsForms-3.3.xml</DocumentationFile>
     74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5275  </PropertyGroup>
    5376  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    5881    <PlatformTarget>x86</PlatformTarget>
    5982    <ErrorReport>prompt</ErrorReport>
     83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6084  </PropertyGroup>
    6185  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    6791    <ErrorReport>prompt</ErrorReport>
    6892    <DocumentationFile>bin\x86\Release\HeuristicLab.MainForm.WindowsForms-3.3.xml</DocumentationFile>
     93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6994  </PropertyGroup>
    7095  <ItemGroup>
     
    190215      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    191216    </ProjectReference>
     217  </ItemGroup>
     218  <ItemGroup>
     219    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     220      <Visible>False</Visible>
     221      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     222      <Install>false</Install>
     223    </BootstrapperPackage>
     224    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     225      <Visible>False</Visible>
     226      <ProductName>.NET Framework 3.5 SP1</ProductName>
     227      <Install>true</Install>
     228    </BootstrapperPackage>
     229    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     230      <Visible>False</Visible>
     231      <ProductName>Windows Installer 3.1</ProductName>
     232      <Install>true</Install>
     233    </BootstrapperPackage>
    192234  </ItemGroup>
    193235  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj.user

    r3437 r4065  
    1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1<?xml version="1.0" encoding="utf-8"?>
     2<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    23  <PropertyGroup>
    34    <ProjectView>ShowAllFiles</ProjectView>
     5    <PublishUrlHistory />
     6    <InstallUrlHistory />
     7    <SupportUrlHistory />
     8    <UpdateUrlHistory />
     9    <BootstrapperUrlHistory />
     10    <ErrorReportUrlHistory />
     11    <FallbackCulture>en-US</FallbackCulture>
     12    <VerifyUploadedFiles>false</VerifyUploadedFiles>
    413  </PropertyGroup>
    514</Project>
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Tests/HeuristicLab.MainForm.WindowsForms-3.3.Tests.csproj

    r4011 r4065  
    1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1<?xml version="1.0" encoding="utf-8"?>
     2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    23  <PropertyGroup>
    34    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1011    <RootNamespace>HeuristicLab.MainForm.WindowsForms_3._3.Tests</RootNamespace>
    1112    <AssemblyName>HeuristicLab.MainForm.WindowsForms-3.3.Tests</AssemblyName>
    12     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1314    <FileAlignment>512</FileAlignment>
    1415    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     16    <FileUpgradeFlags>
     17    </FileUpgradeFlags>
     18    <OldToolsVersion>3.5</OldToolsVersion>
     19    <UpgradeBackupLocation />
     20    <PublishUrl>publish\</PublishUrl>
     21    <Install>true</Install>
     22    <InstallFrom>Disk</InstallFrom>
     23    <UpdateEnabled>false</UpdateEnabled>
     24    <UpdateMode>Foreground</UpdateMode>
     25    <UpdateInterval>7</UpdateInterval>
     26    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     27    <UpdatePeriodically>false</UpdatePeriodically>
     28    <UpdateRequired>false</UpdateRequired>
     29    <MapFileExtensions>true</MapFileExtensions>
     30    <ApplicationRevision>0</ApplicationRevision>
     31    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     32    <IsWebBootstrapper>false</IsWebBootstrapper>
     33    <UseApplicationTrust>false</UseApplicationTrust>
     34    <BootstrapperEnabled>true</BootstrapperEnabled>
    1535  </PropertyGroup>
    1636  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2242    <ErrorReport>prompt</ErrorReport>
    2343    <WarningLevel>4</WarningLevel>
     44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2445  </PropertyGroup>
    2546  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3051    <ErrorReport>prompt</ErrorReport>
    3152    <WarningLevel>4</WarningLevel>
     53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3254  </PropertyGroup>
    3355  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    3860    <PlatformTarget>x64</PlatformTarget>
    3961    <ErrorReport>prompt</ErrorReport>
     62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4063  </PropertyGroup>
    4164  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    4669    <PlatformTarget>x64</PlatformTarget>
    4770    <ErrorReport>prompt</ErrorReport>
     71    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4872  </PropertyGroup>
    4973  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    5478    <PlatformTarget>x86</PlatformTarget>
    5579    <ErrorReport>prompt</ErrorReport>
     80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5681  </PropertyGroup>
    5782  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    6287    <PlatformTarget>x86</PlatformTarget>
    6388    <ErrorReport>prompt</ErrorReport>
    64   </PropertyGroup>
    65   <ItemGroup>
    66     <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
     89    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     90  </PropertyGroup>
     91  <ItemGroup>
     92    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
    6793    <Reference Include="System" />
    6894    <Reference Include="System.Core">
     
    165191  <ItemGroup>
    166192    <Shadow Include="Test References\HeuristicLab.MainForm.WindowsForms-3.3.accessor" />
     193  </ItemGroup>
     194  <ItemGroup>
     195    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
     196      <Visible>False</Visible>
     197      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
     198      <Install>true</Install>
     199    </BootstrapperPackage>
     200    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     201      <Visible>False</Visible>
     202      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     203      <Install>false</Install>
     204    </BootstrapperPackage>
     205    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     206      <Visible>False</Visible>
     207      <ProductName>.NET Framework 3.5 SP1</ProductName>
     208      <Install>false</Install>
     209    </BootstrapperPackage>
     210    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     211      <Visible>False</Visible>
     212      <ProductName>Windows Installer 3.1</ProductName>
     213      <Install>true</Install>
     214    </BootstrapperPackage>
    167215  </ItemGroup>
    168216  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.