Changeset 11956 for trunk/sources/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.csproj
- Timestamp:
- 02/06/15 15:36:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.csproj
r11939 r11956 36 36 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 37 37 </PropertyGroup> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 39 <DebugSymbols>true</DebugSymbols> 40 <OutputPath>bin\x64\Debug\</OutputPath> 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 <DebugType>full</DebugType> 43 <PlatformTarget>x64</PlatformTarget> 44 <ErrorReport>prompt</ErrorReport> 45 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 46 </PropertyGroup> 47 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 48 <OutputPath>bin\x64\Release\</OutputPath> 49 <DefineConstants>TRACE</DefineConstants> 50 <Optimize>true</Optimize> 51 <DebugType>pdbonly</DebugType> 52 <PlatformTarget>x64</PlatformTarget> 53 <ErrorReport>prompt</ErrorReport> 54 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 55 </PropertyGroup> 56 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 57 <DebugSymbols>true</DebugSymbols> 58 <OutputPath>bin\x86\Debug\</OutputPath> 59 <DefineConstants>DEBUG;TRACE</DefineConstants> 60 <DebugType>full</DebugType> 61 <PlatformTarget>x86</PlatformTarget> 62 <ErrorReport>prompt</ErrorReport> 63 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 64 </PropertyGroup> 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 66 <OutputPath>bin\x86\Release\</OutputPath> 67 <DefineConstants>TRACE</DefineConstants> 68 <Optimize>true</Optimize> 69 <DebugType>pdbonly</DebugType> 70 <PlatformTarget>x86</PlatformTarget> 71 <ErrorReport>prompt</ErrorReport> 72 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 73 </PropertyGroup> 38 74 <ItemGroup> 39 75 <Reference Include="System" /> … … 47 83 <ItemGroup> 48 84 <Compile Include="EnumerableBoolEqualityComparer.cs" /> 85 <Compile Include="EvaluationTracker.cs" /> 49 86 <Compile Include="LinkageCrossover.cs" /> 50 87 <Compile Include="Plugin.cs" /> 51 <Compile Include="Problems\DeceptiveStepTrapProblem.cs" />52 <Compile Include="Problems\DeceptiveTrapProblem.cs" />53 88 <Compile Include="HillClimber.cs" /> 54 89 <Compile Include="LinkageTree.cs" /> 55 90 <Compile Include="ParameterlessPopulationPyramid.cs" /> 56 91 <Compile Include="Population.cs" /> 57 <Compile Include="Problems\BinaryVectorProblem.cs" />58 <Compile Include="Problems\EvaluationTracker.cs" />59 <Compile Include="Problems\HIFFProblem.cs" />60 <Compile Include="Problems\IBinaryVectorProblem.cs" />61 <Compile Include="Problems\OneMaxProblem.cs" />62 92 <Compile Include="Properties\AssemblyInfo.cs" /> 63 93 </ItemGroup> … … 118 148 <Private>False</Private> 119 149 </ProjectReference> 150 <ProjectReference Include="..\..\HeuristicLab.Problems.BinaryVector\3.3\HeuristicLab.Problems.BinaryVector-3.3.csproj"> 151 <Project>{fc627be5-0f93-47d8-bd2e-530ea2b8aa5f}</Project> 152 <Name>HeuristicLab.Problems.BinaryVector-3.3</Name> 153 </ProjectReference> 120 154 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 121 155 <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project> … … 124 158 </ProjectReference> 125 159 </ItemGroup> 160 <ItemGroup /> 126 161 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 127 162 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.