Changeset 564 for trunk/sources/HeuristicLab.Permutation
- Timestamp:
- 09/14/08 08:12:50 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Permutation/HeuristicLab.Permutation.csproj
r84 r564 36 36 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 37 37 <DocumentationFile>bin\Release\HeuristicLab.Permutation.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.Permutation.XML</DocumentationFile> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x86</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 38 55 </PropertyGroup> 39 56 <ItemGroup> … … 117 134 --> 118 135 <PropertyGroup> 119 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>136 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 120 137 </PropertyGroup> 121 138 </Project>
Note: See TracChangeset
for help on using the changeset viewer.