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/AddressBook/AddressBook.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>
    1715    <StartupObject>Google.ProtocolBuffers.Examples.AddressBook.Program</StartupObject>
     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>
    1835  </PropertyGroup>
    1936  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2542    <ErrorReport>prompt</ErrorReport>
    2643    <WarningLevel>4</WarningLevel>
     44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2745  </PropertyGroup>
    2846  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3351    <ErrorReport>prompt</ErrorReport>
    3452    <WarningLevel>4</WarningLevel>
     53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3554  </PropertyGroup>
    3655  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
     
    4160    <PlatformTarget>AnyCPU</PlatformTarget>
    4261    <ErrorReport>prompt</ErrorReport>
     62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4363  </PropertyGroup>
    4464  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4969    <PlatformTarget>x86</PlatformTarget>
    5070    <ErrorReport>prompt</ErrorReport>
     71    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5172  </PropertyGroup>
    5273  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5778    <PlatformTarget>x86</PlatformTarget>
    5879    <ErrorReport>prompt</ErrorReport>
     80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5981  </PropertyGroup>
    6082  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' ">
     
    6587    <PlatformTarget>x86</PlatformTarget>
    6688    <ErrorReport>prompt</ErrorReport>
     89    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6790  </PropertyGroup>
    6891  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    7396    <PlatformTarget>x64</PlatformTarget>
    7497    <ErrorReport>prompt</ErrorReport>
     98    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7599  </PropertyGroup>
    76100  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    81105    <PlatformTarget>x64</PlatformTarget>
    82106    <ErrorReport>prompt</ErrorReport>
     107    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    83108  </PropertyGroup>
    84109  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' ">
     
    89114    <PlatformTarget>x64</PlatformTarget>
    90115    <ErrorReport>prompt</ErrorReport>
     116    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    91117  </PropertyGroup>
    92118  <ItemGroup>
     
    109135    </ProjectReference>
    110136  </ItemGroup>
     137  <ItemGroup>
     138    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     139      <Visible>False</Visible>
     140      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     141      <Install>false</Install>
     142    </BootstrapperPackage>
     143    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     144      <Visible>False</Visible>
     145      <ProductName>.NET Framework 3.5 SP1</ProductName>
     146      <Install>true</Install>
     147    </BootstrapperPackage>
     148    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     149      <Visible>False</Visible>
     150      <ProductName>Windows Installer 3.1</ProductName>
     151      <Install>true</Install>
     152    </BootstrapperPackage>
     153  </ItemGroup>
    111154  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    112155  <!-- 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.