Changeset 8305
- Timestamp:
- 07/19/12 14:15:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.ScatterSearch/3.3/HeuristicLab.Algorithms.ScatterSearch-3.3.csproj
r8086 r8305 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath> ..\..\bin\</OutputPath>20 <OutputPath>$(SolutionDir)\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 27 27 <DebugType>pdbonly</DebugType> 28 28 <Optimize>true</Optimize> 29 <OutputPath> ..\..\bin\</OutputPath>29 <OutputPath>$(SolutionDir)\bin\</OutputPath> 30 30 <DefineConstants>TRACE</DefineConstants> 31 31 <ErrorReport>prompt</ErrorReport> 32 32 <WarningLevel>4</WarningLevel> 33 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 34 </PropertyGroup> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath>$(SolutionDir)\bin\</OutputPath> 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 <DebugType>full</DebugType> 40 <PlatformTarget>x86</PlatformTarget> 41 <ErrorReport>prompt</ErrorReport> 42 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 43 </PropertyGroup> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 45 <OutputPath>$(SolutionDir)\bin\</OutputPath> 46 <DefineConstants>TRACE</DefineConstants> 47 <Optimize>true</Optimize> 48 <DebugType>pdbonly</DebugType> 49 <PlatformTarget>x86</PlatformTarget> 50 <ErrorReport>prompt</ErrorReport> 51 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 52 </PropertyGroup> 53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 54 <DebugSymbols>true</DebugSymbols> 55 <OutputPath>$(SolutionDir)\bin\</OutputPath> 56 <DefineConstants>DEBUG;TRACE</DefineConstants> 57 <DebugType>full</DebugType> 58 <PlatformTarget>x64</PlatformTarget> 59 <ErrorReport>prompt</ErrorReport> 60 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 61 </PropertyGroup> 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 63 <OutputPath>$(SolutionDir)\bin\</OutputPath> 64 <DefineConstants>TRACE</DefineConstants> 65 <Optimize>true</Optimize> 66 <DebugType>pdbonly</DebugType> 67 <PlatformTarget>x64</PlatformTarget> 68 <ErrorReport>prompt</ErrorReport> 69 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 33 70 </PropertyGroup> 34 71 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.