Changeset 1739 for trunk/sources/HeuristicLab.FixedOperators
- Timestamp:
- 05/05/09 18:32:44 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.FixedOperators/3.2/HeuristicLab.FixedOperators-3.2.csproj
r1693 r1739 50 50 <WarningLevel>4</WarningLevel> 51 51 </PropertyGroup> 52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 53 <DebugSymbols>true</DebugSymbols> 54 <OutputPath>bin\x86\Debug\</OutputPath> 55 <DefineConstants>DEBUG;TRACE</DefineConstants> 56 <DebugType>full</DebugType> 57 <PlatformTarget>x86</PlatformTarget> 58 <ErrorReport>prompt</ErrorReport> 59 </PropertyGroup> 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 61 <OutputPath>bin\x86\Release\</OutputPath> 62 <DefineConstants>TRACE</DefineConstants> 63 <Optimize>true</Optimize> 64 <DebugType>pdbonly</DebugType> 65 <PlatformTarget>x86</PlatformTarget> 66 <ErrorReport>prompt</ErrorReport> 67 </PropertyGroup> 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 69 <DebugSymbols>true</DebugSymbols> 70 <OutputPath>bin\x64\Debug\</OutputPath> 71 <DefineConstants>DEBUG;TRACE</DefineConstants> 72 <DebugType>full</DebugType> 73 <PlatformTarget>x64</PlatformTarget> 74 <ErrorReport>prompt</ErrorReport> 75 </PropertyGroup> 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 77 <OutputPath>bin\x64\Release\</OutputPath> 78 <DefineConstants>TRACE</DefineConstants> 79 <Optimize>true</Optimize> 80 <DebugType>pdbonly</DebugType> 81 <PlatformTarget>x64</PlatformTarget> 82 <ErrorReport>prompt</ErrorReport> 83 </PropertyGroup> 52 84 <ItemGroup> 53 85 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.