[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>
|
---|
[11626] | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[7128] | 14 | <FileAlignment>512</FileAlignment>
|
---|
[11626] | 15 | <TargetFrameworkProfile />
|
---|
[7128] | 16 | </PropertyGroup>
|
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
---|
| 19 | <DebugType>full</DebugType>
|
---|
| 20 | <Optimize>false</Optimize>
|
---|
[12755] | 21 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[7128] | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
[11626] | 25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7128] | 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
[12755] | 30 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[7128] | 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
[11626] | 34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7128] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <SignAssembly>true</SignAssembly>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup>
|
---|
| 40 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 41 | </PropertyGroup>
|
---|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 43 | <DebugSymbols>true</DebugSymbols>
|
---|
[12755] | 44 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[7128] | 45 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 46 | <DebugType>full</DebugType>
|
---|
| 47 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 48 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.NK.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 49 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 50 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 53 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 54 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 55 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 56 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11626] | 57 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7128] | 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[12755] | 60 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[7128] | 61 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 62 | <Optimize>true</Optimize>
|
---|
| 63 | <DebugType>pdbonly</DebugType>
|
---|
| 64 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 65 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.NK.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 66 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 67 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 68 | <ErrorReport>prompt</ErrorReport>
|
---|
| 69 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 70 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 71 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 72 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 73 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11626] | 74 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7128] | 75 | </PropertyGroup>
|
---|
| 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 77 | <DebugSymbols>true</DebugSymbols>
|
---|
[12755] | 78 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[7128] | 79 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 80 | <DebugType>full</DebugType>
|
---|
| 81 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 82 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.NK.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 83 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 84 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 85 | <ErrorReport>prompt</ErrorReport>
|
---|
| 86 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 87 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 88 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 89 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 90 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11626] | 91 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7128] | 92 | </PropertyGroup>
|
---|
| 93 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[12755] | 94 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[7128] | 95 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 96 | <Optimize>true</Optimize>
|
---|
| 97 | <DebugType>pdbonly</DebugType>
|
---|
| 98 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 99 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.NK.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 100 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 101 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 102 | <ErrorReport>prompt</ErrorReport>
|
---|
| 103 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 104 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 105 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 106 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 107 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11626] | 108 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7128] | 109 | </PropertyGroup>
|
---|
| 110 | <ItemGroup>
|
---|
| 111 | <Reference Include="System" />
|
---|
| 112 | <Reference Include="System.Core" />
|
---|
| 113 | <Reference Include="System.Drawing" />
|
---|
| 114 | <Reference Include="System.Xml.Linq" />
|
---|
| 115 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 116 | <Reference Include="Microsoft.CSharp" />
|
---|
| 117 | <Reference Include="System.Data" />
|
---|
| 118 | <Reference Include="System.Xml" />
|
---|
| 119 | </ItemGroup>
|
---|
| 120 | <ItemGroup>
|
---|
[12569] | 121 | <Compile Include="BinaryVectorComparers\IBinaryVectorComparer.cs" />
|
---|
[7128] | 122 | <Compile Include="BinaryVectorComparers\LexicographicBinaryVectorComparer.cs" />
|
---|
| 123 | <Compile Include="BinaryVectorComparers\AverageBitBinaryVectorComparer.cs" />
|
---|
| 124 | <Compile Include="BinaryVectorComparers\MedianBitBinaryVectorComparer.cs" />
|
---|
| 125 | <Compile Include="InteractionInitializers\LimitedRandomInteractionsInitializer.cs" />
|
---|
| 126 | <Compile Include="InteractionInitializers\IncreasingBlockSizeInteractionsInitializer.cs" />
|
---|
| 127 | <Compile Include="InteractionInitializers\SortedRandomInteractionsInitializer.cs" />
|
---|
| 128 | <Compile Include="InteractionInitializers\IInteractionInitializer.cs" />
|
---|
| 129 | <Compile Include="INKMoveEvaluator.cs" />
|
---|
[12565] | 130 | <Compile Include="NKLandscape.cs" />
|
---|
[12566] | 131 | <Compile Include="Plugin.cs" />
|
---|
[7128] | 132 | <Compile Include="WeightInitializers\ExponentialDistributionWeightsInitializer.cs" />
|
---|
| 133 | <Compile Include="WeightInitializers\ReverseLinearWeightsInitializer.cs" />
|
---|
| 134 | <Compile Include="WeightInitializers\LinearWeightsInitializer.cs" />
|
---|
| 135 | <Compile Include="WeightInitializers\ReverseExponentialWeightsInitializer.cs" />
|
---|
| 136 | <Compile Include="WeightInitializers\ExponentialWeightsInitializer.cs" />
|
---|
| 137 | <Compile Include="WeightInitializers\IWeightsInitializer.cs" />
|
---|
| 138 | <Compile Include="NKBitFlipMoveEvaluator.cs" />
|
---|
| 139 | <Compile Include="NKMoveEvaluator.cs" />
|
---|
| 140 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 141 | <Compile Include="InteractionInitializers\RandomInteractionsInitializer.cs" />
|
---|
| 142 | <Compile Include="WeightInitializers\EqualWeightsInitializer.cs" />
|
---|
| 143 | </ItemGroup>
|
---|
| 144 | <ItemGroup>
|
---|
| 145 | <None Include="HeuristicLab.snk" />
|
---|
[12566] | 146 | <None Include="Plugin.cs.frame" />
|
---|
[7128] | 147 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 148 | </ItemGroup>
|
---|
[12606] | 149 | <ItemGroup>
|
---|
[12755] | 150 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
[12606] | 151 | <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
|
---|
| 152 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 153 | <Private>False</Private>
|
---|
| 154 | </ProjectReference>
|
---|
[12755] | 155 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
[12606] | 156 | <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
|
---|
| 157 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 158 | <Private>False</Private>
|
---|
| 159 | </ProjectReference>
|
---|
[12755] | 160 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
[12606] | 161 | <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
|
---|
| 162 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 163 | <Private>False</Private>
|
---|
| 164 | </ProjectReference>
|
---|
[12755] | 165 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
[12606] | 166 | <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
|
---|
| 167 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 168 | <Private>False</Private>
|
---|
| 169 | </ProjectReference>
|
---|
[12755] | 170 | <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
|
---|
[12606] | 171 | <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project>
|
---|
| 172 | <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
|
---|
| 173 | <Private>False</Private>
|
---|
| 174 | </ProjectReference>
|
---|
[12755] | 175 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
[12606] | 176 | <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
|
---|
| 177 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
| 178 | <Private>False</Private>
|
---|
| 179 | </ProjectReference>
|
---|
[12755] | 180 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
[12606] | 181 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
| 182 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 183 | <Private>False</Private>
|
---|
| 184 | </ProjectReference>
|
---|
[12755] | 185 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
[12606] | 186 | <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
|
---|
| 187 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 188 | <Private>False</Private>
|
---|
| 189 | </ProjectReference>
|
---|
[12755] | 190 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
[12606] | 191 | <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
|
---|
| 192 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 193 | <Private>False</Private>
|
---|
| 194 | </ProjectReference>
|
---|
[12755] | 195 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
[12606] | 196 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 197 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 198 | <Private>False</Private>
|
---|
| 199 | </ProjectReference>
|
---|
[12755] | 200 | <ProjectReference Include="..\..\HeuristicLab.Problems.Binary\3.3\HeuristicLab.Problems.Binary-3.3.csproj">
|
---|
[12606] | 201 | <Project>{fc627be5-0f93-47d8-bd2e-530ea2b8aa5f}</Project>
|
---|
| 202 | <Name>HeuristicLab.Problems.Binary-3.3</Name>
|
---|
| 203 | <Private>False</Private>
|
---|
| 204 | </ProjectReference>
|
---|
[12755] | 205 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
[12606] | 206 | <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project>
|
---|
| 207 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
| 208 | <Private>False</Private>
|
---|
| 209 | </ProjectReference>
|
---|
| 210 | </ItemGroup>
|
---|
[7128] | 211 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 212 | <PropertyGroup>
|
---|
[12594] | 213 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
|
---|
| 214 | set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 215 | set ProjectDir=$(ProjectDir)
|
---|
| 216 | set SolutionDir=$(SolutionDir)
|
---|
| 217 | set Outdir=$(Outdir)
|
---|
[7128] | 218 |
|
---|
[12594] | 219 | call PreBuildEvent.cmd
|
---|
| 220 | </PreBuildEvent>
|
---|
| 221 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 222 | export ProjectDir=$(ProjectDir)
|
---|
| 223 | export SolutionDir=$(SolutionDir)
|
---|
| 224 |
|
---|
| 225 | $SolutionDir/PreBuildEvent.sh
|
---|
| 226 | </PreBuildEvent>
|
---|
[7128] | 227 | </PropertyGroup>
|
---|
| 228 | <PropertyGroup>
|
---|
[12566] | 229 | <PostBuildEvent>
|
---|
| 230 | </PostBuildEvent>
|
---|
[7128] | 231 | </PropertyGroup>
|
---|
| 232 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 233 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 234 | <Target Name="BeforeBuild">
|
---|
| 235 | </Target>
|
---|
| 236 | <Target Name="AfterBuild">
|
---|
| 237 | </Target>
|
---|
| 238 | -->
|
---|
| 239 | </Project> |
---|