Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/20/10 16:16:02 (15 years ago)
Author:
epitzer
Message:

New ProgrammableOperator with syntax highlighting, code completion, configurable assemblies and namespaces (#842)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLab.CodeEditor-3.2.csproj

    r2659 r2660  
    5656    <DebugType>None</DebugType>
    5757    <PlatformTarget>x86</PlatformTarget>
     58  </PropertyGroup>
     59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     60    <DebugSymbols>true</DebugSymbols>
     61    <OutputPath>bin\x64\Debug\</OutputPath>
     62    <DefineConstants>DEBUG;TRACE</DefineConstants>
     63    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
     64    <FileAlignment>4096</FileAlignment>
     65    <DebugType>Full</DebugType>
     66    <PlatformTarget>x64</PlatformTarget>
     67  </PropertyGroup>
     68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     69    <OutputPath>bin\x64\Release\</OutputPath>
     70    <DefineConstants>TRACE</DefineConstants>
     71    <Optimize>true</Optimize>
     72    <FileAlignment>4096</FileAlignment>
     73    <DebugType>None</DebugType>
     74    <PlatformTarget>x64</PlatformTarget>
    5875  </PropertyGroup>
    5976  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.