Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 11500 was 11500, checked in by swagner, 9 years ago

#2205: Worked on optimization networks

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.Optimization.Networks.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.Optimization.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>..\..\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\Release\</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\x64\Debug\</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\x64\Release\</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\x86\Debug\</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\x86\Release\</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="System" />
83    <Reference Include="System.Core" />
84    <Reference Include="System.Drawing" />
85    <Reference Include="System.Windows.Forms" />
86    <Reference Include="System.Xml.Linq" />
87    <Reference Include="System.Data.DataSetExtensions" />
88    <Reference Include="Microsoft.CSharp" />
89    <Reference Include="System.Data" />
90    <Reference Include="System.Xml" />
91  </ItemGroup>
92  <ItemGroup>
93    <Compile Include="### obsolete\ClientPortView.cs">
94      <SubType>UserControl</SubType>
95    </Compile>
96    <Compile Include="### obsolete\ClientPortView.Designer.cs">
97      <DependentUpon>ClientPortView.cs</DependentUpon>
98    </Compile>
99    <Compile Include="### obsolete\ClientServicePortView.cs">
100      <SubType>UserControl</SubType>
101    </Compile>
102    <Compile Include="### obsolete\ClientServicePortView.Designer.cs">
103      <DependentUpon>ClientServicePortView.cs</DependentUpon>
104    </Compile>
105    <Compile Include="### obsolete\InputOutputPortView.cs">
106      <SubType>UserControl</SubType>
107    </Compile>
108    <Compile Include="### obsolete\InputOutputPortView.Designer.cs">
109      <DependentUpon>InputOutputPortView.cs</DependentUpon>
110    </Compile>
111    <Compile Include="### obsolete\InputPortView.cs">
112      <SubType>UserControl</SubType>
113    </Compile>
114    <Compile Include="### obsolete\InputPortView.Designer.cs">
115      <DependentUpon>InputPortView.cs</DependentUpon>
116    </Compile>
117    <Compile Include="### obsolete\ServiceParameterCollectionCollectionView.cs">
118      <SubType>UserControl</SubType>
119    </Compile>
120    <Compile Include="### obsolete\ServiceParameterCollectionCollectionView.Designer.cs">
121      <DependentUpon>ServiceParameterCollectionCollectionView.cs</DependentUpon>
122    </Compile>
123    <Compile Include="### obsolete\ServiceParameterCollectionView.cs">
124      <SubType>UserControl</SubType>
125    </Compile>
126    <Compile Include="### obsolete\ServiceParameterCollectionView.Designer.cs">
127      <DependentUpon>ServiceParameterCollectionView.cs</DependentUpon>
128    </Compile>
129    <Compile Include="### obsolete\ServiceParameterView.cs">
130      <SubType>UserControl</SubType>
131    </Compile>
132    <Compile Include="### obsolete\ServiceParameterView.Designer.cs">
133      <DependentUpon>ServiceParameterView.cs</DependentUpon>
134    </Compile>
135    <Compile Include="### obsolete\ValuePortView.cs">
136      <SubType>UserControl</SubType>
137    </Compile>
138    <Compile Include="### obsolete\ValuePortView.Designer.cs">
139      <DependentUpon>ValuePortView.cs</DependentUpon>
140    </Compile>
141    <Compile Include="ClientNodeView.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="ClientNodeView.Designer.cs">
145      <DependentUpon>ClientNodeView.cs</DependentUpon>
146    </Compile>
147    <Compile Include="AlgorithmServiceNodeView.cs">
148      <SubType>UserControl</SubType>
149    </Compile>
150    <Compile Include="AlgorithmServiceNodeView.Designer.cs">
151      <DependentUpon>AlgorithmServiceNodeView.cs</DependentUpon>
152    </Compile>
153    <Compile Include="GenericPortView.cs">
154      <SubType>UserControl</SubType>
155    </Compile>
156    <Compile Include="GenericPortView.Designer.cs">
157      <DependentUpon>GenericPortView.cs</DependentUpon>
158    </Compile>
159    <Compile Include="MessageValueCollectionView.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="MessageValueCollectionView.Designer.cs">
163      <DependentUpon>MessageValueCollectionView.cs</DependentUpon>
164    </Compile>
165    <Compile Include="MessageView.cs">
166      <SubType>UserControl</SubType>
167    </Compile>
168    <Compile Include="MessageView.Designer.cs">
169      <DependentUpon>MessageView.cs</DependentUpon>
170    </Compile>
171    <Compile Include="ParameterizedPortView.cs">
172      <SubType>UserControl</SubType>
173    </Compile>
174    <Compile Include="ParameterizedPortView.Designer.cs">
175      <DependentUpon>ParameterizedPortView.cs</DependentUpon>
176    </Compile>
177    <Compile Include="EntitySelector.cs">
178      <SubType>UserControl</SubType>
179    </Compile>
180    <Compile Include="EntitySelector.Designer.cs">
181      <DependentUpon>EntitySelector.cs</DependentUpon>
182    </Compile>
183    <Compile Include="EntitySelectorDialog.cs">
184      <SubType>Form</SubType>
185    </Compile>
186    <Compile Include="EntitySelectorDialog.Designer.cs">
187      <DependentUpon>EntitySelectorDialog.cs</DependentUpon>
188    </Compile>
189    <Compile Include="EntityView.cs">
190      <SubType>UserControl</SubType>
191    </Compile>
192    <Compile Include="EntityView.Designer.cs">
193      <DependentUpon>EntityView.cs</DependentUpon>
194    </Compile>
195    <Compile Include="MessageValueView.cs">
196      <SubType>UserControl</SubType>
197    </Compile>
198    <Compile Include="MessageValueView.Designer.cs">
199      <DependentUpon>MessageValueView.cs</DependentUpon>
200    </Compile>
201    <Compile Include="PortParameterCollectionView.cs">
202      <SubType>UserControl</SubType>
203    </Compile>
204    <Compile Include="PortParameterCollectionView.Designer.cs">
205      <DependentUpon>PortParameterCollectionView.cs</DependentUpon>
206    </Compile>
207    <Compile Include="PortView.cs">
208      <SubType>UserControl</SubType>
209    </Compile>
210    <Compile Include="PortView.Designer.cs">
211      <DependentUpon>PortView.cs</DependentUpon>
212    </Compile>
213    <Compile Include="PortParameterView.cs">
214      <SubType>UserControl</SubType>
215    </Compile>
216    <Compile Include="PortParameterView.Designer.cs">
217      <DependentUpon>PortParameterView.cs</DependentUpon>
218    </Compile>
219    <Compile Include="VariablesNodeView.cs">
220      <SubType>UserControl</SubType>
221    </Compile>
222    <Compile Include="VariablesNodeView.Designer.cs">
223      <DependentUpon>VariablesNodeView.cs</DependentUpon>
224    </Compile>
225    <Compile Include="AlgorithmNodeView.cs">
226      <SubType>UserControl</SubType>
227    </Compile>
228    <Compile Include="AlgorithmNodeView.Designer.cs">
229      <DependentUpon>AlgorithmNodeView.cs</DependentUpon>
230    </Compile>
231    <Compile Include="NodeView.cs">
232      <SubType>UserControl</SubType>
233    </Compile>
234    <Compile Include="NodeView.Designer.cs">
235      <DependentUpon>NodeView.cs</DependentUpon>
236    </Compile>
237    <Compile Include="PortCollectionView.cs">
238      <SubType>UserControl</SubType>
239    </Compile>
240    <Compile Include="PortCollectionView.Designer.cs">
241      <DependentUpon>PortCollectionView.cs</DependentUpon>
242    </Compile>
243    <Compile Include="Plugin.cs" />
244    <Compile Include="Properties\AssemblyInfo.cs" />
245    <Compile Include="NetworkView.cs">
246      <SubType>UserControl</SubType>
247    </Compile>
248    <Compile Include="NetworkView.Designer.cs">
249      <DependentUpon>NetworkView.cs</DependentUpon>
250    </Compile>
251    <Compile Include="NodeCollectionView.cs">
252      <SubType>UserControl</SubType>
253    </Compile>
254    <Compile Include="NodeCollectionView.Designer.cs">
255      <DependentUpon>NodeCollectionView.cs</DependentUpon>
256    </Compile>
257  </ItemGroup>
258  <ItemGroup>
259    <None Include="HeuristicLab.snk" />
260    <None Include="Plugin.cs.frame" />
261    <None Include="Properties\AssemblyInfo.cs.frame" />
262  </ItemGroup>
263  <ItemGroup>
264    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
265      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
266      <Name>HeuristicLab.Collections-3.3</Name>
267    </ProjectReference>
268    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
269      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
270      <Name>HeuristicLab.Common.Resources-3.3</Name>
271    </ProjectReference>
272    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
273      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
274      <Name>HeuristicLab.Common-3.3</Name>
275    </ProjectReference>
276    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
277      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
278      <Name>HeuristicLab.Core.Views-3.3</Name>
279    </ProjectReference>
280    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
281      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
282      <Name>HeuristicLab.Core-3.3</Name>
283    </ProjectReference>
284    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
285      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
286      <Name>HeuristicLab.Data-3.3</Name>
287    </ProjectReference>
288    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
289      <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
290      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
291    </ProjectReference>
292    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
293      <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
294      <Name>HeuristicLab.MainForm-3.3</Name>
295    </ProjectReference>
296    <ProjectReference Include="..\..\HeuristicLab.Optimization.Networks\3.3\HeuristicLab.Optimization.Networks-3.3.csproj">
297      <Project>{7cf51332-0e37-447c-8017-82a258c59ef2}</Project>
298      <Name>HeuristicLab.Optimization.Networks-3.3</Name>
299    </ProjectReference>
300    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
301      <Project>{662b4b15-8f4d-4ae5-b3eb-d91c215f5af2}</Project>
302      <Name>HeuristicLab.Optimization.Views-3.3</Name>
303    </ProjectReference>
304    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
305      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
306      <Name>HeuristicLab.Optimization-3.3</Name>
307    </ProjectReference>
308    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
309      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
310      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
311      <Private>False</Private>
312    </ProjectReference>
313  </ItemGroup>
314  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
315  <PropertyGroup>
316    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
317set ProjectDir=$(ProjectDir)
318set SolutionDir=$(SolutionDir)
319set Outdir=$(Outdir)
320
321call PreBuildEvent.cmd
322</PreBuildEvent>
323  </PropertyGroup>
324  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
325       Other similar extension points exist, see Microsoft.Common.targets.
326  <Target Name="BeforeBuild">
327  </Target>
328  <Target Name="AfterBuild">
329  </Target>
330  -->
331</Project>
Note: See TracBrowser for help on using the repository browser.