[2] | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
---|
| 2 | <PropertyGroup>
|
---|
| 3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
[574] | 5 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[2] | 6 | <SchemaVersion>2.0</SchemaVersion>
|
---|
[1689] | 7 | <ProjectGuid>{00282156-589D-424F-9CE4-A8038636C926}</ProjectGuid>
|
---|
[2] | 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Permutation</RootNamespace>
|
---|
[1689] | 11 | <AssemblyName>HeuristicLab.Permutation-3.3</AssemblyName>
|
---|
[2] | 12 | <SignAssembly>true</SignAssembly>
|
---|
| 13 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 14 | <FileUpgradeFlags>
|
---|
| 15 | </FileUpgradeFlags>
|
---|
| 16 | <OldToolsVersion>2.0</OldToolsVersion>
|
---|
| 17 | <UpgradeBackupLocation>
|
---|
| 18 | </UpgradeBackupLocation>
|
---|
[1689] | 19 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
[2] | 20 | </PropertyGroup>
|
---|
| 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 22 | <DebugSymbols>true</DebugSymbols>
|
---|
| 23 | <DebugType>full</DebugType>
|
---|
| 24 | <Optimize>false</Optimize>
|
---|
| 25 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 26 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 27 | <ErrorReport>prompt</ErrorReport>
|
---|
| 28 | <WarningLevel>4</WarningLevel>
|
---|
| 29 | </PropertyGroup>
|
---|
| 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 31 | <DebugType>pdbonly</DebugType>
|
---|
| 32 | <Optimize>true</Optimize>
|
---|
| 33 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 34 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 35 | <ErrorReport>prompt</ErrorReport>
|
---|
| 36 | <WarningLevel>4</WarningLevel>
|
---|
| 37 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
---|
[1689] | 38 | <DocumentationFile>bin\Release\HeuristicLab.Permutation-3.3.xml</DocumentationFile>
|
---|
[2] | 39 | </PropertyGroup>
|
---|
[564] | 40 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 41 | <DebugSymbols>true</DebugSymbols>
|
---|
| 42 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 44 | <DebugType>full</DebugType>
|
---|
| 45 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 46 | <ErrorReport>prompt</ErrorReport>
|
---|
| 47 | </PropertyGroup>
|
---|
| 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 49 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 50 | <DefineConstants>TRACE</DefineConstants>
|
---|
[582] | 51 | <DocumentationFile>bin\Release\HeuristicLab.Permutation-3.2.XML</DocumentationFile>
|
---|
[564] | 52 | <Optimize>true</Optimize>
|
---|
| 53 | <DebugType>pdbonly</DebugType>
|
---|
| 54 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 55 | <ErrorReport>prompt</ErrorReport>
|
---|
| 56 | </PropertyGroup>
|
---|
[1474] | 57 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 58 | <DebugSymbols>true</DebugSymbols>
|
---|
| 59 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 60 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 61 | <DebugType>full</DebugType>
|
---|
| 62 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 63 | <ErrorReport>prompt</ErrorReport>
|
---|
| 64 | </PropertyGroup>
|
---|
| 65 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 66 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 67 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 68 | <DocumentationFile>bin\Release\HeuristicLab.Permutation-3.2.XML</DocumentationFile>
|
---|
| 69 | <Optimize>true</Optimize>
|
---|
| 70 | <DebugType>pdbonly</DebugType>
|
---|
| 71 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 72 | <ErrorReport>prompt</ErrorReport>
|
---|
| 73 | </PropertyGroup>
|
---|
[2] | 74 | <ItemGroup>
|
---|
| 75 | <Reference Include="System" />
|
---|
[1689] | 76 | <Reference Include="System.Core">
|
---|
| 77 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 78 | </Reference>
|
---|
[2] | 79 | <Reference Include="System.Data" />
|
---|
| 80 | <Reference Include="System.Xml" />
|
---|
| 81 | </ItemGroup>
|
---|
| 82 | <ItemGroup>
|
---|
[2790] | 83 | <None Include="HeuristicLabPermutationPlugin.cs.frame" />
|
---|
[2854] | 84 | <Compile Include="AbsolutePositionTopologicalCrossover.cs" />
|
---|
[2871] | 85 | <Compile Include="CyclicCrossover2.cs" />
|
---|
[2865] | 86 | <Compile Include="IPermutationCreator.cs" />
|
---|
| 87 | <Compile Include="IPermutationOperator.cs" />
|
---|
[2854] | 88 | <Compile Include="CosaCrossover.cs" />
|
---|
[2829] | 89 | <Compile Include="CyclicCrossover.cs" />
|
---|
[2854] | 90 | <Compile Include="EdgeRecombinationCrossover.cs" />
|
---|
| 91 | <Compile Include="InsertionManipulator.cs" />
|
---|
[2794] | 92 | <Compile Include="InversionManipulator.cs">
|
---|
| 93 | <SubType>Code</SubType>
|
---|
| 94 | </Compile>
|
---|
[2865] | 95 | <Compile Include="IPermutationCrossover.cs" />
|
---|
| 96 | <Compile Include="IPermutationManipulator.cs" />
|
---|
[2820] | 97 | <Compile Include="MaximalPreservativeCrossover.cs" />
|
---|
[2854] | 98 | <Compile Include="OrderBasedCrossover.cs" />
|
---|
[2871] | 99 | <Compile Include="OrderCrossover2.cs" />
|
---|
[2820] | 100 | <Compile Include="PartiallyMatchedCrossover.cs" />
|
---|
[2794] | 101 | <Compile Include="PermutationManipulator.cs" />
|
---|
[2] | 102 | <Compile Include="HeuristicLabPermutationPlugin.cs" />
|
---|
[2794] | 103 | <Compile Include="OrderCrossover.cs" />
|
---|
| 104 | <Compile Include="PermutationCrossover.cs" />
|
---|
| 105 | <Compile Include="Permutation.cs" />
|
---|
[2854] | 106 | <Compile Include="PositionBasedCrossover.cs" />
|
---|
[2] | 107 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[2794] | 108 | <Compile Include="RandomPermutationCreator.cs" />
|
---|
[2854] | 109 | <Compile Include="ScrambleManipulator.cs" />
|
---|
| 110 | <Compile Include="Swap2Manipulator.cs" />
|
---|
| 111 | <Compile Include="Swap3Manipulator.cs" />
|
---|
| 112 | <Compile Include="TranslocationInversionManipulator.cs" />
|
---|
| 113 | <Compile Include="TranslocationManipulator.cs" />
|
---|
[2] | 114 | </ItemGroup>
|
---|
| 115 | <ItemGroup>
|
---|
| 116 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 117 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 118 | </ItemGroup>
|
---|
| 119 | <ItemGroup>
|
---|
[2794] | 120 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 121 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 122 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 123 | </ProjectReference>
|
---|
| 124 | <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
|
---|
| 125 | <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
|
---|
| 126 | <Name>HeuristicLab.Common-3.2</Name>
|
---|
| 127 | </ProjectReference>
|
---|
[1691] | 128 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 129 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 130 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[2] | 131 | </ProjectReference>
|
---|
[1691] | 132 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 133 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 134 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
[2] | 135 | </ProjectReference>
|
---|
[2794] | 136 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 137 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 138 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
[2] | 139 | </ProjectReference>
|
---|
[2852] | 140 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 141 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 142 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 143 | </ProjectReference>
|
---|
[2794] | 144 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 145 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 146 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 147 | </ProjectReference>
|
---|
| 148 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 149 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 150 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 151 | </ProjectReference>
|
---|
[1534] | 152 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[2] | 153 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 154 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 155 | </ProjectReference>
|
---|
| 156 | </ItemGroup>
|
---|
| 157 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 158 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 159 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 160 | <Target Name="BeforeBuild">
|
---|
| 161 | </Target>
|
---|
| 162 | <Target Name="AfterBuild">
|
---|
| 163 | </Target>
|
---|
| 164 | -->
|
---|
[30] | 165 | <PropertyGroup>
|
---|
[852] | 166 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 167 | set ProjectDir=$(ProjectDir)
|
---|
| 168 | set SolutionDir=$(SolutionDir)
|
---|
| 169 | set Outdir=$(Outdir)
|
---|
| 170 |
|
---|
[2790] | 171 | call PreBuildEvent.cmd
|
---|
| 172 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabPermutationPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabPermutationPlugin.cs"</PreBuildEvent>
|
---|
[30] | 173 | </PropertyGroup>
|
---|
[2] | 174 | </Project> |
---|