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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoMunge/ProtoMunge.csproj

    r3857 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>
     
    1313    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    15     <TargetFrameworkSubset>
    16     </TargetFrameworkSubset>
     15    <FileUpgradeFlags>
     16    </FileUpgradeFlags>
     17    <OldToolsVersion>3.5</OldToolsVersion>
     18    <UpgradeBackupLocation />
     19    <PublishUrl>publish\</PublishUrl>
     20    <Install>true</Install>
     21    <InstallFrom>Disk</InstallFrom>
     22    <UpdateEnabled>false</UpdateEnabled>
     23    <UpdateMode>Foreground</UpdateMode>
     24    <UpdateInterval>7</UpdateInterval>
     25    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     26    <UpdatePeriodically>false</UpdatePeriodically>
     27    <UpdateRequired>false</UpdateRequired>
     28    <MapFileExtensions>true</MapFileExtensions>
     29    <ApplicationRevision>0</ApplicationRevision>
     30    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     31    <IsWebBootstrapper>false</IsWebBootstrapper>
     32    <UseApplicationTrust>false</UseApplicationTrust>
     33    <BootstrapperEnabled>true</BootstrapperEnabled>
    1734  </PropertyGroup>
    1835  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2441    <ErrorReport>prompt</ErrorReport>
    2542    <WarningLevel>4</WarningLevel>
     43    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2644  </PropertyGroup>
    2745  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3250    <ErrorReport>prompt</ErrorReport>
    3351    <WarningLevel>4</WarningLevel>
     52    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3453  </PropertyGroup>
    3554  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
     
    4059    <PlatformTarget>AnyCPU</PlatformTarget>
    4160    <ErrorReport>prompt</ErrorReport>
     61    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4262  </PropertyGroup>
    4363  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4868    <PlatformTarget>x86</PlatformTarget>
    4969    <ErrorReport>prompt</ErrorReport>
     70    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5071  </PropertyGroup>
    5172  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5677    <PlatformTarget>x86</PlatformTarget>
    5778    <ErrorReport>prompt</ErrorReport>
     79    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5880  </PropertyGroup>
    5981  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' ">
     
    6486    <PlatformTarget>x86</PlatformTarget>
    6587    <ErrorReport>prompt</ErrorReport>
     88    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6689  </PropertyGroup>
    6790  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    7295    <PlatformTarget>x64</PlatformTarget>
    7396    <ErrorReport>prompt</ErrorReport>
     97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7498  </PropertyGroup>
    7599  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    80104    <PlatformTarget>x64</PlatformTarget>
    81105    <ErrorReport>prompt</ErrorReport>
     106    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    82107  </PropertyGroup>
    83108  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' ">
     
    88113    <PlatformTarget>x64</PlatformTarget>
    89114    <ErrorReport>prompt</ErrorReport>
     115    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    90116  </PropertyGroup>
    91117  <ItemGroup>
     
    105131    <None Include="app.config" />
    106132  </ItemGroup>
     133  <ItemGroup>
     134    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     135      <Visible>False</Visible>
     136      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     137      <Install>false</Install>
     138    </BootstrapperPackage>
     139    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     140      <Visible>False</Visible>
     141      <ProductName>.NET Framework 3.5 SP1</ProductName>
     142      <Install>true</Install>
     143    </BootstrapperPackage>
     144    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     145      <Visible>False</Visible>
     146      <ProductName>Windows Installer 3.1</ProductName>
     147      <Install>true</Install>
     148    </BootstrapperPackage>
     149  </ItemGroup>
    107150  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    108151  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.