Changeset 12180
- Timestamp:
- 03/10/15 13:57:40 (10 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs.sln
r12179 r12180 417 417 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 418 418 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|Any CPU.Build.0 = Debug|Any CPU 419 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|x64.ActiveCfg = Debug|Any CPU 420 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|x86.ActiveCfg = Debug|Any CPU 419 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|x64.ActiveCfg = Debug|x64 420 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|x64.Build.0 = Debug|x64 421 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|x86.ActiveCfg = Debug|x86 422 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|x86.Build.0 = Debug|x86 421 423 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|Any CPU.ActiveCfg = Release|Any CPU 422 424 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|Any CPU.Build.0 = Release|Any CPU 423 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|x64.ActiveCfg = Release|Any CPU 424 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|x86.ActiveCfg = Release|Any CPU 425 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|x64.ActiveCfg = Release|x64 426 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|x64.Build.0 = Release|x64 427 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|x86.ActiveCfg = Release|x86 428 {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|x86.Build.0 = Release|x86 425 429 {675A6EE4-DE7C-413E-8BEF-EB21E0384C87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 426 430 {675A6EE4-DE7C-413E-8BEF-EB21E0384C87}.Debug|Any CPU.Build.0 = Debug|Any CPU -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3
- Property svn:ignore
-
old new 1 1 obj 2 bin
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3/EPPlus-4.0.3.csproj
r12104 r12180 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>
Note: See TracChangeset
for help on using the changeset viewer.