Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 13135 was 13135, checked in by jkarder, 8 years ago

#2205: worked on optimization networks

  • refactored network visualization
File size: 15.4 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.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
83      <SpecificVersion>False</SpecificVersion>
84      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
88      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
92      <SpecificVersion>False</SpecificVersion>
93      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
94      <Private>False</Private>
95    </Reference>
96    <Reference Include="HeuristicLab.Collections-3.3">
97      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
98      <Private>False</Private>
99    </Reference>
100    <Reference Include="HeuristicLab.Common-3.3">
101      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
102      <Private>False</Private>
103    </Reference>
104    <Reference Include="HeuristicLab.Core-3.3">
105      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="HeuristicLab.Data-3.3">
109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
117      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="HeuristicLab.Operators-3.3">
121      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
122      <Private>False</Private>
123    </Reference>
124    <Reference Include="HeuristicLab.Optimization-3.3">
125      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
129      <SpecificVersion>False</SpecificVersion>
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
131      <Private>False</Private>
132    </Reference>
133    <Reference Include="HeuristicLab.Persistence-3.3">
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
138      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
139      <Private>False</Private>
140    </Reference>
141    <Reference Include="HeuristicLab.Problems.Binary-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
142      <SpecificVersion>False</SpecificVersion>
143      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>
144      <Private>False</Private>
145    </Reference>
146    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
147      <SpecificVersion>False</SpecificVersion>
148      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
149      <Private>False</Private>
150    </Reference>
151    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
152      <SpecificVersion>False</SpecificVersion>
153      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
154      <Private>False</Private>
155      <EmbedInteropTypes>False</EmbedInteropTypes>
156    </Reference>
157    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
158      <SpecificVersion>False</SpecificVersion>
159      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
160      <EmbedInteropTypes>False</EmbedInteropTypes>
161      <Private>False</Private>
162    </Reference>
163    <Reference Include="HeuristicLab.Problems.Knapsack-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
164      <SpecificVersion>False</SpecificVersion>
165      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
166      <Private>False</Private>
167    </Reference>
168    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
169      <SpecificVersion>False</SpecificVersion>
170      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
171      <Private>False</Private>
172    </Reference>
173    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
174      <SpecificVersion>False</SpecificVersion>
175      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
176      <Private>False</Private>
177    </Reference>
178    <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
179      <SpecificVersion>False</SpecificVersion>
180      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
181      <Private>False</Private>
182    </Reference>
183    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
184      <SpecificVersion>False</SpecificVersion>
185      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
186      <Private>False</Private>
187    </Reference>
188    <Reference Include="System" />
189    <Reference Include="System.Core" />
190    <Reference Include="System.Drawing" />
191    <Reference Include="System.Xml.Linq" />
192    <Reference Include="System.Data.DataSetExtensions" />
193    <Reference Include="Microsoft.CSharp" />
194    <Reference Include="System.Data" />
195    <Reference Include="System.Xml" />
196  </ItemGroup>
197  <ItemGroup>
198    <Compile Include="AlgorithmNode.cs" />
199    <Compile Include="CodeResources.Designer.cs">
200      <AutoGen>True</AutoGen>
201      <DesignTime>True</DesignTime>
202      <DependentUpon>CodeResources.resx</DependentUpon>
203    </Compile>
204    <Compile Include="ConfigurationPort.cs" />
205    <Compile Include="Core\IVisualizable.cs" />
206    <Compile Include="Core\IVisualProperties.cs" />
207    <Compile Include="Core\VisualProperties.cs" />
208    <Compile Include="ExecutionPort.cs" />
209    <Compile Include="FeatureSelection Network\FeatureSelectionConnector.cs" />
210    <Compile Include="FeatureSelection Network\FeatureSelectionNetwork.cs" />
211    <Compile Include="FeatureSelection Network\SelectionProblem.cs" />
212    <Compile Include="IAlgorithmNode.cs" />
213    <Compile Include="IConfigurationPort.cs" />
214    <Compile Include="IExecutionPort.cs" />
215    <Compile Include="IUserDefinedMessagePort.cs" />
216    <EmbeddedResource Include="CodeResources.resx">
217      <Generator>ResXFileCodeGenerator</Generator>
218      <LastGenOutput>CodeResources.Designer.cs</LastGenOutput>
219    </EmbeddedResource>
220    <Compile Include="KSPTSPConnectorCode.cs" />
221    <Compile Include="KSPTSPConcurrentControlNetwork.cs" />
222    <Compile Include="KSPTSPConnector.cs">
223      <SubType>Code</SubType>
224    </Compile>
225    <Compile Include="KSPTSPControl.cs" />
226    <Compile Include="KSPTSPControlCode.cs" />
227    <Compile Include="KSPTSPNetwork.cs" />
228    <Compile Include="KSPTSPNetworkCode.cs" />
229    <Compile Include="KSPTSPConcurrentControlNetworkCode.cs" />
230    <Compile Include="Core\IConnectablePort.cs" />
231    <Compile Include="Core\IMessage.cs" />
232    <Compile Include="Core\IMessagePort.cs" />
233    <Compile Include="Core\IMessageValue.cs" />
234    <Compile Include="Core\INetwork.cs" />
235    <Compile Include="Core\INetworkItem.cs" />
236    <Compile Include="Core\INode.cs" />
237    <Compile Include="Core\IParameterizedPort.cs" />
238    <Compile Include="Core\IPort.cs" />
239    <Compile Include="Core\IPortParameter.cs" />
240    <Compile Include="Core\Message.cs" />
241    <Compile Include="Core\MessageCollection.cs" />
242    <Compile Include="Core\MessagePort.cs" />
243    <Compile Include="Core\MessageValue.cs" />
244    <Compile Include="Core\MessageValueCollection.cs" />
245    <Compile Include="Core\Network.cs" />
246    <Compile Include="Core\NetworkItem.cs" />
247    <Compile Include="Core\Node.cs" />
248    <Compile Include="Core\NodeCollection.cs" />
249    <Compile Include="Core\ParameterizedPort.cs" />
250    <Compile Include="Core\Port.cs" />
251    <Compile Include="Core\PortCollection.cs" />
252    <Compile Include="Core\PortParameter.cs" />
253    <Compile Include="Core\PortParameterCollection.cs" />
254    <Compile Include="Core\PortParameterType.cs" />
255    <Compile Include="Operators\HookOperator.cs" />
256    <Compile Include="Operators\IHookOperator.cs" />
257    <Compile Include="Plugin.cs" />
258    <Compile Include="Programmable\IProgrammableNetwork.cs" />
259    <Compile Include="Programmable\IProgrammableNetworkItem.cs" />
260    <Compile Include="Programmable\IProgrammableNode.cs" />
261    <Compile Include="Programmable\IUserDefinedNetwork.cs" />
262    <Compile Include="Programmable\IUserDefinedNode.cs" />
263    <Compile Include="Programmable\ProgrammableNetwork.cs" />
264    <Compile Include="Programmable\ProgrammableNetworkCode.cs" />
265    <Compile Include="Programmable\ProgrammableNetworkItem.cs" />
266    <Compile Include="Programmable\ProgrammableNetworkItemCode.cs" />
267    <Compile Include="Programmable\ProgrammableNode.cs" />
268    <Compile Include="Programmable\ProgrammableNodeCode.cs" />
269    <Compile Include="Programmable\UserDefinedNetwork.cs" />
270    <Compile Include="Programmable\UserDefinedNode.cs" />
271    <Compile Include="Properties\AssemblyInfo.cs" />
272    <Compile Include="Scripting\IProgrammableItem.cs" />
273    <Compile Include="UserDefinedMessagePort.cs" />
274  </ItemGroup>
275  <ItemGroup>
276    <None Include="HeuristicLab.snk" />
277    <None Include="Plugin.cs.frame" />
278    <None Include="Properties\AssemblyInfo.cs.frame" />
279  </ItemGroup>
280  <ItemGroup>
281    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
282      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
283      <Name>HeuristicLab.Common.Resources-3.3</Name>
284      <Private>False</Private>
285    </ProjectReference>
286  </ItemGroup>
287  <ItemGroup />
288  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
289  <PropertyGroup>
290    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
291set ProjectDir=$(ProjectDir)
292set SolutionDir=$(SolutionDir)
293set Outdir=$(Outdir)
294
295call PreBuildEvent.cmd
296</PreBuildEvent>
297  </PropertyGroup>
298  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
299       Other similar extension points exist, see Microsoft.Common.targets.
300  <Target Name="BeforeBuild">
301  </Target>
302  <Target Name="AfterBuild">
303  </Target>
304  -->
305</Project>
Note: See TracBrowser for help on using the repository browser.