Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11624


Ignore:
Timestamp:
12/02/14 21:28:43 (9 years ago)
Author:
ascheibe
Message:

#1734 switched data importer projects to .NET 4.5

Location:
branches/HeuristicLab.DataImporter
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Csv/HeuristicLab.DataImporter.Backend.Csv.csproj

    r7632 r11624  
    1111    <RootNamespace>HeuristicLab.DataImporter.Backend.Csv</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DataImporter.Backend.Csv-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    4545    <WarningLevel>4</WarningLevel>
    4646    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     47    <Prefer32Bit>false</Prefer32Bit>
    4748  </PropertyGroup>
    4849  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5455    <WarningLevel>4</WarningLevel>
    5556    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     57    <Prefer32Bit>false</Prefer32Bit>
    5658  </PropertyGroup>
    5759  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6365    <ErrorReport>prompt</ErrorReport>
    6466    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     67    <Prefer32Bit>false</Prefer32Bit>
    6568  </PropertyGroup>
    6669  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7275    <ErrorReport>prompt</ErrorReport>
    7376    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     77    <Prefer32Bit>false</Prefer32Bit>
    7478  </PropertyGroup>
    7579  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    8185    <ErrorReport>prompt</ErrorReport>
    8286    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     87    <Prefer32Bit>false</Prefer32Bit>
    8388  </PropertyGroup>
    8489  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    9095    <ErrorReport>prompt</ErrorReport>
    9196    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     97    <Prefer32Bit>false</Prefer32Bit>
    9298  </PropertyGroup>
    9399  <ItemGroup>
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat.csproj

    r7632 r11624  
    1111    <RootNamespace>HeuristicLab.DataImporter.Backend.Hl2ImporterFormat</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DataImporter.Backend.Hl2ImporterFormat-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    4545    <WarningLevel>4</WarningLevel>
    4646    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     47    <Prefer32Bit>false</Prefer32Bit>
    4748  </PropertyGroup>
    4849  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5455    <WarningLevel>4</WarningLevel>
    5556    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     57    <Prefer32Bit>false</Prefer32Bit>
    5658  </PropertyGroup>
    5759  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6365    <ErrorReport>prompt</ErrorReport>
    6466    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     67    <Prefer32Bit>false</Prefer32Bit>
    6568  </PropertyGroup>
    6669  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7275    <ErrorReport>prompt</ErrorReport>
    7376    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     77    <Prefer32Bit>false</Prefer32Bit>
    7478  </PropertyGroup>
    7579  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    8185    <ErrorReport>prompt</ErrorReport>
    8286    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     87    <Prefer32Bit>false</Prefer32Bit>
    8388  </PropertyGroup>
    8489  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    9095    <ErrorReport>prompt</ErrorReport>
    9196    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     97    <Prefer32Bit>false</Prefer32Bit>
    9298  </PropertyGroup>
    9399  <ItemGroup>
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/HeuristicLab.DataImporter.Command.csproj

    r9752 r11624  
    1111    <RootNamespace>HeuristicLab.DataImporter.Command</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DataImporter.Command-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    4545    <WarningLevel>4</WarningLevel>
    4646    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     47    <Prefer32Bit>false</Prefer32Bit>
    4748  </PropertyGroup>
    4849  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5455    <WarningLevel>4</WarningLevel>
    5556    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     57    <Prefer32Bit>false</Prefer32Bit>
    5658  </PropertyGroup>
    5759  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6365    <ErrorReport>prompt</ErrorReport>
    6466    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     67    <Prefer32Bit>false</Prefer32Bit>
    6568  </PropertyGroup>
    6669  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7275    <ErrorReport>prompt</ErrorReport>
    7376    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     77    <Prefer32Bit>false</Prefer32Bit>
    7478  </PropertyGroup>
    7579  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    8185    <ErrorReport>prompt</ErrorReport>
    8286    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     87    <Prefer32Bit>false</Prefer32Bit>
    8388  </PropertyGroup>
    8489  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    9095    <ErrorReport>prompt</ErrorReport>
    9196    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     97    <Prefer32Bit>false</Prefer32Bit>
    9298  </PropertyGroup>
    9399  <ItemGroup>
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/HeuristicLab.DataImporter.Data.csproj

    r7632 r11624  
    1111    <RootNamespace>HeuristicLab.DataImporter.Data</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DataImporter.Data-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    4545    <WarningLevel>4</WarningLevel>
    4646    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     47    <Prefer32Bit>false</Prefer32Bit>
    4748  </PropertyGroup>
    4849  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5455    <WarningLevel>4</WarningLevel>
    5556    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     57    <Prefer32Bit>false</Prefer32Bit>
    5658  </PropertyGroup>
    5759  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6365    <ErrorReport>prompt</ErrorReport>
    6466    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     67    <Prefer32Bit>false</Prefer32Bit>
    6568  </PropertyGroup>
    6669  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7275    <ErrorReport>prompt</ErrorReport>
    7376    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     77    <Prefer32Bit>false</Prefer32Bit>
    7478  </PropertyGroup>
    7579  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8185    <ErrorReport>prompt</ErrorReport>
    8286    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     87    <Prefer32Bit>false</Prefer32Bit>
    8388  </PropertyGroup>
    8489  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    9095    <ErrorReport>prompt</ErrorReport>
    9196    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     97    <Prefer32Bit>false</Prefer32Bit>
    9298  </PropertyGroup>
    9399  <ItemGroup>
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/HeuristicLab.DataImporter.DataProcessor.csproj

    r9627 r11624  
    1111    <RootNamespace>HeuristicLab.DataImporter.DataProcessor</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DataImporter.DataProcessor-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    4747    <WarningLevel>4</WarningLevel>
    4848    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     49    <Prefer32Bit>false</Prefer32Bit>
    4950  </PropertyGroup>
    5051  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5657    <WarningLevel>4</WarningLevel>
    5758    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     59    <Prefer32Bit>false</Prefer32Bit>
    5860  </PropertyGroup>
    5961  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6567    <ErrorReport>prompt</ErrorReport>
    6668    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     69    <Prefer32Bit>false</Prefer32Bit>
    6770  </PropertyGroup>
    6871  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7477    <ErrorReport>prompt</ErrorReport>
    7578    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     79    <Prefer32Bit>false</Prefer32Bit>
    7680  </PropertyGroup>
    7781  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8387    <ErrorReport>prompt</ErrorReport>
    8488    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     89    <Prefer32Bit>false</Prefer32Bit>
    8590  </PropertyGroup>
    8691  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    9297    <ErrorReport>prompt</ErrorReport>
    9398    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     99    <Prefer32Bit>false</Prefer32Bit>
    94100  </PropertyGroup>
    95101  <ItemGroup>
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/Properties/Resources.Designer.cs

    r9627 r11624  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.18047
     4//     Runtime Version:4.0.30319.34014
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj

    r7632 r11624  
    1111    <RootNamespace>HeuristicLab.DataImporter.DbExplorer.Interfaces</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DataImporter.DbExplorer.Interfaces-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    4545    <WarningLevel>4</WarningLevel>
    4646    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     47    <Prefer32Bit>false</Prefer32Bit>
    4748  </PropertyGroup>
    4849  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5455    <WarningLevel>4</WarningLevel>
    5556    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     57    <Prefer32Bit>false</Prefer32Bit>
    5658  </PropertyGroup>
    5759  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6365    <ErrorReport>prompt</ErrorReport>
    6466    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     67    <Prefer32Bit>false</Prefer32Bit>
    6568  </PropertyGroup>
    6669  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7275    <ErrorReport>prompt</ErrorReport>
    7376    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     77    <Prefer32Bit>false</Prefer32Bit>
    7478  </PropertyGroup>
    7579  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8185    <ErrorReport>prompt</ErrorReport>
    8286    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     87    <Prefer32Bit>false</Prefer32Bit>
    8388  </PropertyGroup>
    8489  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    9095    <ErrorReport>prompt</ErrorReport>
    9196    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     97    <Prefer32Bit>false</Prefer32Bit>
    9298  </PropertyGroup>
    9399  <ItemGroup>
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer/HeuristicLab.DataImporter.DbExplorer.MsSqlServer.csproj

    r7632 r11624  
    1111    <RootNamespace>HeuristicLab.DataImporter.DbExplorer.MsSqlServer</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DataImporter.DbExplorer.MsSqlServer-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    4545    <WarningLevel>4</WarningLevel>
    4646    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     47    <Prefer32Bit>false</Prefer32Bit>
    4748  </PropertyGroup>
    4849  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5455    <WarningLevel>4</WarningLevel>
    5556    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     57    <Prefer32Bit>false</Prefer32Bit>
    5658  </PropertyGroup>
    5759  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6365    <ErrorReport>prompt</ErrorReport>
    6466    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     67    <Prefer32Bit>false</Prefer32Bit>
    6568  </PropertyGroup>
    6669  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7275    <ErrorReport>prompt</ErrorReport>
    7376    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     77    <Prefer32Bit>false</Prefer32Bit>
    7478  </PropertyGroup>
    7579  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8185    <ErrorReport>prompt</ErrorReport>
    8286    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     87    <Prefer32Bit>false</Prefer32Bit>
    8388  </PropertyGroup>
    8489  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    9095    <ErrorReport>prompt</ErrorReport>
    9196    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     97    <Prefer32Bit>false</Prefer32Bit>
    9298  </PropertyGroup>
    9399  <ItemGroup>
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle/HeuristicLab.DataImporter.DbExplorer.Oracle.csproj

    r7632 r11624  
    1111    <RootNamespace>HeuristicLab.DataImporter.DbExplorer.Oracle</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DataImporter.DbExplorer.Oracle-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    4545    <WarningLevel>4</WarningLevel>
    4646    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     47    <Prefer32Bit>false</Prefer32Bit>
    4748  </PropertyGroup>
    4849  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5455    <WarningLevel>4</WarningLevel>
    5556    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     57    <Prefer32Bit>false</Prefer32Bit>
    5658  </PropertyGroup>
    5759  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6365    <ErrorReport>prompt</ErrorReport>
    6466    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     67    <Prefer32Bit>false</Prefer32Bit>
    6568  </PropertyGroup>
    6669  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7275    <ErrorReport>prompt</ErrorReport>
    7376    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     77    <Prefer32Bit>false</Prefer32Bit>
    7478  </PropertyGroup>
    7579  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    8185    <ErrorReport>prompt</ErrorReport>
    8286    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     87    <Prefer32Bit>false</Prefer32Bit>
    8388  </PropertyGroup>
    8489  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    9095    <ErrorReport>prompt</ErrorReport>
    9196    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     97    <Prefer32Bit>false</Prefer32Bit>
    9298  </PropertyGroup>
    9399  <ItemGroup>
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter/HeuristicLab.DataImporter.csproj

    r7632 r11624  
    1111    <RootNamespace>HeuristicLab.DataImporter</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DataImporter-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <FileUpgradeFlags>
     
    4343    <WarningLevel>4</WarningLevel>
    4444    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     45    <Prefer32Bit>false</Prefer32Bit>
    4546  </PropertyGroup>
    4647  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5253    <WarningLevel>4</WarningLevel>
    5354    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     55    <Prefer32Bit>false</Prefer32Bit>
    5456  </PropertyGroup>
    5557  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6163    <ErrorReport>prompt</ErrorReport>
    6264    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     65    <Prefer32Bit>false</Prefer32Bit>
    6366  </PropertyGroup>
    6467  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7073    <ErrorReport>prompt</ErrorReport>
    7174    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     75    <Prefer32Bit>false</Prefer32Bit>
    7276  </PropertyGroup>
    7377  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    7983    <ErrorReport>prompt</ErrorReport>
    8084    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     85    <Prefer32Bit>false</Prefer32Bit>
    8186  </PropertyGroup>
    8287  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    8893    <ErrorReport>prompt</ErrorReport>
    8994    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     95    <Prefer32Bit>false</Prefer32Bit>
    9096  </PropertyGroup>
    9197  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.