Changeset 9587 for trunk/sources/HeuristicLab.ExtLibs
- Timestamp:
- 06/05/13 14:18:57 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs
-
Property
svn:mergeinfo
set to
/branches/ExportSymbolicDataAnalysisSolutions/HeuristicLab.ExtLibs merged eligible
-
Property
svn:mergeinfo
set to
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/3.1.3/EPPlus-3.1.3/EPPlus-3.1.3.csproj
r9580 r9587 52 52 <ErrorReport>prompt</ErrorReport> 53 53 <WarningLevel>4</WarningLevel> 54 <DocumentationFile>bin\Debug\EPPlus.XML</DocumentationFile> 54 <DocumentationFile> 55 </DocumentationFile> 55 56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 56 57 </PropertyGroup> … … 62 63 <ErrorReport>prompt</ErrorReport> 63 64 <WarningLevel>4</WarningLevel> 64 <DocumentationFile>bin\Release\EPPlus.XML</DocumentationFile> 65 <DocumentationFile> 66 </DocumentationFile> 65 67 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 68 <PlatformTarget>AnyCPU</PlatformTarget> 69 </PropertyGroup> 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 71 <DebugSymbols>true</DebugSymbols> 72 <OutputPath>..\..\..\..\bin\</OutputPath> 73 <DefineConstants>DEBUG;TRACE</DefineConstants> 74 <DocumentationFile> 75 </DocumentationFile> 76 <DebugType>full</DebugType> 77 <PlatformTarget>x64</PlatformTarget> 78 <ErrorReport>prompt</ErrorReport> 79 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 80 </PropertyGroup> 81 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 82 <OutputPath>..\..\..\..\bin\</OutputPath> 83 <DefineConstants>TRACE</DefineConstants> 84 <DocumentationFile> 85 </DocumentationFile> 86 <Optimize>true</Optimize> 87 <DebugType>pdbonly</DebugType> 88 <PlatformTarget>x64</PlatformTarget> 89 <ErrorReport>prompt</ErrorReport> 90 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 91 </PropertyGroup> 92 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 93 <DebugSymbols>true</DebugSymbols> 94 <OutputPath>..\..\..\..\bin\</OutputPath> 95 <DefineConstants>DEBUG;TRACE</DefineConstants> 96 <DocumentationFile> 97 </DocumentationFile> 98 <DebugType>full</DebugType> 99 <PlatformTarget>x86</PlatformTarget> 100 <ErrorReport>prompt</ErrorReport> 101 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 102 </PropertyGroup> 103 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 104 <OutputPath>..\..\..\..\bin\</OutputPath> 105 <DefineConstants>TRACE</DefineConstants> 106 <DocumentationFile> 107 </DocumentationFile> 108 <Optimize>true</Optimize> 109 <DebugType>pdbonly</DebugType> 110 <PlatformTarget>x86</PlatformTarget> 111 <ErrorReport>prompt</ErrorReport> 112 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 67 113 </PropertyGroup> 68 114 <ItemGroup> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/3.1.3/HeuristicLab.EPPlus-3.1.3
- Property svn:ignore
-
old new 1 1 Plugin.cs 2 bin 3 obj
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/3.1.3/HeuristicLab.EPPlus-3.1.3/HeuristicLab.EPPlus-3.1.3.csproj
r9580 r9587 36 36 <PropertyGroup> 37 37 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 38 </PropertyGroup> 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>..\..\..\..\bin\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <DebugType>full</DebugType> 44 <PlatformTarget>x64</PlatformTarget> 45 <ErrorReport>prompt</ErrorReport> 46 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 47 </PropertyGroup> 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 49 <OutputPath>..\..\..\..\bin\</OutputPath> 50 <DefineConstants>TRACE</DefineConstants> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x64</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 55 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 56 </PropertyGroup> 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath>..\..\..\..\bin\</OutputPath> 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 <DebugType>full</DebugType> 62 <PlatformTarget>x86</PlatformTarget> 63 <ErrorReport>prompt</ErrorReport> 64 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 65 </PropertyGroup> 66 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 67 <OutputPath>..\..\..\..\bin\</OutputPath> 68 <DefineConstants>TRACE</DefineConstants> 69 <Optimize>true</Optimize> 70 <DebugType>pdbonly</DebugType> 71 <PlatformTarget>x86</PlatformTarget> 72 <ErrorReport>prompt</ErrorReport> 73 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 38 74 </PropertyGroup> 39 75 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.