[7128] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{C3AD50E6-E717-490E-ABC7-32EF7FB03C97}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.NK</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.NK-3.3</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
| 24 | </PropertyGroup>
|
---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 26 | <DebugType>pdbonly</DebugType>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
[7141] | 28 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[7128] | 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
| 33 | <PropertyGroup>
|
---|
| 34 | <SignAssembly>true</SignAssembly>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 45 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.NK.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 46 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 47 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 48 | <ErrorReport>prompt</ErrorReport>
|
---|
| 49 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 50 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 51 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 52 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 53 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 54 | </PropertyGroup>
|
---|
| 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[7141] | 56 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[7128] | 57 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 58 | <Optimize>true</Optimize>
|
---|
| 59 | <DebugType>pdbonly</DebugType>
|
---|
| 60 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 61 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.NK.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 62 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 63 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 64 | <ErrorReport>prompt</ErrorReport>
|
---|
| 65 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 66 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 67 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 68 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 69 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 70 | </PropertyGroup>
|
---|
| 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 72 | <DebugSymbols>true</DebugSymbols>
|
---|
[7141] | 73 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[7128] | 74 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 75 | <DebugType>full</DebugType>
|
---|
| 76 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 77 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.NK.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 78 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 79 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 80 | <ErrorReport>prompt</ErrorReport>
|
---|
| 81 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 82 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 83 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 84 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 85 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 86 | </PropertyGroup>
|
---|
| 87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[7141] | 88 | <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[7128] | 89 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 90 | <Optimize>true</Optimize>
|
---|
| 91 | <DebugType>pdbonly</DebugType>
|
---|
| 92 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 93 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.NK.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 94 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 95 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 96 | <ErrorReport>prompt</ErrorReport>
|
---|
| 97 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 98 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 99 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 100 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 101 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 102 | </PropertyGroup>
|
---|
| 103 | <ItemGroup>
|
---|
| 104 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 105 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 106 | </Reference>
|
---|
| 107 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 108 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 109 | </Reference>
|
---|
| 110 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 111 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 112 | </Reference>
|
---|
| 113 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 114 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 115 | </Reference>
|
---|
| 116 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
| 117 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
| 118 | </Reference>
|
---|
| 119 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
| 120 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 121 | </Reference>
|
---|
| 122 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 123 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 124 | </Reference>
|
---|
| 125 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
| 126 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 127 | </Reference>
|
---|
| 128 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 129 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 130 | </Reference>
|
---|
| 131 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 132 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 133 | </Reference>
|
---|
| 134 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
| 135 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 136 | </Reference>
|
---|
| 137 | <Reference Include="System" />
|
---|
| 138 | <Reference Include="System.Core" />
|
---|
| 139 | <Reference Include="System.Drawing" />
|
---|
| 140 | <Reference Include="System.Xml.Linq" />
|
---|
| 141 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 142 | <Reference Include="Microsoft.CSharp" />
|
---|
| 143 | <Reference Include="System.Data" />
|
---|
| 144 | <Reference Include="System.Xml" />
|
---|
| 145 | </ItemGroup>
|
---|
| 146 | <ItemGroup>
|
---|
| 147 | <Compile Include="BinaryVectorComparers\BinaryVectorComparer.cs" />
|
---|
| 148 | <Compile Include="BinaryVectorComparers\LexicographicBinaryVectorComparer.cs" />
|
---|
| 149 | <Compile Include="BinaryVectorComparers\AverageBitBinaryVectorComparer.cs" />
|
---|
| 150 | <Compile Include="BinaryVectorComparers\MedianBitBinaryVectorComparer.cs" />
|
---|
| 151 | <Compile Include="InteractionInitializers\LimitedRandomInteractionsInitializer.cs" />
|
---|
| 152 | <Compile Include="InteractionInitializers\IncreasingBlockSizeInteractionsInitializer.cs" />
|
---|
| 153 | <Compile Include="InteractionInitializers\SortedRandomInteractionsInitializer.cs" />
|
---|
| 154 | <Compile Include="InteractionInitializers\IInteractionInitializer.cs" />
|
---|
| 155 | <Compile Include="INKEvaluator.cs" />
|
---|
| 156 | <Compile Include="INKMoveEvaluator.cs" />
|
---|
| 157 | <Compile Include="WeightInitializers\ExponentialDistributionWeightsInitializer.cs" />
|
---|
| 158 | <Compile Include="WeightInitializers\ReverseLinearWeightsInitializer.cs" />
|
---|
| 159 | <Compile Include="WeightInitializers\LinearWeightsInitializer.cs" />
|
---|
| 160 | <Compile Include="WeightInitializers\ReverseExponentialWeightsInitializer.cs" />
|
---|
| 161 | <Compile Include="WeightInitializers\ExponentialWeightsInitializer.cs" />
|
---|
| 162 | <Compile Include="WeightInitializers\IWeightsInitializer.cs" />
|
---|
| 163 | <Compile Include="NKBitFlipMoveEvaluator.cs" />
|
---|
| 164 | <Compile Include="NKEvaluatator.cs" />
|
---|
| 165 | <Compile Include="NKLandscape.cs" />
|
---|
| 166 | <Compile Include="HeuristicLabProblemsNKPlugin.cs" />
|
---|
| 167 | <Compile Include="NKMoveEvaluator.cs" />
|
---|
| 168 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 169 | <Compile Include="InteractionInitializers\RandomInteractionsInitializer.cs" />
|
---|
| 170 | <Compile Include="WeightInitializers\EqualWeightsInitializer.cs" />
|
---|
| 171 | </ItemGroup>
|
---|
| 172 | <ItemGroup>
|
---|
| 173 | <None Include="HeuristicLab.snk" />
|
---|
| 174 | <None Include="HeuristicLabProblemsNKPlugin.cs.frame" />
|
---|
| 175 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 176 | </ItemGroup>
|
---|
| 177 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 178 | <PropertyGroup>
|
---|
| 179 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 180 | set ProjectDir=$(ProjectDir)
|
---|
| 181 | set SolutionDir=$(SolutionDir)
|
---|
| 182 | set Outdir=$(Outdir)
|
---|
| 183 |
|
---|
| 184 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.cs.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
|
---|
| 185 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsNKPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsNKPlugin.cs"</PreBuildEvent>
|
---|
| 186 | </PropertyGroup>
|
---|
| 187 | <PropertyGroup>
|
---|
| 188 | <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 189 | set ProjectDir=$(ProjectDir)
|
---|
| 190 | set SolutionDir=$(SolutionDir)
|
---|
| 191 | set Outdir=$(Outdir)
|
---|
| 192 | set Platform=$(PlatformName)
|
---|
| 193 | set Configuration=$(ConfigurationName)</PostBuildEvent>
|
---|
| 194 | </PropertyGroup>
|
---|
| 195 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 196 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 197 | <Target Name="BeforeBuild">
|
---|
| 198 | </Target>
|
---|
| 199 | <Target Name="AfterBuild">
|
---|
| 200 | </Target>
|
---|
| 201 | -->
|
---|
| 202 | </Project> |
---|