- Timestamp:
- 03/24/15 11:17:08 (10 years ago)
- Location:
- branches/HeuristicLab.DatasetRefactor/sources
- Files:
-
- 1 deleted
- 7 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DatasetRefactor/sources
- Property svn:mergeinfo changed
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.ExtLibs merged: 12178-12180
- Property svn:mergeinfo changed
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3
-
Property
svn:ignore
set to
obj
bin
-
Property
svn:ignore
set to
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3/EPPlus-4.0.3.csproj
r12104 r12247 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> … … 89 89 <DebugType>pdbonly</DebugType> 90 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> 91 109 <ErrorReport>prompt</ErrorReport> 92 110 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> -
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/HeuristicLab.EPPlus-4.0.3
-
Property
svn:ignore
set to
obj
Plugin.cs
*.user
-
Property
svn:ignore
set to
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/HeuristicLab.EPPlus-4.0.3/HeuristicLab.EPPlus-4.0.3.csproj
r12074 r12247 88 88 </ItemGroup> 89 89 <ItemGroup> 90 <None Include="epplus-4.0.3 memory improvement.diff" /> 90 91 <None Include="Plugin.cs.frame" /> 91 92 <Compile Include="Plugin.cs" /> -
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/HeuristicLab.EPPlus-4.0.3/Properties
-
Property
svn:ignore
set to
AssemblyInfo.cs
-
Property
svn:ignore
set to
Note: See TracChangeset
for help on using the changeset viewer.