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/ProtocolBuffers/ProtocolBuffers.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>
     
    1515    <SignAssembly>true</SignAssembly>
    1616    <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.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' ">
     
    2544    <WarningLevel>4</WarningLevel>
    2645    <NoStdLib>true</NoStdLib>
     46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2747  </PropertyGroup>
    2848  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3454    <WarningLevel>4</WarningLevel>
    3555    <NoStdLib>true</NoStdLib>
     56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3657  </PropertyGroup>
    3758  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
     
    5273    <PlatformTarget>x86</PlatformTarget>
    5374    <ErrorReport>prompt</ErrorReport>
     75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5476  </PropertyGroup>
    5577  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    6183    <PlatformTarget>x86</PlatformTarget>
    6284    <ErrorReport>prompt</ErrorReport>
     85    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6386  </PropertyGroup>
    6487  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' ">
     
    79102    <PlatformTarget>x64</PlatformTarget>
    80103    <ErrorReport>prompt</ErrorReport>
     104    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    81105  </PropertyGroup>
    82106  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    88112    <PlatformTarget>x64</PlatformTarget>
    89113    <ErrorReport>prompt</ErrorReport>
     114    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    90115  </PropertyGroup>
    91116  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' ">
     
    182207    <None Include="Properties\Google.ProtocolBuffers.snk" />
    183208  </ItemGroup>
     209  <ItemGroup>
     210    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     211      <Visible>False</Visible>
     212      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     213      <Install>false</Install>
     214    </BootstrapperPackage>
     215    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     216      <Visible>False</Visible>
     217      <ProductName>.NET Framework 3.5 SP1</ProductName>
     218      <Install>true</Install>
     219    </BootstrapperPackage>
     220    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     221      <Visible>False</Visible>
     222      <ProductName>Windows Installer 3.1</ProductName>
     223      <Install>true</Install>
     224    </BootstrapperPackage>
     225  </ItemGroup>
    184226  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' != 'Silverlight2' " />
    185227  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Silverlight2' " />
Note: See TracChangeset for help on using the changeset viewer.