Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-3.3.csproj @ 5142

Last change on this file since 5142 was 5142, checked in by swagner, 13 years ago

Migrated projects to .NET 4.0 (#1350)

File size: 13.2 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.0</TargetFrameworkVersion>
21    <TargetFrameworkProfile></TargetFrameworkProfile>
22    <PublishUrl>publish\</PublishUrl>
23    <Install>true</Install>
24    <InstallFrom>Disk</InstallFrom>
25    <UpdateEnabled>false</UpdateEnabled>
26    <UpdateMode>Foreground</UpdateMode>
27    <UpdateInterval>7</UpdateInterval>
28    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29    <UpdatePeriodically>false</UpdatePeriodically>
30    <UpdateRequired>false</UpdateRequired>
31    <MapFileExtensions>true</MapFileExtensions>
32    <ApplicationRevision>0</ApplicationRevision>
33    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34    <IsWebBootstrapper>false</IsWebBootstrapper>
35    <UseApplicationTrust>false</UseApplicationTrust>
36    <BootstrapperEnabled>true</BootstrapperEnabled>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
56    <DocumentationFile>bin\Release\HeuristicLab.Encodings.PermutationEncoding-3.3.xml</DocumentationFile>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>bin\x86\Debug\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
69    <OutputPath>bin\x86\Release\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <DocumentationFile>bin\x86\Release\HeuristicLab.Encodings.PermutationEncoding-3.3.xml</DocumentationFile>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x86</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
77  </PropertyGroup>
78  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
79    <DebugSymbols>true</DebugSymbols>
80    <OutputPath>bin\x64\Debug\</OutputPath>
81    <DefineConstants>DEBUG;TRACE</DefineConstants>
82    <DebugType>full</DebugType>
83    <PlatformTarget>x64</PlatformTarget>
84    <ErrorReport>prompt</ErrorReport>
85    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
86  </PropertyGroup>
87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
88    <OutputPath>bin\x64\Release\</OutputPath>
89    <DefineConstants>TRACE</DefineConstants>
90    <DocumentationFile>bin\x64\Release\HeuristicLab.Permutation-3.2.xml</DocumentationFile>
91    <Optimize>true</Optimize>
92    <DebugType>pdbonly</DebugType>
93    <PlatformTarget>x64</PlatformTarget>
94    <ErrorReport>prompt</ErrorReport>
95    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
96  </PropertyGroup>
97  <ItemGroup>
98    <Reference Include="System" />
99    <Reference Include="System.Core">
100      <RequiredTargetFramework>3.5</RequiredTargetFramework>
101    </Reference>
102    <Reference Include="System.Data" />
103    <Reference Include="System.Drawing" />
104    <Reference Include="System.Xml" />
105  </ItemGroup>
106  <ItemGroup>
107    <Compile Include="Creators\RandomPermutationCreator.cs" />
108    <Compile Include="Crossovers\CosaCrossover.cs" />
109    <Compile Include="Crossovers\CyclicCrossover.cs" />
110    <Compile Include="Crossovers\CyclicCrossover2.cs" />
111    <Compile Include="Crossovers\EdgeRecombinationCrossover.cs" />
112    <Compile Include="Crossovers\MaximalPreservativeCrossover.cs" />
113    <Compile Include="Crossovers\MultiPermutationCrossover.cs" />
114    <Compile Include="Crossovers\OrderBasedCrossover.cs" />
115    <Compile Include="Crossovers\OrderCrossover.cs" />
116    <Compile Include="Crossovers\OrderCrossover2.cs" />
117    <Compile Include="Crossovers\PartiallyMatchedCrossover.cs" />
118    <Compile Include="Crossovers\PositionBasedCrossover.cs" />
119    <Compile Include="HeuristicLabEncodingsPermutationEncodingPlugin.cs" />
120    <Compile Include="Interfaces\IPermutationCreator.cs" />
121    <Compile Include="Interfaces\IPermutationCrossover.cs" />
122    <Compile Include="Interfaces\IPermutationManipulator.cs" />
123    <Compile Include="Interfaces\IPermutationMoveOperator.cs" />
124    <Compile Include="Interfaces\IPermutationOperator.cs" />
125    <Compile Include="Interfaces\IPermutationTranslocationMoveOperator.cs" />
126    <Compile Include="Interfaces\IPermutationInversionMoveOperator.cs" />
127    <Compile Include="Manipulators\InsertionManipulator.cs" />
128    <Compile Include="Manipulators\InversionManipulator.cs" />
129    <Compile Include="Manipulators\MultiPermutationManipulator.cs" />
130    <Compile Include="Manipulators\ScrambleManipulator.cs" />
131    <Compile Include="Manipulators\Swap2Manipulator.cs" />
132    <Compile Include="Manipulators\Swap3Manipulator.cs" />
133    <Compile Include="Manipulators\TranslocationInversionManipulator.cs" />
134    <Compile Include="Manipulators\TranslocationManipulator.cs" />
135    <Compile Include="Moves\PermutationMoveAttribute.cs" />
136    <Compile Include="Moves\ThreeIndexMove.cs" />
137    <Compile Include="Moves\ThreeOpt\StochasticSingleInsertionMoveGenerator.cs" />
138    <Compile Include="Moves\ThreeOpt\TranslocationMoveAbsoluteAttribute.cs" />
139    <Compile Include="Moves\ThreeOpt\ExhaustiveInsertionMoveGenerator.cs">
140      <SubType>Code</SubType>
141    </Compile>
142    <Compile Include="Moves\ThreeOpt\StochasticTranslocationMultiMoveGenerator.cs" />
143    <Compile Include="Moves\ThreeOpt\StochasticTranslocationSingleMoveGenerator.cs" />
144    <Compile Include="Moves\ThreeOpt\TranslocationMove.cs" />
145    <Compile Include="Moves\ThreeOpt\TranslocationMoveGenerator.cs" />
146    <Compile Include="Moves\ThreeOpt\TranslocationMoveHardTabuCriterion.cs" />
147    <Compile Include="Moves\ThreeOpt\TranslocationMoveMaker.cs" />
148    <Compile Include="Moves\ThreeOpt\TranslocationMoveRelativeAttribute.cs" />
149    <Compile Include="Moves\ThreeOpt\TranslocationMoveSoftTabuCriterion.cs" />
150    <Compile Include="Moves\ThreeOpt\TranslocationMoveTabuMaker.cs" />
151    <Compile Include="Moves\TwoIndexMove.cs">
152      <SubType>Code</SubType>
153    </Compile>
154    <Compile Include="Moves\TwoOpt\InversionMoveAbsoluteAttribute.cs" />
155    <Compile Include="Moves\TwoOpt\ExhaustiveInversionMoveGenerator.cs" />
156    <Compile Include="Moves\TwoOpt\InversionMove.cs" />
157    <Compile Include="Moves\TwoOpt\InversionMoveHardTabuCriterion.cs" />
158    <Compile Include="Moves\TwoOpt\InversionMoveRelativeAttribute.cs" />
159    <Compile Include="Moves\TwoOpt\InversionMoveGenerator.cs" />
160    <Compile Include="Moves\TwoOpt\InversionMoveMaker.cs" />
161    <Compile Include="Moves\TwoOpt\InversionMoveSoftTabuCriterion.cs" />
162    <Compile Include="Moves\TwoOpt\InversionMoveTabuMaker.cs" />
163    <Compile Include="Moves\TwoOpt\StochasticInversionMultiMoveGenerator.cs" />
164    <Compile Include="Moves\TwoOpt\StochasticInversionSingleMoveGenerator.cs" />
165    <Compile Include="PermutationManipulator.cs" />
166    <Compile Include="PermutationCrossover.cs" />
167    <Compile Include="Permutation.cs" />
168    <Compile Include="PermutationType.cs" />
169    <Compile Include="PermutationTypes.cs" />
170    <Compile Include="Properties\AssemblyInfo.cs" />
171  </ItemGroup>
172  <ItemGroup>
173    <None Include="HeuristicLab.snk" />
174    <None Include="HeuristicLabEncodingsPermutationEncodingPlugin.cs.frame" />
175    <None Include="Properties\AssemblyInfo.frame" />
176  </ItemGroup>
177  <ItemGroup>
178    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
179      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
180      <Name>HeuristicLab.Collections-3.3</Name>
181    </ProjectReference>
182    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
183      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
184      <Name>HeuristicLab.Common.Resources-3.3</Name>
185    </ProjectReference>
186    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
187      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
188      <Name>HeuristicLab.Common-3.3</Name>
189    </ProjectReference>
190    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
191      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
192      <Name>HeuristicLab.Core-3.3</Name>
193    </ProjectReference>
194    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
195      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
196      <Name>HeuristicLab.Data-3.3</Name>
197    </ProjectReference>
198    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
199      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
200      <Name>HeuristicLab.Operators-3.3</Name>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
203      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
204      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
205    </ProjectReference>
206    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
207      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
208      <Name>HeuristicLab.Optimization-3.3</Name>
209    </ProjectReference>
210    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
211      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
212      <Name>HeuristicLab.Parameters-3.3</Name>
213    </ProjectReference>
214    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
215      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
216      <Name>HeuristicLab.Persistence-3.3</Name>
217    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
219      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
220      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
221    </ProjectReference>
222  </ItemGroup>
223  <ItemGroup>
224    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
225      <Visible>False</Visible>
226      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
227      <Install>false</Install>
228    </BootstrapperPackage>
229    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
230      <Visible>False</Visible>
231      <ProductName>.NET Framework 3.5 SP1</ProductName>
232      <Install>true</Install>
233    </BootstrapperPackage>
234    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
235      <Visible>False</Visible>
236      <ProductName>Windows Installer 3.1</ProductName>
237      <Install>true</Install>
238    </BootstrapperPackage>
239  </ItemGroup>
240  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
241  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
242       Other similar extension points exist, see Microsoft.Common.targets.
243  <Target Name="BeforeBuild">
244  </Target>
245  <Target Name="AfterBuild">
246  </Target>
247  -->
248  <PropertyGroup>
249    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
250set ProjectDir=$(ProjectDir)
251set SolutionDir=$(SolutionDir)
252set Outdir=$(Outdir)
253
254call PreBuildEvent.cmd
255SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsPermutationEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsPermutationEncodingPlugin.cs"</PreBuildEvent>
256  </PropertyGroup>
257</Project>
Note: See TracBrowser for help on using the repository browser.