Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.Encodings.LinearLinkageEncoding/3.4/HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj @ 14776

Last change on this file since 14776 was 14776, checked in by abeham, 7 years ago

#2457: working on MemPR integration

File size: 10.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.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>{BE698769-975A-429E-828C-72BB2B6182C8}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Encodings.LinearLinkageEncoding</RootNamespace>
11    <AssemblyName>HeuristicLab.Encodings.LinearLinkageEncoding-3.4</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>$(SolutionDir)\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
24    <Prefer32Bit>false</Prefer32Bit>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>$(SolutionDir)\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
34    <DocumentationFile>
35    </DocumentationFile>
36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
37    <Prefer32Bit>false</Prefer32Bit>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>$(SolutionDir)\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47    <Prefer32Bit>false</Prefer32Bit>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50    <OutputPath>$(SolutionDir)\bin\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <DocumentationFile>
53    </DocumentationFile>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>$(SolutionDir)\bin\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69    <Prefer32Bit>false</Prefer32Bit>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
72    <OutputPath>$(SolutionDir)\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <DocumentationFile>
75    </DocumentationFile>
76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x64</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81    <Prefer32Bit>false</Prefer32Bit>
82  </PropertyGroup>
83  <PropertyGroup>
84    <SignAssembly>true</SignAssembly>
85  </PropertyGroup>
86  <PropertyGroup>
87    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
88  </PropertyGroup>
89  <ItemGroup>
90    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
91      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
92      <Name>HeuristicLab.Optimization-3.3</Name>
93      <Private>False</Private>
94    </ProjectReference>
95  </ItemGroup>
96  <ItemGroup>
97    <Reference Include="HeuristicLab.Collections-3.3">
98      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.Common-3.3">
102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.Core-3.3">
106      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.Data-3.3">
110      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Operators-3.3">
114      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
118      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
119      <Private>False</Private>
120    </Reference>
121    <Reference Include="HeuristicLab.Parameters-3.3">
122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.Persistence-3.3">
126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
131      <Private>False</Private>
132    </Reference>
133    <Reference Include="HeuristicLab.Random-3.3">
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="System" />
138    <Reference Include="System.Core" />
139    <Reference Include="System.Drawing" />
140    <Reference Include="System.Xml.Linq" />
141    <Reference Include="System.Data.DataSetExtensions" />
142    <Reference Include="Microsoft.CSharp" />
143    <Reference Include="System.Data" />
144    <Reference Include="System.Xml" />
145  </ItemGroup>
146  <ItemGroup>
147    <Compile Include="Creators\ExactGroupsLinearLinkageCreator.cs" />
148    <Compile Include="Creators\MaxGroupSizeLinearLinkageCreator.cs" />
149    <Compile Include="Creators\MaxGroupsLinearLinkageCreator.cs" />
150    <Compile Include="Creators\RandomLinearLinkageCreator.cs" />
151    <Compile Include="Crossovers\GreedyPartitionCrossover.cs" />
152    <Compile Include="Crossovers\GroupCrossover.cs" />
153    <Compile Include="Crossovers\LowestIndexMaxCrossover.cs" />
154    <Compile Include="Crossovers\MultiLLECrossover.cs" />
155    <Compile Include="Crossovers\SinglePointCrossover.cs" />
156    <Compile Include="Interfaces\ILinearLinkageMoveOperator.cs" />
157    <Compile Include="Interfaces\ILinearLinkageSwap2MoveOperator.cs" />
158    <Compile Include="Interfaces\ILinearLinkageCreator.cs" />
159    <Compile Include="LinearLinkage.cs" />
160    <Compile Include="LinearLinkageCreator.cs" />
161    <Compile Include="LinearLinkageEncoding.cs" />
162    <Compile Include="LinearLinkageEqualityComparer.cs" />
163    <Compile Include="LinearLinkageManipulator.cs" />
164    <Compile Include="LinearLinkageCrossover.cs" />
165    <Compile Include="Manipulators\GraftManipulator.cs" />
166    <Compile Include="Manipulators\MoveItemManipulator.cs" />
167    <Compile Include="Manipulators\MergeGroupManipulator.cs" />
168    <Compile Include="Manipulators\MultiLLEManipulator.cs" />
169    <Compile Include="Moves\ExtractMove.cs" />
170    <Compile Include="Moves\MergeMove.cs" />
171    <Compile Include="Moves\Move.cs" />
172    <Compile Include="Moves\ShiftMove.cs" />
173    <Compile Include="Moves\SplitMove.cs" />
174    <Compile Include="Moves\StaticAPI\MoveGenerator.cs" />
175    <Compile Include="Moves\Swap\ExhaustiveSwap2MoveGenerator.cs" />
176    <Compile Include="Moves\Swap\StochasticSwap2MultiMoveGenerator.cs" />
177    <Compile Include="Moves\Swap\StochasticSwap2SingleMoveGenerator.cs" />
178    <Compile Include="Moves\Swap\Swap2Move.cs" />
179    <Compile Include="Moves\Swap\Swap2MoveGenerator.cs" />
180    <Compile Include="Moves\Swap\Swap2MoveMaker.cs" />
181    <Compile Include="ShakingOperators\LLEShakingOperator.cs" />
182    <Compile Include="SimilarityCalculators\HammingSimilarityCalculator.cs" />
183    <None Include="HeuristicLab.snk" />
184    <None Include="Plugin.cs.frame" />
185    <Compile Include="Crossovers\LowestIndexFirstCrossover.cs" />
186    <Compile Include="Interfaces\ILinearLinkageCrossover.cs" />
187    <Compile Include="Interfaces\ILinearLinkageManipulator.cs" />
188    <Compile Include="Interfaces\ILinearLinkageOperator.cs" />
189    <Compile Include="Interfaces\ILinearLinkageShakingOperator.cs" />
190    <Compile Include="Manipulators\SplitGroupManipulator.cs" />
191    <Compile Include="Manipulators\SwapItemManipulator.cs" />
192    <Compile Include="Plugin.cs" />
193    <None Include="Properties\AssemblyInfo.cs.frame" />
194    <Compile Include="Properties\AssemblyInfo.cs" />
195  </ItemGroup>
196  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
197  <PropertyGroup>
198    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
199set ProjectDir=$(ProjectDir)
200set SolutionDir=$(SolutionDir)
201set Outdir=$(Outdir)
202
203call PreBuildEvent.cmd
204    </PreBuildEvent>
205    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
206export ProjectDir=$(ProjectDir)
207export SolutionDir=$(SolutionDir)
208
209$SolutionDir/PreBuildEvent.sh
210    </PreBuildEvent>
211  </PropertyGroup>
212  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
213       Other similar extension points exist, see Microsoft.Common.targets.
214  <Target Name="BeforeBuild">
215  </Target>
216  <Target Name="AfterBuild">
217  </Target>
218  -->
219</Project>
Note: See TracBrowser for help on using the repository browser.