[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>
|
---|
| 83 | <Compile Include="AbsolutePositionTopologicalCrossover.cs" />
|
---|
| 84 | <Compile Include="CosaCrossover.cs">
|
---|
| 85 | <SubType>Code</SubType>
|
---|
| 86 | </Compile>
|
---|
| 87 | <Compile Include="CyclicCrossover.cs">
|
---|
| 88 | <SubType>Code</SubType>
|
---|
| 89 | </Compile>
|
---|
| 90 | <Compile Include="EdgeRecombinationCrossover.cs">
|
---|
| 91 | <SubType>Code</SubType>
|
---|
| 92 | </Compile>
|
---|
| 93 | <Compile Include="InsertionManipulator.cs" />
|
---|
| 94 | <Compile Include="InversionManipulator.cs" />
|
---|
| 95 | <Compile Include="MaximalPreservativeCrossover.cs">
|
---|
| 96 | <SubType>Code</SubType>
|
---|
| 97 | </Compile>
|
---|
| 98 | <Compile Include="OrderBasedCrossover.cs">
|
---|
| 99 | <SubType>Code</SubType>
|
---|
| 100 | </Compile>
|
---|
| 101 | <Compile Include="OrderCrossover.cs">
|
---|
| 102 | <SubType>Code</SubType>
|
---|
| 103 | </Compile>
|
---|
| 104 | <Compile Include="PartiallyMatchedCrossover.cs">
|
---|
| 105 | <SubType>Code</SubType>
|
---|
| 106 | </Compile>
|
---|
| 107 | <Compile Include="PermutationCrossoverBase.cs" />
|
---|
| 108 | <Compile Include="HeuristicLabPermutationPlugin.cs" />
|
---|
| 109 | <Compile Include="Permutation.cs" />
|
---|
| 110 | <Compile Include="PermutationManipulatorBase.cs" />
|
---|
| 111 | <Compile Include="PositionBasedCrossover.cs">
|
---|
| 112 | <SubType>Code</SubType>
|
---|
| 113 | </Compile>
|
---|
| 114 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 115 | <Compile Include="RandomPermutationGenerator.cs" />
|
---|
| 116 | <Compile Include="ScrambleManipulator.cs" />
|
---|
| 117 | <Compile Include="Swap2Manipulator.cs" />
|
---|
| 118 | <Compile Include="Swap3Manipulator.cs" />
|
---|
| 119 | <Compile Include="TranslocationInversionManipulator.cs" />
|
---|
| 120 | <Compile Include="TranslocationManipulator.cs" />
|
---|
| 121 | </ItemGroup>
|
---|
| 122 | <ItemGroup>
|
---|
| 123 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 124 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 125 | </ItemGroup>
|
---|
| 126 | <ItemGroup>
|
---|
[1691] | 127 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 128 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 129 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[2] | 130 | </ProjectReference>
|
---|
[1691] | 131 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 132 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 133 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
[2] | 134 | </ProjectReference>
|
---|
[1691] | 135 | <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.3\HeuristicLab.Evolutionary-3.3.csproj">
|
---|
| 136 | <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
|
---|
| 137 | <Name>HeuristicLab.Evolutionary-3.3</Name>
|
---|
[2] | 138 | </ProjectReference>
|
---|
[1534] | 139 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[2] | 140 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 141 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 142 | </ProjectReference>
|
---|
[1691] | 143 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
| 144 | <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
|
---|
| 145 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
[84] | 146 | </ProjectReference>
|
---|
[2] | 147 | </ItemGroup>
|
---|
| 148 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 149 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 150 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 151 | <Target Name="BeforeBuild">
|
---|
| 152 | </Target>
|
---|
| 153 | <Target Name="AfterBuild">
|
---|
| 154 | </Target>
|
---|
| 155 | -->
|
---|
[30] | 156 | <PropertyGroup>
|
---|
[852] | 157 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 158 | set ProjectDir=$(ProjectDir)
|
---|
| 159 | set SolutionDir=$(SolutionDir)
|
---|
| 160 | set Outdir=$(Outdir)
|
---|
| 161 |
|
---|
| 162 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[30] | 163 | </PropertyGroup>
|
---|
[2] | 164 | </Project> |
---|