Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/09/09 08:31:40 (15 years ago)
Author:
gkronber
Message:
  • Added configuration Release/x86 for projects Assignment.QAP, Hive.JobBase and IntVector
  • Removed write-protection from project file of HeuristicLab.Visualization.Test

#99999 (General Housekeeping)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.IntVector/HeuristicLab.IntVector.csproj

    r1057 r1291  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.21022</ProductVersion>
     6    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{85FA46C6-761E-4098-9EF7-060ECC386396}</ProjectGuid>
     
    3333    <WarningLevel>4</WarningLevel>
    3434    <DocumentationFile>bin\Release\HeuristicLab.IntVector-3.2.XML</DocumentationFile>
     35  </PropertyGroup>
     36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     37    <DebugSymbols>true</DebugSymbols>
     38    <OutputPath>bin\x86\Debug\</OutputPath>
     39    <DefineConstants>DEBUG;TRACE</DefineConstants>
     40    <DebugType>full</DebugType>
     41    <PlatformTarget>x86</PlatformTarget>
     42    <ErrorReport>prompt</ErrorReport>
     43  </PropertyGroup>
     44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     45    <OutputPath>bin\x86\Release\</OutputPath>
     46    <DefineConstants>TRACE</DefineConstants>
     47    <DocumentationFile>bin\Release\HeuristicLab.IntVector-3.2.XML</DocumentationFile>
     48    <Optimize>true</Optimize>
     49    <DebugType>pdbonly</DebugType>
     50    <PlatformTarget>x86</PlatformTarget>
     51    <ErrorReport>prompt</ErrorReport>
    3552  </PropertyGroup>
    3653  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.