Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj @ 11572

Last change on this file since 11572 was 11572, checked in by bburlacu, 9 years ago

#2276: Merged the Programmable problem projects into the branch, adjusted references and build paths.

File size: 9.5 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>{EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.Programmable</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.Programmable-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.0</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>..\..\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="System" />
41    <Reference Include="System.Core" />
42    <Reference Include="System.Drawing" />
43    <Reference Include="System.Xml.Linq" />
44    <Reference Include="System.Data.DataSetExtensions" />
45    <Reference Include="Microsoft.CSharp" />
46    <Reference Include="System.Data" />
47    <Reference Include="System.Xml" />
48  </ItemGroup>
49  <ItemGroup>
50    <Compile Include="Encodings\PermutationEncoding.cs" />
51    <Compile Include="Encodings\RealEncoding.cs" />
52    <Compile Include="Encodings\IntegerEncoding.cs" />
53    <Compile Include="Encodings\BinaryEncoding.cs" />
54    <Compile Include="Encodings\MultiEncoding.cs" />
55    <Compile Include="Encodings\Encoding.cs" />
56    <Compile Include="Encodings\Individual.cs" />
57    <Compile Include="Helper.cs" />
58    <Compile Include="Interfaces\ISingleObjectiveMoveOperator.cs" />
59    <Compile Include="Interfaces\IMultiObjectiveProblemDefinition.cs" />
60    <Compile Include="Interfaces\IMultiObjectiveProgrammableProblemAnalyzer.cs" />
61    <Compile Include="Interfaces\ISingleObjectiveProgrammableProblemAnalyzer.cs" />
62    <Compile Include="Interfaces\IMultiObjectiveProgrammableProblemEvaluator.cs" />
63    <Compile Include="Interfaces\ISingleObjectiveProgrammableProblemEvaluator.cs" />
64    <Compile Include="Operators\MultiEncodingManipulator.cs" />
65    <Compile Include="Operators\MultiEncodingCrossover.cs" />
66    <Compile Include="Operators\SingleObjectiveMoveEvaluator.cs" />
67    <Compile Include="Operators\SingleObjectiveMoveGenerator.cs" />
68    <Compile Include="Operators\SingleObjectiveMoveMaker.cs" />
69    <Compile Include="Operators\MultiObjectiveAnalyzer.cs" />
70    <Compile Include="Operators\SingleObjectiveAnalyzer.cs" />
71    <Compile Include="Operators\MultiObjectiveEvaluator.cs" />
72    <Compile Include="Operators\SingleObjectiveEvaluator.cs" />
73    <Compile Include="Operators\MultiEncodingCreator.cs" />
74    <Compile Include="Interfaces\IProblemDefinition.cs" />
75    <Compile Include="Interfaces\ISingleObjectiveProblemDefinition.cs" />
76    <Compile Include="Operators\SingleObjectiveImprover.cs" />
77    <Compile Include="ProblemDefinition.cs" />
78    <Compile Include="ProblemScriptBase.cs" />
79    <Compile Include="ProblemScript.cs" />
80    <Compile Include="MultiObjectiveProblemDefinition.cs" />
81    <Compile Include="SingleObjectiveProblemDefinition.cs" />
82    <Compile Include="MultiObjectiveProblemScript.cs" />
83    <Compile Include="SingleObjectiveProblemScript.cs" />
84    <Compile Include="MultiObjectiveProgrammableProblem.cs" />
85    <Compile Include="SingleObjectiveProgrammableProblem.cs" />
86    <None Include="HeuristicLab.snk" />
87    <None Include="Plugin.cs.frame" />
88    <Compile Include="Plugin.cs" />
89    <None Include="Properties\AssemblyInfo.cs.frame" />
90    <Compile Include="Properties\AssemblyInfo.cs" />
91  </ItemGroup>
92  <ItemGroup>
93    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
94      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
95      <Name>HeuristicLab.Analysis-3.3</Name>
96    </ProjectReference>
97    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
98      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
99      <Name>HeuristicLab.Collections-3.3</Name>
100    </ProjectReference>
101    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
102      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
103      <Name>HeuristicLab.Common.Resources-3.3</Name>
104    </ProjectReference>
105    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
106      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
107      <Name>HeuristicLab.Common-3.3</Name>
108    </ProjectReference>
109    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
110      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
111      <Name>HeuristicLab.Core-3.3</Name>
112    </ProjectReference>
113    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
114      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
115      <Name>HeuristicLab.Data-3.3</Name>
116    </ProjectReference>
117    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
118      <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project>
119      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
120    </ProjectReference>
121    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
122      <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
123      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
124    </ProjectReference>
125    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
126      <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
127      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
128    </ProjectReference>
129    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
130      <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project>
131      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
132    </ProjectReference>
133    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
134      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
135      <Name>HeuristicLab.Operators-3.3</Name>
136    </ProjectReference>
137    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
138      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
139      <Name>HeuristicLab.Optimization-3.3</Name>
140    </ProjectReference>
141    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
142      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
143      <Name>HeuristicLab.Parameters-3.3</Name>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
146      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
147      <Name>HeuristicLab.Persistence-3.3</Name>
148    </ProjectReference>
149    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
150      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
151      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
154      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
155      <Name>HeuristicLab.Problems.Instances-3.3</Name>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
158      <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
159      <Name>HeuristicLab.Scripting-3.3</Name>
160    </ProjectReference>
161  </ItemGroup>
162  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
163  <PropertyGroup>
164    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
165set ProjectDir=$(ProjectDir)
166set SolutionDir=$(SolutionDir)
167set Outdir=$(Outdir)
168
169call PreBuildEvent.cmd</PreBuildEvent>
170  </PropertyGroup>
171  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
172       Other similar extension points exist, see Microsoft.Common.targets.
173  <Target Name="BeforeBuild">
174  </Target>
175  <Target Name="AfterBuild">
176  </Target>
177  -->
178</Project>
Note: See TracBrowser for help on using the repository browser.