Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/11 23:24:25 (13 years ago)
Author:
mkommend
Message:

#1653: Extracted external libraries from trunk solution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Trunk/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj

    r6833 r6842  
    4040  </PropertyGroup>
    4141  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    42     <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
     42    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4343    <Optimize>False</Optimize>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
     
    4848  </PropertyGroup>
    4949  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    50     <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
     50    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5151    <Optimize>True</Optimize>
    5252    <DefineConstants>TRACE</DefineConstants>
     
    6464  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6565    <DebugSymbols>true</DebugSymbols>
    66     <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
     66    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6767    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6868    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
     
    7373  </PropertyGroup>
    7474  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    75     <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
     75    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7676    <DefineConstants>TRACE</DefineConstants>
    7777    <Optimize>true</Optimize>
     
    8686  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    8787    <DebugSymbols>true</DebugSymbols>
    88     <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
     88    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8989    <DefineConstants>DEBUG;TRACE</DefineConstants>
    9090    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
     
    9595  </PropertyGroup>
    9696  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    97     <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
     97    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    9898    <DefineConstants>TRACE</DefineConstants>
    9999    <Optimize>true</Optimize>
     
    176176      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    177177      <Name>HeuristicLab.Common.Resources-3.3</Name>
    178       <Private>False</Private>
    179     </ProjectReference>
    180     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj">
    181       <Project>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</Project>
    182       <Name>HeuristicLab.SharpDevelop-3.1.1.5327</Name>
    183178      <Private>False</Private>
    184179    </ProjectReference>
Note: See TracChangeset for help on using the changeset viewer.