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

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

#2205: Worked on optimization networks

File size: 11.8 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.0</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  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>bin\x64\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49    <OutputPath>bin\x64\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x64</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x86\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
67    <OutputPath>bin\x86\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <ItemGroup>
76    <Reference Include="System" />
77    <Reference Include="System.Core" />
78    <Reference Include="System.Drawing" />
79    <Reference Include="System.Windows.Forms" />
80    <Reference Include="System.Xml.Linq" />
81    <Reference Include="System.Data.DataSetExtensions" />
82    <Reference Include="Microsoft.CSharp" />
83    <Reference Include="System.Data" />
84    <Reference Include="System.Xml" />
85  </ItemGroup>
86  <ItemGroup>
87    <Compile Include="AlgorithmServiceNodeView.cs">
88      <SubType>UserControl</SubType>
89    </Compile>
90    <Compile Include="AlgorithmServiceNodeView.Designer.cs">
91      <DependentUpon>AlgorithmServiceNodeView.cs</DependentUpon>
92    </Compile>
93    <Compile Include="EntitySelector.cs">
94      <SubType>UserControl</SubType>
95    </Compile>
96    <Compile Include="EntitySelector.Designer.cs">
97      <DependentUpon>EntitySelector.cs</DependentUpon>
98    </Compile>
99    <Compile Include="EntitySelectorDialog.cs">
100      <SubType>Form</SubType>
101    </Compile>
102    <Compile Include="EntitySelectorDialog.Designer.cs">
103      <DependentUpon>EntitySelectorDialog.cs</DependentUpon>
104    </Compile>
105    <Compile Include="EntityView.cs">
106      <SubType>UserControl</SubType>
107    </Compile>
108    <Compile Include="EntityView.Designer.cs">
109      <DependentUpon>EntityView.cs</DependentUpon>
110    </Compile>
111    <Compile Include="InputOutputPortView.cs">
112      <SubType>UserControl</SubType>
113    </Compile>
114    <Compile Include="InputOutputPortView.Designer.cs">
115      <DependentUpon>InputOutputPortView.cs</DependentUpon>
116    </Compile>
117    <Compile Include="ClientServicePortView.cs">
118      <SubType>UserControl</SubType>
119    </Compile>
120    <Compile Include="ClientServicePortView.Designer.cs">
121      <DependentUpon>ClientServicePortView.cs</DependentUpon>
122    </Compile>
123    <Compile Include="ClientPortView.cs">
124      <SubType>UserControl</SubType>
125    </Compile>
126    <Compile Include="ClientPortView.Designer.cs">
127      <DependentUpon>ClientPortView.cs</DependentUpon>
128    </Compile>
129    <Compile Include="ServiceParameterCollectionView.cs">
130      <SubType>UserControl</SubType>
131    </Compile>
132    <Compile Include="ServiceParameterCollectionView.Designer.cs">
133      <DependentUpon>ServiceParameterCollectionView.cs</DependentUpon>
134    </Compile>
135    <Compile Include="PortView.cs">
136      <SubType>UserControl</SubType>
137    </Compile>
138    <Compile Include="PortView.Designer.cs">
139      <DependentUpon>PortView.cs</DependentUpon>
140    </Compile>
141    <Compile Include="ServiceParameterView.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="ServiceParameterView.Designer.cs">
145      <DependentUpon>ServiceParameterView.cs</DependentUpon>
146    </Compile>
147    <Compile Include="VariablesNodeView.cs">
148      <SubType>UserControl</SubType>
149    </Compile>
150    <Compile Include="VariablesNodeView.Designer.cs">
151      <DependentUpon>VariablesNodeView.cs</DependentUpon>
152    </Compile>
153    <Compile Include="AlgorithmNodeView.cs">
154      <SubType>UserControl</SubType>
155    </Compile>
156    <Compile Include="AlgorithmNodeView.Designer.cs">
157      <DependentUpon>AlgorithmNodeView.cs</DependentUpon>
158    </Compile>
159    <Compile Include="InputPortView.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="InputPortView.Designer.cs">
163      <DependentUpon>InputPortView.cs</DependentUpon>
164    </Compile>
165    <Compile Include="ValuePortView.cs">
166      <SubType>UserControl</SubType>
167    </Compile>
168    <Compile Include="ValuePortView.Designer.cs">
169      <DependentUpon>ValuePortView.cs</DependentUpon>
170    </Compile>
171    <Compile Include="NodeView.cs">
172      <SubType>UserControl</SubType>
173    </Compile>
174    <Compile Include="NodeView.Designer.cs">
175      <DependentUpon>NodeView.cs</DependentUpon>
176    </Compile>
177    <Compile Include="PortCollectionView.cs">
178      <SubType>UserControl</SubType>
179    </Compile>
180    <Compile Include="PortCollectionView.Designer.cs">
181      <DependentUpon>PortCollectionView.cs</DependentUpon>
182    </Compile>
183    <Compile Include="Plugin.cs" />
184    <Compile Include="Properties\AssemblyInfo.cs" />
185    <Compile Include="NetworkView.cs">
186      <SubType>UserControl</SubType>
187    </Compile>
188    <Compile Include="NetworkView.Designer.cs">
189      <DependentUpon>NetworkView.cs</DependentUpon>
190    </Compile>
191    <Compile Include="NodeCollectionView.cs">
192      <SubType>UserControl</SubType>
193    </Compile>
194    <Compile Include="NodeCollectionView.Designer.cs">
195      <DependentUpon>NodeCollectionView.cs</DependentUpon>
196    </Compile>
197  </ItemGroup>
198  <ItemGroup>
199    <None Include="HeuristicLab.snk" />
200    <None Include="Plugin.cs.frame" />
201    <None Include="Properties\AssemblyInfo.cs.frame" />
202  </ItemGroup>
203  <ItemGroup>
204    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
205      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
206      <Name>HeuristicLab.Collections-3.3</Name>
207    </ProjectReference>
208    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
209      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
210      <Name>HeuristicLab.Common.Resources-3.3</Name>
211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
213      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
214      <Name>HeuristicLab.Common-3.3</Name>
215    </ProjectReference>
216    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
217      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
218      <Name>HeuristicLab.Core.Views-3.3</Name>
219    </ProjectReference>
220    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
221      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
222      <Name>HeuristicLab.Core-3.3</Name>
223    </ProjectReference>
224    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
225      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
226      <Name>HeuristicLab.Data-3.3</Name>
227    </ProjectReference>
228    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
229      <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
230      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
231    </ProjectReference>
232    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
233      <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
234      <Name>HeuristicLab.MainForm-3.3</Name>
235    </ProjectReference>
236    <ProjectReference Include="..\..\HeuristicLab.Optimization.Networks\3.3\HeuristicLab.Optimization.Networks-3.3.csproj">
237      <Project>{7cf51332-0e37-447c-8017-82a258c59ef2}</Project>
238      <Name>HeuristicLab.Optimization.Networks-3.3</Name>
239    </ProjectReference>
240    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
241      <Project>{662b4b15-8f4d-4ae5-b3eb-d91c215f5af2}</Project>
242      <Name>HeuristicLab.Optimization.Views-3.3</Name>
243    </ProjectReference>
244    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
245      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
246      <Name>HeuristicLab.Optimization-3.3</Name>
247    </ProjectReference>
248    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
249      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
250      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
251      <Private>False</Private>
252    </ProjectReference>
253  </ItemGroup>
254  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
255  <PropertyGroup>
256    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
257set ProjectDir=$(ProjectDir)
258set SolutionDir=$(SolutionDir)
259set Outdir=$(Outdir)
260
261call PreBuildEvent.cmd
262</PreBuildEvent>
263  </PropertyGroup>
264  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
265       Other similar extension points exist, see Microsoft.Common.targets.
266  <Target Name="BeforeBuild">
267  </Target>
268  <Target Name="AfterBuild">
269  </Target>
270  -->
271</Project>
Note: See TracBrowser for help on using the repository browser.