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.Netron/3.0.2672.12446
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446.csproj

    r3832 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>
     
    115140    <None Include="HeuristicLab.snk" />
    116141  </ItemGroup>
     142  <ItemGroup>
     143    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     144      <Visible>False</Visible>
     145      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     146      <Install>false</Install>
     147    </BootstrapperPackage>
     148    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     149      <Visible>False</Visible>
     150      <ProductName>.NET Framework 3.5 SP1</ProductName>
     151      <Install>true</Install>
     152    </BootstrapperPackage>
     153    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     154      <Visible>False</Visible>
     155      <ProductName>Windows Installer 3.1</ProductName>
     156      <Install>true</Install>
     157    </BootstrapperPackage>
     158  </ItemGroup>
    117159  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    118160  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446.csproj

    r3038 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    <ProjectType>Local</ProjectType>
     
    2627    </UpgradeBackupLocation>
    2728    <SignAssembly>true</SignAssembly>
    28     <OldToolsVersion>2.0</OldToolsVersion>
     29    <OldToolsVersion>3.5</OldToolsVersion>
    2930    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     31    <PublishUrl>publish\</PublishUrl>
     32    <Install>true</Install>
     33    <InstallFrom>Disk</InstallFrom>
     34    <UpdateEnabled>false</UpdateEnabled>
     35    <UpdateMode>Foreground</UpdateMode>
     36    <UpdateInterval>7</UpdateInterval>
     37    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     38    <UpdatePeriodically>false</UpdatePeriodically>
     39    <UpdateRequired>false</UpdateRequired>
     40    <MapFileExtensions>true</MapFileExtensions>
     41    <ApplicationRevision>0</ApplicationRevision>
     42    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     43    <IsWebBootstrapper>false</IsWebBootstrapper>
     44    <UseApplicationTrust>false</UseApplicationTrust>
     45    <BootstrapperEnabled>true</BootstrapperEnabled>
    3046  </PropertyGroup>
    3147  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    5369    <GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
    5470    <RunCodeAnalysis>false</RunCodeAnalysis>
    55     <CodeAnalysisRules>-Microsoft.Design#CA1040;-Microsoft.Design#CA1020;-Microsoft.Design#CA1045;-Microsoft.Design#CA1033;-Microsoft.Design#CA1030;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Mobility#CA1600;-Microsoft.Mobility#CA1601;-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1811;-Microsoft.Performance#CA1807;-Microsoft.Performance#CA1822;-Microsoft.Portability#CA1901;-Microsoft.Portability#CA1900;-Microsoft.Security#CA2116;-Microsoft.Security#CA2117;-Microsoft.Security#CA2105;-Microsoft.Security#CA2104;-Microsoft.Security#CA2114;-Microsoft.Security#CA2123;-Microsoft.Security#CA2108;-Microsoft.Security#CA2107;-Microsoft.Security#CA2103;-Microsoft.Security#CA2109;-Microsoft.Security#CA2106;-Microsoft.Security#CA2112;-Microsoft.Security#CA2110;-Microsoft.Security#CA2120;-Microsoft.Usage#CA2214;-Microsoft.Usage#CA2208</CodeAnalysisRules>
     71    <CodeAnalysisRules>
     72    </CodeAnalysisRules>
     73    <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446.ruleset</CodeAnalysisRuleSet>
    5674  </PropertyGroup>
    5775  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    7795    <DebugType>none</DebugType>
    7896    <ErrorReport>prompt</ErrorReport>
    79     <CodeAnalysisRules>-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1807</CodeAnalysisRules>
     97    <CodeAnalysisRules>
     98    </CodeAnalysisRules>
     99    <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446 (2).ruleset</CodeAnalysisRuleSet>
    80100  </PropertyGroup>
    81101  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    90110    <DebugType>full</DebugType>
    91111    <PlatformTarget>x86</PlatformTarget>
    92     <CodeAnalysisRules>-Microsoft.Design#CA1040;-Microsoft.Design#CA1020;-Microsoft.Design#CA1045;-Microsoft.Design#CA1033;-Microsoft.Design#CA1030;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Mobility#CA1600;-Microsoft.Mobility#CA1601;-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1811;-Microsoft.Performance#CA1807;-Microsoft.Performance#CA1822;-Microsoft.Portability#CA1901;-Microsoft.Portability#CA1900;-Microsoft.Security#CA2116;-Microsoft.Security#CA2117;-Microsoft.Security#CA2105;-Microsoft.Security#CA2104;-Microsoft.Security#CA2114;-Microsoft.Security#CA2123;-Microsoft.Security#CA2108;-Microsoft.Security#CA2107;-Microsoft.Security#CA2103;-Microsoft.Security#CA2109;-Microsoft.Security#CA2106;-Microsoft.Security#CA2112;-Microsoft.Security#CA2110;-Microsoft.Security#CA2120;-Microsoft.Usage#CA2214;-Microsoft.Usage#CA2208</CodeAnalysisRules>
     112    <CodeAnalysisRules>
     113    </CodeAnalysisRules>
    93114    <GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
    94115    <ErrorReport>prompt</ErrorReport>
     116    <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446.ruleset</CodeAnalysisRuleSet>
    95117  </PropertyGroup>
    96118  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    101123    <FileAlignment>4096</FileAlignment>
    102124    <PlatformTarget>x86</PlatformTarget>
    103     <CodeAnalysisRules>-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1807</CodeAnalysisRules>
     125    <CodeAnalysisRules>
     126    </CodeAnalysisRules>
    104127    <ErrorReport>prompt</ErrorReport>
     128    <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446 (2).ruleset</CodeAnalysisRuleSet>
    105129  </PropertyGroup>
    106130  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    113137    <DebugType>full</DebugType>
    114138    <PlatformTarget>x64</PlatformTarget>
    115     <CodeAnalysisRules>-Microsoft.Design#CA1040;-Microsoft.Design#CA1020;-Microsoft.Design#CA1045;-Microsoft.Design#CA1033;-Microsoft.Design#CA1030;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Mobility#CA1600;-Microsoft.Mobility#CA1601;-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1811;-Microsoft.Performance#CA1807;-Microsoft.Performance#CA1822;-Microsoft.Portability#CA1901;-Microsoft.Portability#CA1900;-Microsoft.Security#CA2116;-Microsoft.Security#CA2117;-Microsoft.Security#CA2105;-Microsoft.Security#CA2104;-Microsoft.Security#CA2114;-Microsoft.Security#CA2123;-Microsoft.Security#CA2108;-Microsoft.Security#CA2107;-Microsoft.Security#CA2103;-Microsoft.Security#CA2109;-Microsoft.Security#CA2106;-Microsoft.Security#CA2112;-Microsoft.Security#CA2110;-Microsoft.Security#CA2120;-Microsoft.Usage#CA2214;-Microsoft.Usage#CA2208</CodeAnalysisRules>
     139    <CodeAnalysisRules>
     140    </CodeAnalysisRules>
    116141    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
    117142    <ErrorReport>prompt</ErrorReport>
     143    <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446.ruleset</CodeAnalysisRuleSet>
    118144  </PropertyGroup>
    119145  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    124150    <FileAlignment>4096</FileAlignment>
    125151    <PlatformTarget>x64</PlatformTarget>
    126     <CodeAnalysisRules>-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1807</CodeAnalysisRules>
     152    <CodeAnalysisRules>
     153    </CodeAnalysisRules>
    127154    <ErrorReport>prompt</ErrorReport>
     155    <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446 (2).ruleset</CodeAnalysisRuleSet>
    128156  </PropertyGroup>
    129157  <ItemGroup>
     
    536564    <None Include="ForUnitTestingPurposesOnly.snk" />
    537565    <None Include="HeuristicLab.snk" />
     566    <None Include="Migrated rules for Netron.Diagramming.Core-3.0.2672.12446 %282%29.ruleset" />
     567    <None Include="Migrated rules for Netron.Diagramming.Core-3.0.2672.12446.ruleset" />
    538568    <None Include="Properties\Settings.settings">
    539569      <Generator>SettingsSingleFileGenerator</Generator>
     
    544574    <Folder Include="PropertySystem\Style\" />
    545575  </ItemGroup>
     576  <ItemGroup>
     577    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     578      <Visible>False</Visible>
     579      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     580      <Install>false</Install>
     581    </BootstrapperPackage>
     582    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     583      <Visible>False</Visible>
     584      <ProductName>.NET Framework 3.5 SP1</ProductName>
     585      <Install>true</Install>
     586    </BootstrapperPackage>
     587    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     588      <Visible>False</Visible>
     589      <ProductName>Windows Installer 3.1</ProductName>
     590      <Install>true</Install>
     591    </BootstrapperPackage>
     592  </ItemGroup>
    546593  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    547594  <PropertyGroup>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Properties/Settings.Designer.cs

    r2768 r4065  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.3053
     4//     Runtime Version:4.0.30319.1
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    1313   
    1414    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
     15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
    1616    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1717       
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Resources/Resource1.Designer.cs

    r2768 r4065  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.3053
     4//     Runtime Version:4.0.30319.1
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    2020    // To add or remove a member, edit your .ResX file then rerun ResGen
    2121    // with the /str option, or rebuild your VS project.
    22     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
     22    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    2323    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    2424    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
Note: See TracChangeset for help on using the changeset viewer.