Free cookie consent management tool by TermsFeed Policy Generator

source: branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/HeuristicLab.Encodings.MoveVectorEncoding-3.3.csproj @ 14278

Last change on this file since 14278 was 14278, checked in by mzehetho, 8 years ago

Initial Commit for ticket #2605

Implemented:

  • Encoding
  • Moves
  • Views
  • Blocks World Problem
  • Blocks Relocation Problem
  • Stacking Problem
File size: 7.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{E77AA79E-EFFF-4038-A2D0-DD9BE070705C}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Encodings.MoveVectorEncoding</RootNamespace>
11    <AssemblyName>HeuristicLab.Encodings.MoveVectorEncoding-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
42      <SpecificVersion>False</SpecificVersion>
43      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
44    </Reference>
45    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
46      <SpecificVersion>False</SpecificVersion>
47      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
50      <SpecificVersion>False</SpecificVersion>
51      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
52    </Reference>
53    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
54      <SpecificVersion>False</SpecificVersion>
55      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
56    </Reference>
57    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
58      <SpecificVersion>False</SpecificVersion>
59      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
62      <SpecificVersion>False</SpecificVersion>
63      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
64    </Reference>
65    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
66      <SpecificVersion>False</SpecificVersion>
67      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
70      <SpecificVersion>False</SpecificVersion>
71      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
72    </Reference>
73    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
74      <SpecificVersion>False</SpecificVersion>
75      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
76    </Reference>
77    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
78      <SpecificVersion>False</SpecificVersion>
79      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
80    </Reference>
81    <Reference Include="System" />
82    <Reference Include="System.Core" />
83    <Reference Include="System.Drawing" />
84    <Reference Include="System.Xml.Linq" />
85    <Reference Include="System.Data.DataSetExtensions" />
86    <Reference Include="Microsoft.CSharp" />
87    <Reference Include="System.Data" />
88    <Reference Include="System.Net.Http" />
89    <Reference Include="System.Xml" />
90  </ItemGroup>
91  <ItemGroup>
92    <Compile Include="Creators\RandomMoveVectorCreator.cs" />
93    <Compile Include="Crossovers\NPointCrossover.cs" />
94    <Compile Include="Crossovers\UniformCrossover.cs" />
95    <Compile Include="Interfaces\IMoveVectorMultiNeighborhoodShakingOperator.cs" />
96    <Compile Include="Manipulators\MultiMoveManipulator.cs" />
97    <Compile Include="Manipulators\SingleMoveChangeManipulator.cs" />
98    <Compile Include="Manipulators\SingleMoveEnableManipulator.cs" />
99    <Compile Include="Manipulators\SingleMoveShiftManipulator.cs" />
100    <Compile Include="MoveVectorCrossover.cs" />
101    <Compile Include="Crossovers\SinglePointCrossover.cs" />
102    <Compile Include="MoveVectorCreator.cs" />
103    <Compile Include="Interfaces\IBoundedMoveVectorOperator.cs" />
104    <Compile Include="Interfaces\IMoveVectorCreator.cs" />
105    <Compile Include="Interfaces\IMoveVectorCrossover.cs" />
106    <Compile Include="Interfaces\IMoveVectorManipulator.cs" />
107    <Compile Include="Interfaces\IMoveVectorOperator.cs" />
108    <Compile Include="BoundedMoveVectorManipulator.cs" />
109    <Compile Include="Manipulators\SingleMoveManipulator.cs" />
110    <Compile Include="MoveVectorManipulator.cs" />
111    <Compile Include="MoveVectorOperator.cs" />
112    <Compile Include="Plugin.cs" />
113    <Compile Include="Properties\AssemblyInfo.cs" />
114    <Compile Include="MoveVectorEncoding.cs" />
115    <Compile Include="ShakingOperators\MoveVectorShakingOperator.cs" />
116  </ItemGroup>
117  <ItemGroup>
118    <ProjectReference Include="..\..\HeuristicLab.Data.MoveVectorData\3.3\HeuristicLab.Data.MoveVectorData-3.3.csproj">
119      <Project>{471e9356-0eb6-426b-ae34-988e0c7632c2}</Project>
120      <Name>HeuristicLab.Data.MoveVectorData-3.3</Name>
121    </ProjectReference>
122  </ItemGroup>
123  <ItemGroup>
124    <None Include="HeuristicLab.snk" />
125  </ItemGroup>
126  <ItemGroup />
127  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
128  <PropertyGroup>
129    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
130set ProjectDir=$(ProjectDir)
131set SolutionDir=$(SolutionDir)
132set Outdir=$(Outdir)
133</PreBuildEvent>
134  </PropertyGroup>
135  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
136       Other similar extension points exist, see Microsoft.Common.targets.
137  <Target Name="BeforeBuild">
138  </Target>
139  <Target Name="AfterBuild">
140  </Target>
141  -->
142</Project>
Note: See TracBrowser for help on using the repository browser.