Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2457_ExpertSystem/HeuristicLab.Encodings.LinearLinkageEncoding/3.4/HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj @ 15694

Last change on this file since 15694 was 15694, checked in by abeham, 6 years ago

#2457: Adapted project references to trunk changes

File size: 10.8 KB
RevLine 
[12285]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>
[14475]11    <AssemblyName>HeuristicLab.Encodings.LinearLinkageEncoding-3.4</AssemblyName>
[12285]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>
[15694]19    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[12285]20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
[12650]23    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
24    <Prefer32Bit>false</Prefer32Bit>
[12285]25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
[15694]29    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[12285]30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
[12650]33    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
34    <DocumentationFile>
35    </DocumentationFile>
36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
37    <Prefer32Bit>false</Prefer32Bit>
[12285]38  </PropertyGroup>
[12650]39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
[15694]41    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[12650]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' ">
[15694]50    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[12650]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>
[15694]63    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[12650]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' ">
[15694]72    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[12650]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>
[12285]83  <PropertyGroup>
84    <SignAssembly>true</SignAssembly>
85  </PropertyGroup>
86  <PropertyGroup>
87    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
88  </PropertyGroup>
89  <ItemGroup>
[14776]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>
[12285]93      <Private>False</Private>
[12650]94    </ProjectReference>
[14776]95  </ItemGroup>
96  <ItemGroup>
97    <Reference Include="HeuristicLab.Collections-3.3">
[15694]98      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
[12285]99      <Private>False</Private>
[14776]100    </Reference>
101    <Reference Include="HeuristicLab.Common-3.3">
[15694]102      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
[12285]103      <Private>False</Private>
[14776]104    </Reference>
105    <Reference Include="HeuristicLab.Core-3.3">
[15694]106      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
[12285]107      <Private>False</Private>
[14776]108    </Reference>
109    <Reference Include="HeuristicLab.Data-3.3">
[15694]110      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
[12285]111      <Private>False</Private>
[14776]112    </Reference>
113    <Reference Include="HeuristicLab.Operators-3.3">
[15694]114      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
[12285]115      <Private>False</Private>
[14776]116    </Reference>
117    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
[15694]118      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
[12285]119      <Private>False</Private>
[14776]120    </Reference>
121    <Reference Include="HeuristicLab.Parameters-3.3">
[15694]122      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
[12285]123      <Private>False</Private>
[14776]124    </Reference>
125    <Reference Include="HeuristicLab.Persistence-3.3">
[15694]126      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
[12285]127      <Private>False</Private>
[14776]128    </Reference>
129    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
[15694]130      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[12285]131      <Private>False</Private>
[14776]132    </Reference>
133    <Reference Include="HeuristicLab.Random-3.3">
[15694]134      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
[12285]135      <Private>False</Private>
[14776]136    </Reference>
[12285]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>
[12643]147    <Compile Include="Creators\ExactGroupsLinearLinkageCreator.cs" />
[14475]148    <Compile Include="Creators\MaxGroupSizeLinearLinkageCreator.cs" />
[12643]149    <Compile Include="Creators\MaxGroupsLinearLinkageCreator.cs" />
[12285]150    <Compile Include="Creators\RandomLinearLinkageCreator.cs" />
151    <Compile Include="Crossovers\GreedyPartitionCrossover.cs" />
152    <Compile Include="Crossovers\GroupCrossover.cs" />
153    <Compile Include="Crossovers\LowestIndexMaxCrossover.cs" />
[12286]154    <Compile Include="Crossovers\MultiLLECrossover.cs" />
[12396]155    <Compile Include="Crossovers\SinglePointCrossover.cs" />
[12643]156    <Compile Include="Interfaces\ILinearLinkageMoveOperator.cs" />
[15256]157    <Compile Include="Interfaces\ILinearLinkageEMSSMoveOperator.cs" />
[12643]158    <Compile Include="Interfaces\ILinearLinkageSwap2MoveOperator.cs" />
[12285]159    <Compile Include="Interfaces\ILinearLinkageCreator.cs" />
160    <Compile Include="LinearLinkage.cs" />
161    <Compile Include="LinearLinkageCreator.cs" />
162    <Compile Include="LinearLinkageEncoding.cs" />
[14660]163    <Compile Include="LinearLinkageEqualityComparer.cs" />
[12285]164    <Compile Include="LinearLinkageManipulator.cs" />
165    <Compile Include="LinearLinkageCrossover.cs" />
[12288]166    <Compile Include="Manipulators\GraftManipulator.cs" />
[12286]167    <Compile Include="Manipulators\MoveItemManipulator.cs" />
168    <Compile Include="Manipulators\MergeGroupManipulator.cs" />
169    <Compile Include="Manipulators\MultiLLEManipulator.cs" />
[15256]170    <Compile Include="Moves\EMSS\EMSSMoveMaker.cs" />
171    <Compile Include="Moves\EMSS\ExtractMove.cs" />
172    <Compile Include="Moves\EMSS\MergeMove.cs" />
173    <Compile Include="Moves\EMSS\EMSSMove.cs" />
174    <Compile Include="Moves\EMSS\ExhaustiveEMSSMoveGenerator.cs" />
175    <Compile Include="Moves\EMSS\EMSSMoveGenerator.cs" />
176    <Compile Include="Moves\EMSS\StochasticEMSSMultiMoveGenerator.cs" />
177    <Compile Include="Moves\EMSS\StochasticEMSSSingleMoveGenerator.cs" />
178    <Compile Include="Moves\EMSS\ShiftMove.cs" />
179    <Compile Include="Moves\EMSS\SplitMove.cs" />
[12643]180    <Compile Include="Moves\Swap\ExhaustiveSwap2MoveGenerator.cs" />
181    <Compile Include="Moves\Swap\StochasticSwap2MultiMoveGenerator.cs" />
182    <Compile Include="Moves\Swap\StochasticSwap2SingleMoveGenerator.cs" />
183    <Compile Include="Moves\Swap\Swap2Move.cs" />
184    <Compile Include="Moves\Swap\Swap2MoveGenerator.cs" />
185    <Compile Include="Moves\Swap\Swap2MoveMaker.cs" />
[12286]186    <Compile Include="ShakingOperators\LLEShakingOperator.cs" />
[14660]187    <Compile Include="SimilarityCalculators\HammingSimilarityCalculator.cs" />
[12285]188    <None Include="HeuristicLab.snk" />
189    <None Include="Plugin.cs.frame" />
190    <Compile Include="Crossovers\LowestIndexFirstCrossover.cs" />
191    <Compile Include="Interfaces\ILinearLinkageCrossover.cs" />
192    <Compile Include="Interfaces\ILinearLinkageManipulator.cs" />
193    <Compile Include="Interfaces\ILinearLinkageOperator.cs" />
194    <Compile Include="Interfaces\ILinearLinkageShakingOperator.cs" />
195    <Compile Include="Manipulators\SplitGroupManipulator.cs" />
[12286]196    <Compile Include="Manipulators\SwapItemManipulator.cs" />
[12285]197    <Compile Include="Plugin.cs" />
198    <None Include="Properties\AssemblyInfo.cs.frame" />
199    <Compile Include="Properties\AssemblyInfo.cs" />
200  </ItemGroup>
201  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
202  <PropertyGroup>
[15694]203    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);..\..\..\..\trunk
[12285]204set ProjectDir=$(ProjectDir)
[15694]205set SolutionDir=..\..\..\..\trunk
[12285]206set Outdir=$(Outdir)
207
[12650]208call PreBuildEvent.cmd
209    </PreBuildEvent>
210    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
211export ProjectDir=$(ProjectDir)
[15694]212export SolutionDir=..\..\..\..\trunk
[12650]213
214$SolutionDir/PreBuildEvent.sh
215    </PreBuildEvent>
[12285]216  </PropertyGroup>
[15694]217  <PropertyGroup>
218    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
219set ProjectDir=$(ProjectDir)
220set SolutionDir=$(SolutionDir)
221set Outdir=$(Outdir)
222
223call PreBuildEvent.cmd
224</PreBuildEvent>
225  </PropertyGroup>
[12285]226  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
227       Other similar extension points exist, see Microsoft.Common.targets.
228  <Target Name="BeforeBuild">
229  </Target>
230  <Target Name="AfterBuild">
231  </Target>
232  -->
233</Project>
Note: See TracBrowser for help on using the repository browser.