Changeset 564 for trunk/sources/HeuristicLab.Functions
- Timestamp:
- 09/14/08 08:12:50 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Functions/HeuristicLab.Functions.csproj
r524 r564 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion>9.0. 30729</ProductVersion>5 <ProductVersion>9.0.21022</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 7 <ProjectGuid>{B95CA6E2-34BC-4430-994D-BD6E99375319}</ProjectGuid> … … 36 36 <WarningLevel>4</WarningLevel> 37 37 <DocumentationFile>bin\Release\HeuristicLab.Functions.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.Functions.XML</DocumentationFile> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x86</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 55 </PropertyGroup> 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release x64|x86' "> 57 <OutputPath>bin\x86\Release x64\</OutputPath> 58 <PlatformTarget>x86</PlatformTarget> 38 59 </PropertyGroup> 39 60 <ItemGroup> … … 150 171 --> 151 172 <PropertyGroup> 152 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>173 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 153 174 </PropertyGroup> 154 175 </Project>
Note: See TracChangeset
for help on using the changeset viewer.