Changeset 564 for trunk/sources/HeuristicLab.Evolutionary
- Timestamp:
- 09/14/08 08:12:50 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Evolutionary/HeuristicLab.Evolutionary.csproj
r108 r564 36 36 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 37 37 <DocumentationFile>bin\Release\HeuristicLab.Evolutionary.XML</DocumentationFile> 38 </PropertyGroup> 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>bin\x86\Debug\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <DebugType>full</DebugType> 44 <PlatformTarget>x86</PlatformTarget> 45 <ErrorReport>prompt</ErrorReport> 46 </PropertyGroup> 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 48 <OutputPath>bin\x86\Release\</OutputPath> 49 <DefineConstants>TRACE</DefineConstants> 50 <DocumentationFile>bin\Release\HeuristicLab.Evolutionary.XML</DocumentationFile> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x86</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 38 55 </PropertyGroup> 39 56 <ItemGroup> … … 83 100 --> 84 101 <PropertyGroup> 85 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>102 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 86 103 </PropertyGroup> 87 104 </Project>
Note: See TracChangeset
for help on using the changeset viewer.