Changeset 564 for trunk/sources/HeuristicLab.DistributedEngine
- Timestamp:
- 09/14/08 08:12:50 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DistributedEngine/HeuristicLab.DistributedEngine.csproj
r375 r564 31 31 <WarningLevel>4</WarningLevel> 32 32 <DocumentationFile>bin\Release\HeuristicLab.DistributedEngine.XML</DocumentationFile> 33 </PropertyGroup> 34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 35 <DebugSymbols>true</DebugSymbols> 36 <OutputPath>bin\x86\Debug\</OutputPath> 37 <DefineConstants>DEBUG;TRACE</DefineConstants> 38 <DebugType>full</DebugType> 39 <PlatformTarget>x86</PlatformTarget> 40 <ErrorReport>prompt</ErrorReport> 41 </PropertyGroup> 42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 43 <OutputPath>bin\x86\Release\</OutputPath> 44 <DefineConstants>TRACE</DefineConstants> 45 <DocumentationFile>bin\Release\HeuristicLab.DistributedEngine.XML</DocumentationFile> 46 <Optimize>true</Optimize> 47 <DebugType>pdbonly</DebugType> 48 <PlatformTarget>x86</PlatformTarget> 49 <ErrorReport>prompt</ErrorReport> 33 50 </PropertyGroup> 34 51 <ItemGroup> … … 95 112 --> 96 113 <PropertyGroup> 97 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>114 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 98 115 </PropertyGroup> 99 116 </Project>
Note: See TracChangeset
for help on using the changeset viewer.