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="Core.Networks.Views\GenericPortView.cs">
|
---|
94 | <SubType>UserControl</SubType>
|
---|
95 | </Compile>
|
---|
96 | <Compile Include="Core.Networks.Views\GenericPortView.Designer.cs">
|
---|
97 | <DependentUpon>GenericPortView.cs</DependentUpon>
|
---|
98 | </Compile>
|
---|
99 | <Compile Include="Core.Networks.Views\MessageCollectionView.cs">
|
---|
100 | <SubType>UserControl</SubType>
|
---|
101 | </Compile>
|
---|
102 | <Compile Include="Core.Networks.Views\MessageCollectionView.Designer.cs">
|
---|
103 | <DependentUpon>MessageCollectionView.cs</DependentUpon>
|
---|
104 | </Compile>
|
---|
105 | <Compile Include="Core.Networks.Views\MessageValueCollectionView.cs">
|
---|
106 | <SubType>UserControl</SubType>
|
---|
107 | </Compile>
|
---|
108 | <Compile Include="Core.Networks.Views\MessageValueCollectionView.Designer.cs">
|
---|
109 | <DependentUpon>MessageValueCollectionView.cs</DependentUpon>
|
---|
110 | </Compile>
|
---|
111 | <Compile Include="Core.Networks.Views\MessageValueView.cs">
|
---|
112 | <SubType>UserControl</SubType>
|
---|
113 | </Compile>
|
---|
114 | <Compile Include="Core.Networks.Views\MessageValueView.Designer.cs">
|
---|
115 | <DependentUpon>MessageValueView.cs</DependentUpon>
|
---|
116 | </Compile>
|
---|
117 | <Compile Include="Core.Networks.Views\MessageView.cs">
|
---|
118 | <SubType>UserControl</SubType>
|
---|
119 | </Compile>
|
---|
120 | <Compile Include="Core.Networks.Views\MessageView.Designer.cs">
|
---|
121 | <DependentUpon>MessageView.cs</DependentUpon>
|
---|
122 | </Compile>
|
---|
123 | <Compile Include="Core.Networks.Views\NetworkItemSelector.cs">
|
---|
124 | <SubType>UserControl</SubType>
|
---|
125 | </Compile>
|
---|
126 | <Compile Include="Core.Networks.Views\NetworkItemSelector.Designer.cs">
|
---|
127 | <DependentUpon>NetworkItemSelector.cs</DependentUpon>
|
---|
128 | </Compile>
|
---|
129 | <Compile Include="Core.Networks.Views\NetworkItemSelectorDialog.cs">
|
---|
130 | <SubType>Form</SubType>
|
---|
131 | </Compile>
|
---|
132 | <Compile Include="Core.Networks.Views\NetworkItemSelectorDialog.Designer.cs">
|
---|
133 | <DependentUpon>NetworkItemSelectorDialog.cs</DependentUpon>
|
---|
134 | </Compile>
|
---|
135 | <Compile Include="Core.Networks.Views\NetworkItemView.cs">
|
---|
136 | <SubType>UserControl</SubType>
|
---|
137 | </Compile>
|
---|
138 | <Compile Include="Core.Networks.Views\NetworkItemView.Designer.cs">
|
---|
139 | <DependentUpon>NetworkItemView.cs</DependentUpon>
|
---|
140 | </Compile>
|
---|
141 | <Compile Include="Core.Networks.Views\NetworkView.cs">
|
---|
142 | <SubType>UserControl</SubType>
|
---|
143 | </Compile>
|
---|
144 | <Compile Include="Core.Networks.Views\NetworkView.Designer.cs">
|
---|
145 | <DependentUpon>NetworkView.cs</DependentUpon>
|
---|
146 | </Compile>
|
---|
147 | <Compile Include="Core.Networks.Views\NodeCollectionView.cs">
|
---|
148 | <SubType>UserControl</SubType>
|
---|
149 | </Compile>
|
---|
150 | <Compile Include="Core.Networks.Views\NodeCollectionView.Designer.cs">
|
---|
151 | <DependentUpon>NodeCollectionView.cs</DependentUpon>
|
---|
152 | </Compile>
|
---|
153 | <Compile Include="Core.Networks.Views\NodeView.cs">
|
---|
154 | <SubType>UserControl</SubType>
|
---|
155 | </Compile>
|
---|
156 | <Compile Include="Core.Networks.Views\NodeView.Designer.cs">
|
---|
157 | <DependentUpon>NodeView.cs</DependentUpon>
|
---|
158 | </Compile>
|
---|
159 | <Compile Include="Core.Networks.Views\ParameterizedPortView.cs">
|
---|
160 | <SubType>UserControl</SubType>
|
---|
161 | </Compile>
|
---|
162 | <Compile Include="Core.Networks.Views\ParameterizedPortView.Designer.cs">
|
---|
163 | <DependentUpon>ParameterizedPortView.cs</DependentUpon>
|
---|
164 | </Compile>
|
---|
165 | <Compile Include="Core.Networks.Views\PortCollectionView.cs">
|
---|
166 | <SubType>UserControl</SubType>
|
---|
167 | </Compile>
|
---|
168 | <Compile Include="Core.Networks.Views\PortCollectionView.Designer.cs">
|
---|
169 | <DependentUpon>PortCollectionView.cs</DependentUpon>
|
---|
170 | </Compile>
|
---|
171 | <Compile Include="Core.Networks.Views\PortParameterCollectionView.cs">
|
---|
172 | <SubType>UserControl</SubType>
|
---|
173 | </Compile>
|
---|
174 | <Compile Include="Core.Networks.Views\PortParameterCollectionView.Designer.cs">
|
---|
175 | <DependentUpon>PortParameterCollectionView.cs</DependentUpon>
|
---|
176 | </Compile>
|
---|
177 | <Compile Include="Core.Networks.Views\PortParameterView.cs">
|
---|
178 | <SubType>UserControl</SubType>
|
---|
179 | </Compile>
|
---|
180 | <Compile Include="Core.Networks.Views\PortParameterView.Designer.cs">
|
---|
181 | <DependentUpon>PortParameterView.cs</DependentUpon>
|
---|
182 | </Compile>
|
---|
183 | <Compile Include="Core.Networks.Views\PortView.cs">
|
---|
184 | <SubType>UserControl</SubType>
|
---|
185 | </Compile>
|
---|
186 | <Compile Include="Core.Networks.Views\PortView.Designer.cs">
|
---|
187 | <DependentUpon>PortView.cs</DependentUpon>
|
---|
188 | </Compile>
|
---|
189 | <Compile Include="Core.Networks.Views\UserDefinedNetworkView.cs">
|
---|
190 | <SubType>UserControl</SubType>
|
---|
191 | </Compile>
|
---|
192 | <Compile Include="Core.Networks.Views\UserDefinedNetworkView.Designer.cs">
|
---|
193 | <DependentUpon>UserDefinedNetworkView.cs</DependentUpon>
|
---|
194 | </Compile>
|
---|
195 | <Compile Include="Core.Networks.Views\UserDefinedNodeView.cs">
|
---|
196 | <SubType>UserControl</SubType>
|
---|
197 | </Compile>
|
---|
198 | <Compile Include="Core.Networks.Views\UserDefinedNodeView.Designer.cs">
|
---|
199 | <DependentUpon>UserDefinedNodeView.cs</DependentUpon>
|
---|
200 | </Compile>
|
---|
201 | <Compile Include="Operators.Views\HookOperatorView.cs">
|
---|
202 | <SubType>UserControl</SubType>
|
---|
203 | </Compile>
|
---|
204 | <Compile Include="Operators.Views\HookOperatorView.Designer.cs">
|
---|
205 | <DependentUpon>HookOperatorView.cs</DependentUpon>
|
---|
206 | </Compile>
|
---|
207 | <Compile Include="Optimization.Networks.Views\AlgorithmNodeView.cs">
|
---|
208 | <SubType>UserControl</SubType>
|
---|
209 | </Compile>
|
---|
210 | <Compile Include="Optimization.Networks.Views\AlgorithmNodeView.Designer.cs">
|
---|
211 | <DependentUpon>AlgorithmNodeView.cs</DependentUpon>
|
---|
212 | </Compile>
|
---|
213 | <Compile Include="Plugin.cs" />
|
---|
214 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
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.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
|
---|
255 | <Project>{c49cb749-8b24-4628-8003-e86475749410}</Project>
|
---|
256 | <Name>HeuristicLab.Operators.Views-3.3</Name>
|
---|
257 | </ProjectReference>
|
---|
258 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
259 | <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
|
---|
260 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
261 | </ProjectReference>
|
---|
262 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Networks\3.3\HeuristicLab.Optimization.Networks-3.3.csproj">
|
---|
263 | <Project>{7cf51332-0e37-447c-8017-82a258c59ef2}</Project>
|
---|
264 | <Name>HeuristicLab.Optimization.Networks-3.3</Name>
|
---|
265 | </ProjectReference>
|
---|
266 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
|
---|
267 | <Project>{662b4b15-8f4d-4ae5-b3eb-d91c215f5af2}</Project>
|
---|
268 | <Name>HeuristicLab.Optimization.Views-3.3</Name>
|
---|
269 | </ProjectReference>
|
---|
270 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
271 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
272 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
273 | </ProjectReference>
|
---|
274 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
275 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
276 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
277 | <Private>False</Private>
|
---|
278 | </ProjectReference>
|
---|
279 | </ItemGroup>
|
---|
280 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
281 | <PropertyGroup>
|
---|
282 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
283 | set ProjectDir=$(ProjectDir)
|
---|
284 | set SolutionDir=$(SolutionDir)
|
---|
285 | set Outdir=$(Outdir)
|
---|
286 |
|
---|
287 | call PreBuildEvent.cmd
|
---|
288 | </PreBuildEvent>
|
---|
289 | </PropertyGroup>
|
---|
290 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
291 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
292 | <Target Name="BeforeBuild">
|
---|
293 | </Target>
|
---|
294 | <Target Name="AfterBuild">
|
---|
295 | </Target>
|
---|
296 | -->
|
---|
297 | </Project> |
---|