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/ProtoGen/ProtoGen.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    <SignAssembly>true</SignAssembly>
    1816    <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.ProtoGen.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>
    1936  </PropertyGroup>
    2037  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2643    <ErrorReport>prompt</ErrorReport>
    2744    <WarningLevel>4</WarningLevel>
     45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2846  </PropertyGroup>
    2947  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3452    <ErrorReport>prompt</ErrorReport>
    3553    <WarningLevel>4</WarningLevel>
     54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3655  </PropertyGroup>
    3756  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
     
    4261    <PlatformTarget>AnyCPU</PlatformTarget>
    4362    <ErrorReport>prompt</ErrorReport>
     63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4464  </PropertyGroup>
    4565  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    5070    <PlatformTarget>x86</PlatformTarget>
    5171    <ErrorReport>prompt</ErrorReport>
     72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5273  </PropertyGroup>
    5374  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5879    <PlatformTarget>x86</PlatformTarget>
    5980    <ErrorReport>prompt</ErrorReport>
     81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6082  </PropertyGroup>
    6183  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' ">
     
    6688    <PlatformTarget>x86</PlatformTarget>
    6789    <ErrorReport>prompt</ErrorReport>
     90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6891  </PropertyGroup>
    6992  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    7497    <PlatformTarget>x64</PlatformTarget>
    7598    <ErrorReport>prompt</ErrorReport>
     99    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    76100  </PropertyGroup>
    77101  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    82106    <PlatformTarget>x64</PlatformTarget>
    83107    <ErrorReport>prompt</ErrorReport>
     108    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    84109  </PropertyGroup>
    85110  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' ">
     
    90115    <PlatformTarget>x64</PlatformTarget>
    91116    <ErrorReport>prompt</ErrorReport>
     117    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    92118  </PropertyGroup>
    93119  <ItemGroup>
     
    132158    </ProjectReference>
    133159  </ItemGroup>
     160  <ItemGroup>
     161    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     162      <Visible>False</Visible>
     163      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     164      <Install>false</Install>
     165    </BootstrapperPackage>
     166    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     167      <Visible>False</Visible>
     168      <ProductName>.NET Framework 3.5 SP1</ProductName>
     169      <Install>true</Install>
     170    </BootstrapperPackage>
     171    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     172      <Visible>False</Visible>
     173      <ProductName>Windows Installer 3.1</ProductName>
     174      <Install>true</Install>
     175    </BootstrapperPackage>
     176  </ItemGroup>
    134177  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    135178  <!-- 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.