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 @ 11468

Last change on this file since 11468 was 11468, checked in by swagner, 10 years ago

#2205: Worked on optimization networks

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