Changeset 564 for trunk/sources/HeuristicLab.Charting
- Timestamp:
- 09/14/08 08:12:50 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Charting/HeuristicLab.Charting.csproj
r30 r564 37 37 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 38 38 <DocumentationFile>bin\Release\HeuristicLab.Charting.XML</DocumentationFile> 39 </PropertyGroup> 40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 41 <DebugSymbols>true</DebugSymbols> 42 <OutputPath>bin\x86\Debug\</OutputPath> 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 <DebugType>full</DebugType> 45 <PlatformTarget>x86</PlatformTarget> 46 <ErrorReport>prompt</ErrorReport> 47 </PropertyGroup> 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 49 <OutputPath>bin\x86\Release\</OutputPath> 50 <DefineConstants>TRACE</DefineConstants> 51 <DocumentationFile>bin\Release\HeuristicLab.Charting.XML</DocumentationFile> 52 <Optimize>true</Optimize> 53 <DebugType>pdbonly</DebugType> 54 <PlatformTarget>x86</PlatformTarget> 55 <ErrorReport>prompt</ErrorReport> 39 56 </PropertyGroup> 40 57 <ItemGroup> … … 113 130 --> 114 131 <PropertyGroup> 115 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>132 <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent> 116 133 </PropertyGroup> 117 134 </Project>
Note: See TracChangeset
for help on using the changeset viewer.