[4065] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[3040] | 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
[3053] | 8 | <ProjectGuid>{30D6606B-96E7-436C-B5D7-EA1455848E37}</ProjectGuid>
|
---|
[3040] | 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
[3053] | 11 | <RootNamespace>HeuristicLab.Encodings.BinaryVectorEncoding_33.Tests</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Encodings.BinaryVectorEncoding-3.3.Tests</AssemblyName>
|
---|
[4065] | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
[3040] | 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
[4065] | 16 | <FileUpgradeFlags>
|
---|
| 17 | </FileUpgradeFlags>
|
---|
| 18 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 19 | <UpgradeBackupLocation />
|
---|
| 20 | <PublishUrl>publish\</PublishUrl>
|
---|
| 21 | <Install>true</Install>
|
---|
| 22 | <InstallFrom>Disk</InstallFrom>
|
---|
| 23 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 24 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 25 | <UpdateInterval>7</UpdateInterval>
|
---|
| 26 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 27 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 28 | <UpdateRequired>false</UpdateRequired>
|
---|
| 29 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 30 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 31 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 32 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 33 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 34 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[3040] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 37 | <DebugSymbols>true</DebugSymbols>
|
---|
| 38 | <DebugType>full</DebugType>
|
---|
| 39 | <Optimize>false</Optimize>
|
---|
| 40 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 41 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 42 | <ErrorReport>prompt</ErrorReport>
|
---|
| 43 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 44 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3040] | 45 | </PropertyGroup>
|
---|
| 46 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 47 | <DebugType>pdbonly</DebugType>
|
---|
| 48 | <Optimize>true</Optimize>
|
---|
| 49 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 50 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 53 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3040] | 54 | </PropertyGroup>
|
---|
[3048] | 55 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 56 | <DebugSymbols>true</DebugSymbols>
|
---|
| 57 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 58 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 59 | <DebugType>full</DebugType>
|
---|
| 60 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 61 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 62 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3048] | 63 | </PropertyGroup>
|
---|
| 64 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 65 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 66 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 67 | <Optimize>true</Optimize>
|
---|
| 68 | <DebugType>pdbonly</DebugType>
|
---|
| 69 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 70 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 71 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3048] | 72 | </PropertyGroup>
|
---|
| 73 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 74 | <DebugSymbols>true</DebugSymbols>
|
---|
| 75 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 76 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 77 | <DebugType>full</DebugType>
|
---|
| 78 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 79 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 80 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3048] | 81 | </PropertyGroup>
|
---|
| 82 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 83 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 84 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 85 | <Optimize>true</Optimize>
|
---|
| 86 | <DebugType>pdbonly</DebugType>
|
---|
| 87 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 88 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 89 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3048] | 90 | </PropertyGroup>
|
---|
[3040] | 91 | <ItemGroup>
|
---|
[4065] | 92 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
---|
[3040] | 93 | <Reference Include="System" />
|
---|
| 94 | <Reference Include="System.Core">
|
---|
| 95 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 96 | </Reference>
|
---|
| 97 | <Reference Include="System.Data" />
|
---|
| 98 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 99 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 100 | </Reference>
|
---|
| 101 | <Reference Include="System.Drawing" />
|
---|
| 102 | <Reference Include="System.Xml" />
|
---|
| 103 | <Reference Include="System.Xml.Linq">
|
---|
| 104 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 105 | </Reference>
|
---|
| 106 | </ItemGroup>
|
---|
| 107 | <ItemGroup>
|
---|
| 108 | <Compile Include="Auxiliary.cs" />
|
---|
[3062] | 109 | <Compile Include="SomePositionsBitflipManipulatorTest.cs" />
|
---|
| 110 | <Compile Include="SinglePositionBitflipManipulatorTest.cs" />
|
---|
| 111 | <Compile Include="UniformCrossoverTest.cs" />
|
---|
| 112 | <Compile Include="SinglePointCrossoverTest.cs" />
|
---|
[3040] | 113 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[3062] | 114 | <Compile Include="NPointCrossoverTest.cs" />
|
---|
[3040] | 115 | <Compile Include="TestRandom.cs" />
|
---|
| 116 | </ItemGroup>
|
---|
| 117 | <ItemGroup>
|
---|
| 118 | <Content Include="AuthoringTests.txt" />
|
---|
| 119 | </ItemGroup>
|
---|
| 120 | <ItemGroup>
|
---|
| 121 | <ProjectReference Include="..\..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 122 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 123 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 124 | </ProjectReference>
|
---|
[3384] | 125 | <ProjectReference Include="..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 126 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 127 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
[3040] | 128 | </ProjectReference>
|
---|
| 129 | <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 130 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 131 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 132 | </ProjectReference>
|
---|
| 133 | <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 134 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 135 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 136 | </ProjectReference>
|
---|
| 137 | <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 138 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 139 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
| 140 | </ProjectReference>
|
---|
| 141 | <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 142 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 143 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 144 | </ProjectReference>
|
---|
| 145 | <ProjectReference Include="..\..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 146 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 147 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 148 | </ProjectReference>
|
---|
| 149 | <ProjectReference Include="..\..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 150 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 151 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 152 | </ProjectReference>
|
---|
[3832] | 153 | <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
[3040] | 154 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
[3832] | 155 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[3040] | 156 | </ProjectReference>
|
---|
[3053] | 157 | <ProjectReference Include="..\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
|
---|
| 158 | <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project>
|
---|
| 159 | <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
|
---|
[3040] | 160 | </ProjectReference>
|
---|
| 161 | </ItemGroup>
|
---|
| 162 | <ItemGroup>
|
---|
| 163 | <Shadow Include="Test References\HeuristicLab.Encodings.BinaryVectors-3.3.accessor" />
|
---|
| 164 | </ItemGroup>
|
---|
[4065] | 165 | <ItemGroup>
|
---|
| 166 | <BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
---|
| 167 | <Visible>False</Visible>
|
---|
| 168 | <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
---|
| 169 | <Install>true</Install>
|
---|
| 170 | </BootstrapperPackage>
|
---|
| 171 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 172 | <Visible>False</Visible>
|
---|
| 173 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 174 | <Install>false</Install>
|
---|
| 175 | </BootstrapperPackage>
|
---|
| 176 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 177 | <Visible>False</Visible>
|
---|
| 178 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 179 | <Install>false</Install>
|
---|
| 180 | </BootstrapperPackage>
|
---|
| 181 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 182 | <Visible>False</Visible>
|
---|
| 183 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 184 | <Install>true</Install>
|
---|
| 185 | </BootstrapperPackage>
|
---|
| 186 | </ItemGroup>
|
---|
[3040] | 187 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 188 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 189 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 190 | <Target Name="BeforeBuild">
|
---|
| 191 | </Target>
|
---|
| 192 | <Target Name="AfterBuild">
|
---|
| 193 | </Target>
|
---|
| 194 | -->
|
---|
| 195 | </Project> |
---|