Changeset 564 for trunk/sources/HeuristicLab.Operators
- Timestamp:
- 09/14/08 08:12:50 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/HeuristicLab.Operators.csproj
r311 r564 38 38 <DocumentationFile>bin\Release\HeuristicLab.Operators.XML</DocumentationFile> 39 39 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 40 </PropertyGroup> 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath>bin\x86\Debug\</OutputPath> 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 <DebugType>full</DebugType> 46 <PlatformTarget>x86</PlatformTarget> 47 <ErrorReport>prompt</ErrorReport> 48 </PropertyGroup> 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 50 <OutputPath>bin\x86\Release\</OutputPath> 51 <DefineConstants>TRACE</DefineConstants> 52 <DocumentationFile>bin\Release\HeuristicLab.Operators.XML</DocumentationFile> 53 <Optimize>true</Optimize> 54 <DebugType>pdbonly</DebugType> 55 <PlatformTarget>x86</PlatformTarget> 56 <ErrorReport>prompt</ErrorReport> 40 57 </PropertyGroup> 41 58 <ItemGroup> … … 140 157 --> 141 158 <PropertyGroup> 142 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>159 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 143 160 </PropertyGroup> 144 161 </Project>
Note: See TracChangeset
for help on using the changeset viewer.