Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/12 13:31:44 (12 years ago)
Author:
sforsten
Message:

#1784:

  • minor bug fixes in several views
Location:
branches/ProblemInstancesRegressionAndClassification
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemInstancesRegressionAndClassification

    • Property svn:ignore
      •  

        old new  
        33protoc.exe
        44ProtoGen.exe
         5bin
  • branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Views/3.4

    • Property svn:ignore set to
      bin
      HeuristicLab.Problems.Instances.Views-3.4.csproj.user
      obj
  • branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Views/3.4/HeuristicLab.Problems.Instances.Views-3.4.csproj

    r7664 r7665  
    33  <PropertyGroup>
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
     5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    66    <ProductVersion>8.0.30703</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    8     <ProjectGuid>{1BFDCC58-E228-46DE-A36E-8503194B434D}</ProjectGuid>
     8    <ProjectGuid>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
     
    1212    <AssemblyName>HeuristicLab.Problems.Instances.Views-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile>
    15     </TargetFrameworkProfile>
    1614    <FileAlignment>512</FileAlignment>
    1715  </PropertyGroup>
    18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    19     <PlatformTarget>x86</PlatformTarget>
     16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    2017    <DebugSymbols>true</DebugSymbols>
    2118    <DebugType>full</DebugType>
     
    2623    <WarningLevel>4</WarningLevel>
    2724  </PropertyGroup>
    28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    29     <PlatformTarget>x86</PlatformTarget>
     25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    3026    <DebugType>pdbonly</DebugType>
    3127    <Optimize>true</Optimize>
     
    4137    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    4238  </PropertyGroup>
    43   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
    44     <PlatformTarget>AnyCPU</PlatformTarget>
    45     <OutputPath>bin\Debug\</OutputPath>
    46   </PropertyGroup>
    47   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
    48     <PlatformTarget>AnyCPU</PlatformTarget>
    49     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    50   </PropertyGroup>
    51   <PropertyGroup>
    52     <StartupObject />
    53   </PropertyGroup>
    5439  <ItemGroup>
    5540    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    56     <Reference Include="HeuristicLab.Common.Resources-3.3">
    57       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    58     </Reference>
    59     <Reference Include="HeuristicLab.MainForm-3.3">
    60       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
    61     </Reference>
    62     <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    63       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    64     </Reference>
    65     <Reference Include="HeuristicLab.Optimization-3.3">
    66       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    67     </Reference>
    68     <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    69       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    70     </Reference>
     41    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     42    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     43    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     44    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    7145    <Reference Include="System" />
    7246    <Reference Include="System.Core" />
     47    <Reference Include="System.Drawing" />
     48    <Reference Include="System.Windows.Forms" />
    7349    <Reference Include="System.Xml.Linq" />
    7450    <Reference Include="System.Data.DataSetExtensions" />
    7551    <Reference Include="Microsoft.CSharp" />
    7652    <Reference Include="System.Data" />
    77     <Reference Include="System.Drawing" />
    78     <Reference Include="System.Windows.Forms" />
    7953    <Reference Include="System.Xml" />
    8054  </ItemGroup>
    8155  <ItemGroup>
     56    <Compile Include="Plugin.cs" />
    8257    <Compile Include="ProblemInstanceConsumerView.cs">
    8358      <SubType>UserControl</SubType>
     
    9368    </Compile>
    9469    <Compile Include="Properties\AssemblyInfo.cs" />
     70  </ItemGroup>
     71  <ItemGroup>
    9572    <None Include="HeuristicLab.snk" />
    9673    <None Include="Plugin.cs.frame" />
    97     <None Include="Properties\AssemblyInfo.cs.frame" />
    9874  </ItemGroup>
    9975  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.