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.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj

    r3832 r4065  
    1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
     1<?xml version="1.0" encoding="utf-8"?>
     2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
    23  <PropertyGroup>
    34    <OutputType>Library</OutputType>
     
    1617    <SignAssembly>true</SignAssembly>
    1718    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     19    <FileUpgradeFlags>
     20    </FileUpgradeFlags>
     21    <OldToolsVersion>3.5</OldToolsVersion>
     22    <UpgradeBackupLocation />
     23    <PublishUrl>publish\</PublishUrl>
     24    <Install>true</Install>
     25    <InstallFrom>Disk</InstallFrom>
     26    <UpdateEnabled>false</UpdateEnabled>
     27    <UpdateMode>Foreground</UpdateMode>
     28    <UpdateInterval>7</UpdateInterval>
     29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     30    <UpdatePeriodically>false</UpdatePeriodically>
     31    <UpdateRequired>false</UpdateRequired>
     32    <MapFileExtensions>true</MapFileExtensions>
     33    <ApplicationRevision>0</ApplicationRevision>
     34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     35    <IsWebBootstrapper>false</IsWebBootstrapper>
     36    <UseApplicationTrust>false</UseApplicationTrust>
     37    <BootstrapperEnabled>true</BootstrapperEnabled>
    1838  </PropertyGroup>
    1939  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
     
    4868    <DebugType>Full</DebugType>
    4969    <PlatformTarget>x86</PlatformTarget>
     70    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5071  </PropertyGroup>
    5172  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5879    <DocumentationFile>bin\x86\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
    5980    <DebugSymbols>true</DebugSymbols>
     81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6082  </PropertyGroup>
    6183  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6789    <DebugType>Full</DebugType>
    6890    <PlatformTarget>x64</PlatformTarget>
     91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6992  </PropertyGroup>
    7093  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7699    <PlatformTarget>x64</PlatformTarget>
    77100    <DocumentationFile>bin\x64\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
     101    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    78102  </PropertyGroup>
    79103  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    80104    <DocumentationFile>bin\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>
     105    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     106  </PropertyGroup>
     107  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     108    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    81109  </PropertyGroup>
    82110  <ItemGroup>
     
    153181    </ProjectReference>
    154182  </ItemGroup>
     183  <ItemGroup>
     184    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     185      <Visible>False</Visible>
     186      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     187      <Install>false</Install>
     188    </BootstrapperPackage>
     189    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     190      <Visible>False</Visible>
     191      <ProductName>.NET Framework 3.5 SP1</ProductName>
     192      <Install>true</Install>
     193    </BootstrapperPackage>
     194    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     195      <Visible>False</Visible>
     196      <ProductName>Windows Installer 3.1</ProductName>
     197      <Install>true</Install>
     198    </BootstrapperPackage>
     199  </ItemGroup>
    155200  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
    156201  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.