Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 12232 was 12232, checked in by abeham, 9 years ago

#2205:

  • changed branch to build to trunk
  • Reintegrated distributed additions to Core, Operators, etc. into Networks plugin
File size: 14.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.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>{792B263D-92BA-453A-BFDF-261511C2F63B}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Networks.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.Networks.Views-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.CodeEditor-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
83      <SpecificVersion>False</SpecificVersion>
84      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.CodeEditor-3.4.dll</HintPath>
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="HeuristicLab.Collections-3.3">
88      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Common-3.3">
92      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="HeuristicLab.Core-3.3">
96      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="HeuristicLab.Core.Views-3.3">
100      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
101      <Private>False</Private>
102    </Reference>
103    <Reference Include="HeuristicLab.Data-3.3">
104      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="HeuristicLab.MainForm-3.3">
108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
112      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.Optimization-3.3">
116      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.Optimization.Views-3.3">
120      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
128      <SpecificVersion>False</SpecificVersion>
129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.Scripting.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
133      <SpecificVersion>False</SpecificVersion>
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting.Views-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.Windows.Forms" />
141    <Reference Include="System.Xml.Linq" />
142    <Reference Include="System.Data.DataSetExtensions" />
143    <Reference Include="Microsoft.CSharp" />
144    <Reference Include="System.Data" />
145    <Reference Include="System.Xml" />
146  </ItemGroup>
147  <ItemGroup>
148    <Compile Include="AlgorithmNodeView.cs">
149      <SubType>UserControl</SubType>
150    </Compile>
151    <Compile Include="AlgorithmNodeView.Designer.cs">
152      <DependentUpon>AlgorithmNodeView.cs</DependentUpon>
153    </Compile>
154    <Compile Include="Core\MessageCollectionView.cs">
155      <SubType>UserControl</SubType>
156    </Compile>
157    <Compile Include="Core\MessageCollectionView.Designer.cs">
158      <DependentUpon>MessageCollectionView.cs</DependentUpon>
159    </Compile>
160    <Compile Include="Core\MessagePortView.cs">
161      <SubType>UserControl</SubType>
162    </Compile>
163    <Compile Include="Core\MessagePortView.Designer.cs">
164      <DependentUpon>MessagePortView.cs</DependentUpon>
165    </Compile>
166    <Compile Include="Core\MessageValueCollectionView.cs">
167      <SubType>UserControl</SubType>
168    </Compile>
169    <Compile Include="Core\MessageValueCollectionView.Designer.cs">
170      <DependentUpon>MessageValueCollectionView.cs</DependentUpon>
171    </Compile>
172    <Compile Include="Core\MessageValueView.cs">
173      <SubType>UserControl</SubType>
174    </Compile>
175    <Compile Include="Core\MessageValueView.Designer.cs">
176      <DependentUpon>MessageValueView.cs</DependentUpon>
177    </Compile>
178    <Compile Include="Core\MessageView.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
181    <Compile Include="Core\MessageView.Designer.cs">
182      <DependentUpon>MessageView.cs</DependentUpon>
183    </Compile>
184    <Compile Include="Core\NetworkItemSelector.cs">
185      <SubType>UserControl</SubType>
186    </Compile>
187    <Compile Include="Core\NetworkItemSelector.Designer.cs">
188      <DependentUpon>NetworkItemSelector.cs</DependentUpon>
189    </Compile>
190    <Compile Include="Core\NetworkItemSelectorDialog.cs">
191      <SubType>Form</SubType>
192    </Compile>
193    <Compile Include="Core\NetworkItemSelectorDialog.Designer.cs">
194      <DependentUpon>NetworkItemSelectorDialog.cs</DependentUpon>
195    </Compile>
196    <Compile Include="Core\NetworkItemView.cs">
197      <SubType>UserControl</SubType>
198    </Compile>
199    <Compile Include="Core\NetworkItemView.Designer.cs">
200      <DependentUpon>NetworkItemView.cs</DependentUpon>
201    </Compile>
202    <Compile Include="Core\NetworkView.cs">
203      <SubType>UserControl</SubType>
204    </Compile>
205    <Compile Include="Core\NetworkView.Designer.cs">
206      <DependentUpon>NetworkView.cs</DependentUpon>
207    </Compile>
208    <Compile Include="Core\NodeCollectionView.cs">
209      <SubType>UserControl</SubType>
210    </Compile>
211    <Compile Include="Core\NodeCollectionView.Designer.cs">
212      <DependentUpon>NodeCollectionView.cs</DependentUpon>
213    </Compile>
214    <Compile Include="Core\NodeView.cs">
215      <SubType>UserControl</SubType>
216    </Compile>
217    <Compile Include="Core\NodeView.Designer.cs">
218      <DependentUpon>NodeView.cs</DependentUpon>
219    </Compile>
220    <Compile Include="Core\ParameterizedPortView.cs">
221      <SubType>UserControl</SubType>
222    </Compile>
223    <Compile Include="Core\ParameterizedPortView.Designer.cs">
224      <DependentUpon>ParameterizedPortView.cs</DependentUpon>
225    </Compile>
226    <Compile Include="Core\PortCollectionView.cs">
227      <SubType>UserControl</SubType>
228    </Compile>
229    <Compile Include="Core\PortCollectionView.Designer.cs">
230      <DependentUpon>PortCollectionView.cs</DependentUpon>
231    </Compile>
232    <Compile Include="Core\PortParameterCollectionView.cs">
233      <SubType>UserControl</SubType>
234    </Compile>
235    <Compile Include="Core\PortParameterCollectionView.Designer.cs">
236      <DependentUpon>PortParameterCollectionView.cs</DependentUpon>
237    </Compile>
238    <Compile Include="Core\PortParameterView.cs">
239      <SubType>UserControl</SubType>
240    </Compile>
241    <Compile Include="Core\PortParameterView.Designer.cs">
242      <DependentUpon>PortParameterView.cs</DependentUpon>
243    </Compile>
244    <Compile Include="Core\PortView.cs">
245      <SubType>UserControl</SubType>
246    </Compile>
247    <Compile Include="Core\PortView.Designer.cs">
248      <DependentUpon>PortView.cs</DependentUpon>
249    </Compile>
250    <Compile Include="Plugin.cs" />
251    <Compile Include="Programmable\ProgrammableNodeView.cs">
252      <SubType>UserControl</SubType>
253    </Compile>
254    <Compile Include="Programmable\ProgrammableNodeView.Designer.cs">
255      <DependentUpon>ProgrammableNodeView.cs</DependentUpon>
256    </Compile>
257    <Compile Include="Programmable\ProgrammableNetworkView.cs">
258      <SubType>UserControl</SubType>
259    </Compile>
260    <Compile Include="Programmable\ProgrammableNetworkView.Designer.cs">
261      <DependentUpon>ProgrammableNetworkView.cs</DependentUpon>
262    </Compile>
263    <Compile Include="Programmable\ProgrammableNetworkItemView.cs">
264      <SubType>UserControl</SubType>
265    </Compile>
266    <Compile Include="Programmable\ProgrammableNetworkItemView.Designer.cs">
267      <DependentUpon>ProgrammableNetworkItemView.cs</DependentUpon>
268    </Compile>
269    <Compile Include="Programmable\UserDefinedNetworkView.cs">
270      <SubType>UserControl</SubType>
271    </Compile>
272    <Compile Include="Programmable\UserDefinedNetworkView.Designer.cs">
273      <DependentUpon>UserDefinedNetworkView.cs</DependentUpon>
274    </Compile>
275    <Compile Include="Programmable\UserDefinedNodeView.cs">
276      <SubType>UserControl</SubType>
277    </Compile>
278    <Compile Include="Programmable\UserDefinedNodeView.Designer.cs">
279      <DependentUpon>UserDefinedNodeView.cs</DependentUpon>
280    </Compile>
281    <Compile Include="Properties\AssemblyInfo.cs" />
282    <Compile Include="Scripting\ProgrammableItemView.cs">
283      <SubType>UserControl</SubType>
284    </Compile>
285    <Compile Include="Scripting\ProgrammableItemView.Designer.cs">
286      <DependentUpon>ProgrammableItemView.cs</DependentUpon>
287    </Compile>
288    <Compile Include="UserDefinedMessagePortView.cs">
289      <SubType>UserControl</SubType>
290    </Compile>
291    <Compile Include="UserDefinedMessagePortView.Designer.cs">
292      <DependentUpon>UserDefinedMessagePortView.cs</DependentUpon>
293    </Compile>
294  </ItemGroup>
295  <ItemGroup>
296    <None Include="HeuristicLab.snk" />
297    <None Include="Plugin.cs.frame" />
298    <None Include="Properties\AssemblyInfo.cs.frame" />
299  </ItemGroup>
300  <ItemGroup>
301    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
302      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
303      <Name>HeuristicLab.Common.Resources-3.3</Name>
304      <Private>False</Private>
305    </ProjectReference>
306    <ProjectReference Include="..\..\HeuristicLab.Networks\3.3\HeuristicLab.Networks-3.3.csproj">
307      <Project>{7cf51332-0e37-447c-8017-82a258c59ef2}</Project>
308      <Name>HeuristicLab.Optimization.Networks-3.3</Name>
309      <Private>False</Private>
310    </ProjectReference>
311  </ItemGroup>
312  <ItemGroup />
313  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
314  <PropertyGroup>
315    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
316set ProjectDir=$(ProjectDir)
317set SolutionDir=$(SolutionDir)
318set Outdir=$(Outdir)
319
320call PreBuildEvent.cmd
321</PreBuildEvent>
322  </PropertyGroup>
323  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
324       Other similar extension points exist, see Microsoft.Common.targets.
325  <Target Name="BeforeBuild">
326  </Target>
327  <Target Name="AfterBuild">
328  </Target>
329  -->
330</Project>
Note: See TracBrowser for help on using the repository browser.