Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Networks/3.3/HeuristicLab.Networks-3.3.csproj @ 12323

Last change on this file since 12323 was 12323, checked in by mkommend, 9 years ago

#2205: Added simple optimization network for solving features selection problems.

File size: 15.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>{7CF51332-0E37-447C-8017-82A258C59EF2}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Networks</RootNamespace>
11    <AssemblyName>HeuristicLab.Networks-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    <Prefer32Bit>false</Prefer32Bit>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>..\..\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <Prefer32Bit>false</Prefer32Bit>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>..\..\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x64</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
49    <Prefer32Bit>false</Prefer32Bit>
50  </PropertyGroup>
51  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
52    <OutputPath>..\..\bin\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x64</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
59    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>..\..\bin\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
69    <Prefer32Bit>false</Prefer32Bit>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
72    <OutputPath>..\..\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
79    <Prefer32Bit>false</Prefer32Bit>
80  </PropertyGroup>
81  <ItemGroup>
82    <Reference Include="HeuristicLab.Algorithms.CMAEvolutionStrategy-3.3">
83      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.3.dll</HintPath>
84      <Private>False</Private>
85    </Reference>
86    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <SpecificVersion>False</SpecificVersion>
88      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
92      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
96      <SpecificVersion>False</SpecificVersion>
97      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
98      <Private>False</Private>
99    </Reference>
100    <Reference Include="HeuristicLab.Collections-3.3">
101      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
102      <Private>False</Private>
103    </Reference>
104    <Reference Include="HeuristicLab.Common-3.3">
105      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="HeuristicLab.Core-3.3">
109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.Data-3.3">
113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
117      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
121      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
122      <Private>False</Private>
123    </Reference>
124    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
125      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Operators-3.3">
129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.Optimization-3.3">
133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
134      <Private>False</Private>
135    </Reference>
136    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
137      <SpecificVersion>False</SpecificVersion>
138      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
139      <Private>False</Private>
140    </Reference>
141    <Reference Include="HeuristicLab.Persistence-3.3">
142      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
143      <Private>False</Private>
144    </Reference>
145    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
146      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
147      <Private>False</Private>
148    </Reference>
149    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
150      <SpecificVersion>False</SpecificVersion>
151      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
152      <Private>False</Private>
153    </Reference>
154    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
155      <SpecificVersion>False</SpecificVersion>
156      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
157      <Private>False</Private>
158      <EmbedInteropTypes>False</EmbedInteropTypes>
159    </Reference>
160    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
161      <SpecificVersion>False</SpecificVersion>
162      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
163      <EmbedInteropTypes>False</EmbedInteropTypes>
164      <Private>False</Private>
165    </Reference>
166    <Reference Include="HeuristicLab.Problems.Knapsack-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
167      <SpecificVersion>False</SpecificVersion>
168      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
169      <Private>False</Private>
170    </Reference>
171    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
172      <SpecificVersion>False</SpecificVersion>
173      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
174      <Private>False</Private>
175    </Reference>
176    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
177      <SpecificVersion>False</SpecificVersion>
178      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
179      <Private>False</Private>
180    </Reference>
181    <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
182      <SpecificVersion>False</SpecificVersion>
183      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
184      <Private>False</Private>
185    </Reference>
186    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
187      <SpecificVersion>False</SpecificVersion>
188      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
189      <Private>False</Private>
190    </Reference>
191    <Reference Include="System" />
192    <Reference Include="System.Core" />
193    <Reference Include="System.Drawing" />
194    <Reference Include="System.Xml.Linq" />
195    <Reference Include="System.Data.DataSetExtensions" />
196    <Reference Include="Microsoft.CSharp" />
197    <Reference Include="System.Data" />
198    <Reference Include="System.Xml" />
199  </ItemGroup>
200  <ItemGroup>
201    <Compile Include="AlgorithmNode.cs" />
202    <Compile Include="ConfigurationPort.cs" />
203    <Compile Include="ExecutionPort.cs" />
204    <Compile Include="FeatureSelection Network\FeatureSelectionConnector.cs" />
205    <Compile Include="FeatureSelection Network\FeatureSelectionConnectorCode.cs" />
206    <Compile Include="FeatureSelection Network\FeatureSelectionNetwork.cs" />
207    <Compile Include="FeatureSelection Network\FeatureSelectionNetworkCode.cs" />
208    <Compile Include="FeatureSelection Network\SelectionProblem.cs" />
209    <Compile Include="IAlgorithmNode.cs" />
210    <Compile Include="IConfigurationPort.cs" />
211    <Compile Include="IExecutionPort.cs" />
212    <Compile Include="IUserDefinedMessagePort.cs" />
213    <EmbeddedResource Include="KSPTSPConnectorCode.cs" />
214    <Compile Include="KSPTSPConcurrentControlNetwork.cs" />
215    <Compile Include="KSPTSPConnector.cs">
216      <SubType>Code</SubType>
217    </Compile>
218    <Compile Include="KSPTSPControl.cs" />
219    <EmbeddedResource Include="KSPTSPControlCode.cs" />
220    <Compile Include="KSPTSPNetwork.cs" />
221    <EmbeddedResource Include="KSPTSPNetworkCode.cs" />
222    <EmbeddedResource Include="KSPTSPConcurrentControlNetworkCode.cs" />
223    <Compile Include="Core\IConnectablePort.cs" />
224    <Compile Include="Core\IMessage.cs" />
225    <Compile Include="Core\IMessagePort.cs" />
226    <Compile Include="Core\IMessageValue.cs" />
227    <Compile Include="Core\INetwork.cs" />
228    <Compile Include="Core\INetworkItem.cs" />
229    <Compile Include="Core\INode.cs" />
230    <Compile Include="Core\IParameterizedPort.cs" />
231    <Compile Include="Core\IPort.cs" />
232    <Compile Include="Core\IPortParameter.cs" />
233    <Compile Include="Core\Message.cs" />
234    <Compile Include="Core\MessageCollection.cs" />
235    <Compile Include="Core\MessagePort.cs" />
236    <Compile Include="Core\MessageValue.cs" />
237    <Compile Include="Core\MessageValueCollection.cs" />
238    <Compile Include="Core\Network.cs" />
239    <Compile Include="Core\NetworkItem.cs" />
240    <Compile Include="Core\Node.cs" />
241    <Compile Include="Core\NodeCollection.cs" />
242    <Compile Include="Core\ParameterizedPort.cs" />
243    <Compile Include="Core\Port.cs" />
244    <Compile Include="Core\PortCollection.cs" />
245    <Compile Include="Core\PortParameter.cs" />
246    <Compile Include="Core\PortParameterCollection.cs" />
247    <Compile Include="Core\PortParameterType.cs" />
248    <Compile Include="Operators\HookOperator.cs" />
249    <Compile Include="Operators\IHookOperator.cs" />
250    <Compile Include="Plugin.cs" />
251    <Compile Include="Programmable\IProgrammableNetwork.cs" />
252    <Compile Include="Programmable\IProgrammableNetworkItem.cs" />
253    <Compile Include="Programmable\IProgrammableNode.cs" />
254    <Compile Include="Programmable\IUserDefinedNetwork.cs" />
255    <Compile Include="Programmable\IUserDefinedNode.cs" />
256    <Compile Include="Programmable\ProgrammableNetwork.cs" />
257    <EmbeddedResource Include="Programmable\ProgrammableNetworkCode.cs" />
258    <Compile Include="Programmable\ProgrammableNetworkItem.cs" />
259    <EmbeddedResource Include="Programmable\ProgrammableNetworkItemCode.cs" />
260    <Compile Include="Programmable\ProgrammableNode.cs" />
261    <EmbeddedResource Include="Programmable\ProgrammableNodeCode.cs" />
262    <Compile Include="Programmable\UserDefinedNetwork.cs" />
263    <Compile Include="Programmable\UserDefinedNode.cs" />
264    <Compile Include="Properties\AssemblyInfo.cs" />
265    <Compile Include="Scripting\IProgrammableItem.cs" />
266    <Compile Include="UserDefinedMessagePort.cs" />
267  </ItemGroup>
268  <ItemGroup>
269    <None Include="HeuristicLab.snk" />
270    <None Include="Plugin.cs.frame" />
271    <None Include="Properties\AssemblyInfo.cs.frame" />
272  </ItemGroup>
273  <ItemGroup>
274    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
275      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
276      <Name>HeuristicLab.Common.Resources-3.3</Name>
277      <Private>False</Private>
278    </ProjectReference>
279  </ItemGroup>
280  <ItemGroup />
281  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
282  <PropertyGroup>
283    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
284set ProjectDir=$(ProjectDir)
285set SolutionDir=$(SolutionDir)
286set Outdir=$(Outdir)
287
288call PreBuildEvent.cmd
289</PreBuildEvent>
290  </PropertyGroup>
291  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
292       Other similar extension points exist, see Microsoft.Common.targets.
293  <Target Name="BeforeBuild">
294  </Target>
295  <Target Name="AfterBuild">
296  </Target>
297  -->
298</Project>
Note: See TracBrowser for help on using the repository browser.