Changeset 564 for trunk/sources/HeuristicLab.Operators.Programmable
- Timestamp:
- 09/14/08 08:12:50 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Programmable/HeuristicLab.Operators.Programmable.csproj
r51 r564 35 35 <WarningLevel>4</WarningLevel> 36 36 <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable.XML</DocumentationFile> 37 </PropertyGroup> 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 39 <DebugSymbols>true</DebugSymbols> 40 <OutputPath>bin\x86\Debug\</OutputPath> 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 <DebugType>full</DebugType> 43 <PlatformTarget>x86</PlatformTarget> 44 <ErrorReport>prompt</ErrorReport> 45 </PropertyGroup> 46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 47 <OutputPath>bin\x86\Release\</OutputPath> 48 <DefineConstants>TRACE</DefineConstants> 49 <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable.XML</DocumentationFile> 50 <Optimize>true</Optimize> 51 <DebugType>pdbonly</DebugType> 52 <PlatformTarget>x86</PlatformTarget> 53 <ErrorReport>prompt</ErrorReport> 37 54 </PropertyGroup> 38 55 <ItemGroup> … … 91 108 --> 92 109 <PropertyGroup> 93 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>110 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 94 111 </PropertyGroup> 95 112 </Project>
Note: See TracChangeset
for help on using the changeset viewer.