Changeset 12707 for stable/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3/EPPlus-4.0.3.csproj
- Timestamp:
- 07/10/15 12:07:08 (9 years ago)
- Location:
- stable
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12074,12089-12090,12093,12095,12100-12101,12104,12178-12180
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.ExtLibs merged: 12074,12100-12101,12104,12178-12180
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3
-
Property
svn:ignore
set to
obj
bin
-
Property
svn:ignore
set to
-
stable/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3/EPPlus-4.0.3.csproj
r12074 r12707 49 49 <DebugType>full</DebugType> 50 50 <Optimize>false</Optimize> 51 <OutputPath> ..\..\..\..\bin\</OutputPath>51 <OutputPath>bin\Debug\</OutputPath> 52 52 <DefineConstants>DEBUG;TRACE</DefineConstants> 53 53 <ErrorReport>prompt</ErrorReport> … … 64 64 <DebugType>pdbonly</DebugType> 65 65 <Optimize>true</Optimize> 66 <OutputPath> ..\..\..\..\bin\</OutputPath>66 <OutputPath>bin\Release\</OutputPath> 67 67 <DefineConstants>TRACE</DefineConstants> 68 68 <ErrorReport>prompt</ErrorReport> … … 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> 93 </PropertyGroup> 94 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 95 <DebugSymbols>true</DebugSymbols> 96 <OutputPath>bin\x64\Debug\</OutputPath> 97 <DefineConstants>DEBUG;TRACE</DefineConstants> 98 <DebugType>full</DebugType> 99 <PlatformTarget>x64</PlatformTarget> 100 <ErrorReport>prompt</ErrorReport> 101 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 102 </PropertyGroup> 103 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 104 <OutputPath>bin\x64\Release\</OutputPath> 105 <DefineConstants>TRACE</DefineConstants> 106 <Optimize>true</Optimize> 107 <DebugType>pdbonly</DebugType> 108 <PlatformTarget>x64</PlatformTarget> 109 <ErrorReport>prompt</ErrorReport> 110 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 75 111 </PropertyGroup> 76 112 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.