Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ProgrammableProblem/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-3.3.csproj @ 11778

Last change on this file since 11778 was 11778, checked in by mkommend, 9 years ago

#2174: Added encoding projects to programmable problem solution and adapted them to the branch structure.

File size: 14.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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>
8    <ProjectGuid>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.PermutationEncoding</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.PermutationEncoding-3.3</AssemblyName>
13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
21    <TargetFrameworkProfile>
22    </TargetFrameworkProfile>
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
58    <DocumentationFile>
59    </DocumentationFile>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61    <Prefer32Bit>false</Prefer32Bit>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
64    <DebugSymbols>true</DebugSymbols>
65    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
66    <DefineConstants>DEBUG;TRACE</DefineConstants>
67    <DebugType>full</DebugType>
68    <PlatformTarget>x86</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
71    <Prefer32Bit>false</Prefer32Bit>
72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
74    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
75    <DefineConstants>TRACE</DefineConstants>
76    <DocumentationFile>
77    </DocumentationFile>
78    <Optimize>true</Optimize>
79    <DebugType>pdbonly</DebugType>
80    <PlatformTarget>x86</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83    <Prefer32Bit>false</Prefer32Bit>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
86    <DebugSymbols>true</DebugSymbols>
87    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
88    <DefineConstants>DEBUG;TRACE</DefineConstants>
89    <DebugType>full</DebugType>
90    <PlatformTarget>x64</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93    <Prefer32Bit>false</Prefer32Bit>
94  </PropertyGroup>
95  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
96    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
97    <DefineConstants>TRACE</DefineConstants>
98    <DocumentationFile>
99    </DocumentationFile>
100    <Optimize>true</Optimize>
101    <DebugType>pdbonly</DebugType>
102    <PlatformTarget>x64</PlatformTarget>
103    <ErrorReport>prompt</ErrorReport>
104    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
105    <Prefer32Bit>false</Prefer32Bit>
106  </PropertyGroup>
107  <ItemGroup>
108    <Reference Include="HeuristicLab.Collections-3.3">
109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.Common-3.3">
113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Common.Resources-3.3">
117      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="HeuristicLab.Core-3.3">
121      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
122      <Private>False</Private>
123    </Reference>
124    <Reference Include="HeuristicLab.Data-3.3">
125      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Operators-3.3">
129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
134      <Private>False</Private>
135    </Reference>
136    <Reference Include="HeuristicLab.Parameters-3.3">
137      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
138      <Private>False</Private>
139    </Reference>
140    <Reference Include="HeuristicLab.Persistence-3.3">
141      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
142      <Private>False</Private>
143    </Reference>
144    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
145      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
146      <Private>False</Private>
147    </Reference>
148    <Reference Include="System" />
149    <Reference Include="System.Core">
150      <RequiredTargetFramework>3.5</RequiredTargetFramework>
151    </Reference>
152    <Reference Include="System.Data" />
153    <Reference Include="System.Drawing" />
154    <Reference Include="System.Xml" />
155  </ItemGroup>
156  <ItemGroup>
157    <Compile Include="Creators\RandomPermutationCreator.cs" />
158    <Compile Include="Crossovers\CosaCrossover.cs" />
159    <Compile Include="Crossovers\CyclicCrossover.cs" />
160    <Compile Include="Crossovers\CyclicCrossover2.cs" />
161    <Compile Include="Crossovers\EdgeRecombinationCrossover.cs" />
162    <Compile Include="Crossovers\MaximalPreservativeCrossover.cs" />
163    <Compile Include="Crossovers\MultiPermutationCrossover.cs" />
164    <Compile Include="Crossovers\OrderBasedCrossover.cs" />
165    <Compile Include="Crossovers\OrderCrossover.cs" />
166    <Compile Include="Crossovers\OrderCrossover2.cs" />
167    <Compile Include="Crossovers\PartiallyMatchedCrossover.cs" />
168    <Compile Include="Crossovers\PositionBasedCrossover.cs" />
169    <Compile Include="Crossovers\UniformLikeCrossover.cs" />
170    <Compile Include="Interfaces\IPermutationScrambleMoveOperator.cs" />
171    <Compile Include="Interfaces\IPermutationMultiNeighborhoodShakingOperator.cs" />
172    <Compile Include="Interfaces\IPermutationSwap2MoveOperator.cs" />
173    <Compile Include="Interfaces\IPermutationCreator.cs" />
174    <Compile Include="Interfaces\IPermutationCrossover.cs" />
175    <Compile Include="Interfaces\IPermutationManipulator.cs" />
176    <Compile Include="Interfaces\IPermutationMoveOperator.cs" />
177    <Compile Include="Interfaces\IPermutationOperator.cs" />
178    <Compile Include="Interfaces\IPermutationTranslocationMoveOperator.cs" />
179    <Compile Include="Interfaces\IPermutationInversionMoveOperator.cs" />
180    <Compile Include="Manipulators\InsertionManipulator.cs" />
181    <Compile Include="Manipulators\InversionManipulator.cs" />
182    <Compile Include="Manipulators\MultiPermutationManipulator.cs" />
183    <Compile Include="Manipulators\ScrambleManipulator.cs" />
184    <Compile Include="Manipulators\Swap2Manipulator.cs" />
185    <Compile Include="Manipulators\Swap3Manipulator.cs" />
186    <Compile Include="Manipulators\TranslocationInversionManipulator.cs" />
187    <Compile Include="Manipulators\TranslocationManipulator.cs" />
188    <Compile Include="Moves\Edge.cs" />
189    <Compile Include="Moves\PermutationMoveAttribute.cs" />
190    <Compile Include="Moves\Scramble\StochasticScrambleMultiMoveGenerator.cs" />
191    <Compile Include="Moves\Scramble\ScrambleMove.cs" />
192    <Compile Include="Moves\Scramble\ScrambleMoveGenerator.cs" />
193    <Compile Include="Moves\Scramble\ScrambleMoveMaker.cs" />
194    <Compile Include="Moves\StandardEdgeEqualityComparer.cs" />
195    <Compile Include="Moves\Swap2\ExhaustiveSwap2MoveGenerator.cs" />
196    <Compile Include="Moves\Swap2\StochasticSwap2MultiMoveGenerator.cs" />
197    <Compile Include="Moves\Swap2\StochasticSwap2SingleMoveGenerator.cs" />
198    <Compile Include="Moves\Swap2\Swap2Move.cs" />
199    <Compile Include="Moves\Swap2\Swap2MoveAbsoluteAttribute.cs" />
200    <Compile Include="Moves\Swap2\Swap2MoveGenerator.cs" />
201    <Compile Include="Moves\Swap2\Swap2MoveHardTabuCriterion.cs" />
202    <Compile Include="Moves\Swap2\Swap2MoveMaker.cs" />
203    <Compile Include="Moves\Swap2\Swap2MoveRelativeAttribute.cs" />
204    <Compile Include="Moves\Swap2\Swap2MoveSoftTabuCriterion.cs" />
205    <Compile Include="Moves\Swap2\Swap2MoveTabuMaker.cs" />
206    <Compile Include="Moves\ThreeIndexMove.cs" />
207    <Compile Include="Moves\ThreeOpt\StochasticSingleInsertionMoveGenerator.cs" />
208    <Compile Include="Moves\ThreeOpt\TranslocationMoveAbsoluteAttribute.cs" />
209    <Compile Include="Moves\ThreeOpt\ExhaustiveInsertionMoveGenerator.cs">
210      <SubType>Code</SubType>
211    </Compile>
212    <Compile Include="Moves\ThreeOpt\StochasticTranslocationMultiMoveGenerator.cs" />
213    <Compile Include="Moves\ThreeOpt\StochasticTranslocationSingleMoveGenerator.cs" />
214    <Compile Include="Moves\ThreeOpt\TranslocationMove.cs" />
215    <Compile Include="Moves\ThreeOpt\TranslocationMoveGenerator.cs" />
216    <Compile Include="Moves\ThreeOpt\TranslocationMoveHardTabuCriterion.cs" />
217    <Compile Include="Moves\ThreeOpt\TranslocationMoveMaker.cs" />
218    <Compile Include="Moves\ThreeOpt\TranslocationMoveRelativeAttribute.cs" />
219    <Compile Include="Moves\ThreeOpt\TranslocationMoveSoftTabuCriterion.cs" />
220    <Compile Include="Moves\ThreeOpt\TranslocationMoveTabuMaker.cs" />
221    <Compile Include="Moves\TwoIndexMove.cs">
222      <SubType>Code</SubType>
223    </Compile>
224    <Compile Include="Moves\TwoOpt\InversionMoveAbsoluteAttribute.cs" />
225    <Compile Include="Moves\TwoOpt\ExhaustiveInversionMoveGenerator.cs" />
226    <Compile Include="Moves\TwoOpt\InversionMove.cs" />
227    <Compile Include="Moves\TwoOpt\InversionMoveHardTabuCriterion.cs" />
228    <Compile Include="Moves\TwoOpt\InversionMoveRelativeAttribute.cs" />
229    <Compile Include="Moves\TwoOpt\InversionMoveGenerator.cs" />
230    <Compile Include="Moves\TwoOpt\InversionMoveMaker.cs" />
231    <Compile Include="Moves\TwoOpt\InversionMoveSoftTabuCriterion.cs" />
232    <Compile Include="Moves\TwoOpt\InversionMoveTabuMaker.cs" />
233    <Compile Include="Moves\TwoOpt\StochasticInversionMultiMoveGenerator.cs" />
234    <Compile Include="Moves\TwoOpt\StochasticInversionSingleMoveGenerator.cs" />
235    <Compile Include="PermutationEqualityComparer.cs" />
236    <Compile Include="PermutationManipulator.cs" />
237    <Compile Include="PermutationCrossover.cs" />
238    <Compile Include="Permutation.cs" />
239    <Compile Include="PermutationType.cs" />
240    <Compile Include="PermutationTypes.cs" />
241    <Compile Include="Plugin.cs" />
242    <Compile Include="Properties\AssemblyInfo.cs" />
243    <Compile Include="ShakingOperators\PermutationShakingOperator.cs" />
244  </ItemGroup>
245  <ItemGroup>
246    <None Include="HeuristicLab.snk" />
247    <None Include="Plugin.cs.frame" />
248    <None Include="Properties\AssemblyInfo.cs.frame" />
249  </ItemGroup>
250  <ItemGroup>
251    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
252      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
253      <Name>HeuristicLab.Optimization-3.3</Name>
254      <Private>False</Private>
255    </ProjectReference>
256  </ItemGroup>
257  <ItemGroup>
258    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
259      <Visible>False</Visible>
260      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
261      <Install>false</Install>
262    </BootstrapperPackage>
263    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
264      <Visible>False</Visible>
265      <ProductName>.NET Framework 3.5 SP1</ProductName>
266      <Install>true</Install>
267    </BootstrapperPackage>
268    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
269      <Visible>False</Visible>
270      <ProductName>Windows Installer 3.1</ProductName>
271      <Install>true</Install>
272    </BootstrapperPackage>
273  </ItemGroup>
274  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
275  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
276       Other similar extension points exist, see Microsoft.Common.targets.
277  <Target Name="BeforeBuild">
278  </Target>
279  <Target Name="AfterBuild">
280  </Target>
281  -->
282  <PropertyGroup>
283    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
284set ProjectDir=$(ProjectDir)
285set SolutionDir=$(SolutionDir)
286set Outdir=$(Outdir)
287
288call PreBuildEvent.cmd
289</PreBuildEvent>
290    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
291export ProjectDir=$(ProjectDir)
292export SolutionDir=$(SolutionDir)
293
294$SolutionDir/PreBuildEvent.sh
295</PreBuildEvent>
296  </PropertyGroup>
297</Project>
Note: See TracBrowser for help on using the repository browser.