Changeset 12104
- Timestamp:
- 03/03/15 10:54:59 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3/EPPlus-4.0.3.csproj
r12074 r12104 73 73 <PlatformTarget>AnyCPU</PlatformTarget> 74 74 <Prefer32Bit>false</Prefer32Bit> 75 </PropertyGroup> 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath>bin\x86\Debug\</OutputPath> 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 <DebugType>full</DebugType> 81 <PlatformTarget>x86</PlatformTarget> 82 <ErrorReport>prompt</ErrorReport> 83 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 84 </PropertyGroup> 85 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 86 <OutputPath>bin\x86\Release\</OutputPath> 87 <DefineConstants>TRACE</DefineConstants> 88 <Optimize>true</Optimize> 89 <DebugType>pdbonly</DebugType> 90 <PlatformTarget>x86</PlatformTarget> 91 <ErrorReport>prompt</ErrorReport> 92 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 75 93 </PropertyGroup> 76 94 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.