Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/28/09 14:31:45 (15 years ago)
Author:
gkronber
Message:

Additional commit to r2190. #712

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database/3.2/HeuristicLab.Modeling.Database-3.2.csproj

    r2188 r2191  
    3333    <WarningLevel>4</WarningLevel>
    3434  </PropertyGroup>
     35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     36    <DebugSymbols>true</DebugSymbols>
     37    <OutputPath>bin\x64\Debug\</OutputPath>
     38    <DefineConstants>DEBUG;TRACE</DefineConstants>
     39    <DebugType>full</DebugType>
     40    <PlatformTarget>x64</PlatformTarget>
     41    <ErrorReport>prompt</ErrorReport>
     42  </PropertyGroup>
     43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     44    <OutputPath>bin\x64\Release\</OutputPath>
     45    <DefineConstants>TRACE</DefineConstants>
     46    <Optimize>true</Optimize>
     47    <DebugType>pdbonly</DebugType>
     48    <PlatformTarget>x64</PlatformTarget>
     49    <ErrorReport>prompt</ErrorReport>
     50  </PropertyGroup>
     51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     52    <DebugSymbols>true</DebugSymbols>
     53    <OutputPath>bin\x86\Debug\</OutputPath>
     54    <DefineConstants>DEBUG;TRACE</DefineConstants>
     55    <DebugType>full</DebugType>
     56    <PlatformTarget>x86</PlatformTarget>
     57    <ErrorReport>prompt</ErrorReport>
     58  </PropertyGroup>
     59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     60    <OutputPath>bin\x86\Release\</OutputPath>
     61    <DefineConstants>TRACE</DefineConstants>
     62    <Optimize>true</Optimize>
     63    <DebugType>pdbonly</DebugType>
     64    <PlatformTarget>x86</PlatformTarget>
     65    <ErrorReport>prompt</ErrorReport>
     66  </PropertyGroup>
    3567  <ItemGroup>
    3668    <Reference Include="System" />
     
    4880  </ItemGroup>
    4981  <ItemGroup>
     82    <Compile Include="IInputVariableResult.cs" />
     83    <Compile Include="IAlgorithm.cs" />
     84    <Compile Include="IProblem.cs" />
     85    <Compile Include="IVariable.cs" />
     86    <Compile Include="IInputVariable.cs" />
    5087    <Compile Include="HeuristicLabModelingDatabasePlugin.cs" />
     88    <Compile Include="IModel.cs" />
     89    <Compile Include="IModelingDatabase.cs" />
     90    <Compile Include="IModelResult.cs" />
     91    <Compile Include="IResult.cs" />
    5192    <Compile Include="Properties\AssemblyInfo.cs" />
    5293  </ItemGroup>
     
    5697  </ItemGroup>
    5798  <ItemGroup>
    58     <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
     99    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    59100      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    60101      <Name>HeuristicLab.PluginInfrastructure</Name>
Note: See TracChangeset for help on using the changeset viewer.