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)

Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-0.9.1.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>HeuristicLab.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' ">
     
    2443    <ErrorReport>prompt</ErrorReport>
    2544    <WarningLevel>4</WarningLevel>
     45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2646  </PropertyGroup>
    2747  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3252    <ErrorReport>prompt</ErrorReport>
    3353    <WarningLevel>4</WarningLevel>
     54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3455  </PropertyGroup>
    3556  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4061    <PlatformTarget>x86</PlatformTarget>
    4162    <ErrorReport>prompt</ErrorReport>
     63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4264  </PropertyGroup>
    4365  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    4870    <PlatformTarget>x86</PlatformTarget>
    4971    <ErrorReport>prompt</ErrorReport>
     72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5073  </PropertyGroup>
    5174  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    5679    <PlatformTarget>x64</PlatformTarget>
    5780    <ErrorReport>prompt</ErrorReport>
     81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5882  </PropertyGroup>
    5983  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    6488    <PlatformTarget>x64</PlatformTarget>
    6589    <ErrorReport>prompt</ErrorReport>
     90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6691  </PropertyGroup>
    6792  <ItemGroup>
     
    92117    </Content>
    93118  </ItemGroup>
     119  <ItemGroup>
     120    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     121      <Visible>False</Visible>
     122      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     123      <Install>false</Install>
     124    </BootstrapperPackage>
     125    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     126      <Visible>False</Visible>
     127      <ProductName>.NET Framework 3.5 SP1</ProductName>
     128      <Install>true</Install>
     129    </BootstrapperPackage>
     130    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     131      <Visible>False</Visible>
     132      <ProductName>Windows Installer 3.1</ProductName>
     133      <Install>true</Install>
     134    </BootstrapperPackage>
     135  </ItemGroup>
    94136  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    95137  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • 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.
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/AddressBook/app.config

    r3857 r4065  
    1 <?xml version="1.0"?>
     1<?xml version="1.0"?>
    22<configuration>
    3 <startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
     3  <startup/></configuration>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoBench/ProtoBench.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>
     
    107133    <None Include="app.config" />
    108134  </ItemGroup>
     135  <ItemGroup>
     136    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     137      <Visible>False</Visible>
     138      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     139      <Install>false</Install>
     140    </BootstrapperPackage>
     141    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     142      <Visible>False</Visible>
     143      <ProductName>.NET Framework 3.5 SP1</ProductName>
     144      <Install>true</Install>
     145    </BootstrapperPackage>
     146    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     147      <Visible>False</Visible>
     148      <ProductName>Windows Installer 3.1</ProductName>
     149      <Install>true</Install>
     150    </BootstrapperPackage>
     151  </ItemGroup>
    109152  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    110153  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoBench/app.config

    r3857 r4065  
    1 <?xml version="1.0"?>
     1<?xml version="1.0"?>
    22<configuration>
    3 <startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
     3  <startup/></configuration>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoDump/ProtoDump.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.
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoDump/app.config

    r3857 r4065  
    1 <?xml version="1.0"?>
     1<?xml version="1.0"?>
    22<configuration>
    3 <startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
     3  <startup/></configuration>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen.Test/ProtoGen.Test.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.ProtoGen.Test.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' ">
     
    2443    <ErrorReport>prompt</ErrorReport>
    2544    <WarningLevel>4</WarningLevel>
     45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2646  </PropertyGroup>
    2747  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3252    <ErrorReport>prompt</ErrorReport>
    3353    <WarningLevel>4</WarningLevel>
     54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3455  </PropertyGroup>
    3556  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
     
    4061    <PlatformTarget>AnyCPU</PlatformTarget>
    4162    <ErrorReport>prompt</ErrorReport>
     63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4264  </PropertyGroup>
    4365  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4870    <PlatformTarget>x86</PlatformTarget>
    4971    <ErrorReport>prompt</ErrorReport>
     72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5073  </PropertyGroup>
    5174  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5679    <PlatformTarget>x86</PlatformTarget>
    5780    <ErrorReport>prompt</ErrorReport>
     81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5882  </PropertyGroup>
    5983  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' ">
     
    6488    <PlatformTarget>x86</PlatformTarget>
    6589    <ErrorReport>prompt</ErrorReport>
     90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6691  </PropertyGroup>
    6792  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    7297    <PlatformTarget>x64</PlatformTarget>
    7398    <ErrorReport>prompt</ErrorReport>
     99    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    74100  </PropertyGroup>
    75101  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    80106    <PlatformTarget>x64</PlatformTarget>
    81107    <ErrorReport>prompt</ErrorReport>
     108    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    82109  </PropertyGroup>
    83110  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' ">
     
    88115    <PlatformTarget>x64</PlatformTarget>
    89116    <ErrorReport>prompt</ErrorReport>
     117    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    90118  </PropertyGroup>
    91119  <ItemGroup>
     
    117145    <None Include="Properties\Google.ProtocolBuffers.ProtoGen.Test.snk" />
    118146  </ItemGroup>
     147  <ItemGroup>
     148    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     149      <Visible>False</Visible>
     150      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     151      <Install>false</Install>
     152    </BootstrapperPackage>
     153    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     154      <Visible>False</Visible>
     155      <ProductName>.NET Framework 3.5 SP1</ProductName>
     156      <Install>true</Install>
     157    </BootstrapperPackage>
     158    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     159      <Visible>False</Visible>
     160      <ProductName>Windows Installer 3.1</ProductName>
     161      <Install>true</Install>
     162    </BootstrapperPackage>
     163  </ItemGroup>
    119164  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    120165  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • 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.
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/app.config

    r3857 r4065  
    1 <?xml version="1.0"?>
     1<?xml version="1.0"?>
    22<configuration>
    3 <startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
     3  <startup/></configuration>
  • 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.
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoMunge/app.config

    r3857 r4065  
    1 <?xml version="1.0"?>
     1<?xml version="1.0"?>
    22<configuration>
    3 <startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
     3  <startup/></configuration>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers.Test/ProtocolBuffers.Test.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.Test.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' ">
     
    2443    <ErrorReport>prompt</ErrorReport>
    2544    <WarningLevel>4</WarningLevel>
     45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2646  </PropertyGroup>
    2747  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3252    <ErrorReport>prompt</ErrorReport>
    3353    <WarningLevel>4</WarningLevel>
     54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3455  </PropertyGroup>
    3556  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
     
    4061    <PlatformTarget>AnyCPU</PlatformTarget>
    4162    <ErrorReport>prompt</ErrorReport>
     63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4264  </PropertyGroup>
    4365  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4870    <PlatformTarget>x86</PlatformTarget>
    4971    <ErrorReport>prompt</ErrorReport>
     72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5073  </PropertyGroup>
    5174  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5679    <PlatformTarget>x86</PlatformTarget>
    5780    <ErrorReport>prompt</ErrorReport>
     81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5882  </PropertyGroup>
    5983  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' ">
     
    6488    <PlatformTarget>x86</PlatformTarget>
    6589    <ErrorReport>prompt</ErrorReport>
     90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6691  </PropertyGroup>
    6792  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    7297    <PlatformTarget>x64</PlatformTarget>
    7398    <ErrorReport>prompt</ErrorReport>
     99    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    74100  </PropertyGroup>
    75101  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    80106    <PlatformTarget>x64</PlatformTarget>
    81107    <ErrorReport>prompt</ErrorReport>
     108    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    82109  </PropertyGroup>
    83110  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' ">
     
    88115    <PlatformTarget>x64</PlatformTarget>
    89116    <ErrorReport>prompt</ErrorReport>
     117    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    90118  </PropertyGroup>
    91119  <ItemGroup>
     
    142170    <None Include="Properties\Google.ProtocolBuffers.Test.snk" />
    143171  </ItemGroup>
     172  <ItemGroup>
     173    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     174      <Visible>False</Visible>
     175      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     176      <Install>false</Install>
     177    </BootstrapperPackage>
     178    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     179      <Visible>False</Visible>
     180      <ProductName>.NET Framework 3.5 SP1</ProductName>
     181      <Install>true</Install>
     182    </BootstrapperPackage>
     183    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     184      <Visible>False</Visible>
     185      <ProductName>Windows Installer 3.1</ProductName>
     186      <Install>true</Install>
     187    </BootstrapperPackage>
     188  </ItemGroup>
    144189  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    145190  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • 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.