Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj @ 15894

Last change on this file since 15894 was 15894, checked in by jkarder, 6 years ago

#2205: fixed output paths and project references

File size: 23.6 KB
RevLine 
[2245]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[2245]3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Common.Resources</RootNamespace>
[3702]12    <AssemblyName>HeuristicLab.Common.Resources-3.3</AssemblyName>
[11577]13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[5287]14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
[2245]16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
[2245]38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
[15894]43    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2245]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
[4065]47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11577]48    <Prefer32Bit>false</Prefer32Bit>
[2245]49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
[15894]53    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2245]54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
[4065]57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11577]58    <Prefer32Bit>false</Prefer32Bit>
[2245]59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
61    <DebugSymbols>true</DebugSymbols>
[15894]62    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2245]63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
[4065]67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11577]68    <Prefer32Bit>false</Prefer32Bit>
[2245]69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[15894]71    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2245]72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x86</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
[4065]77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11577]78    <Prefer32Bit>false</Prefer32Bit>
[2245]79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
81    <DebugSymbols>true</DebugSymbols>
[15894]82    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2245]83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x64</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
[4065]87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11577]88    <Prefer32Bit>false</Prefer32Bit>
[2245]89  </PropertyGroup>
90  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[15894]91    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2245]92    <DefineConstants>TRACE</DefineConstants>
93    <Optimize>true</Optimize>
94    <DebugType>pdbonly</DebugType>
95    <PlatformTarget>x64</PlatformTarget>
96    <ErrorReport>prompt</ErrorReport>
[4065]97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11577]98    <Prefer32Bit>false</Prefer32Bit>
[2245]99  </PropertyGroup>
100  <ItemGroup>
[12232]101    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
[15894]102      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[12232]103      <Private>False</Private>
104    </Reference>
[2245]105    <Reference Include="System" />
106    <Reference Include="System.Core">
107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
108    </Reference>
109    <Reference Include="System.Drawing" />
110    <Reference Include="System.Xml.Linq">
111      <RequiredTargetFramework>3.5</RequiredTargetFramework>
112    </Reference>
113    <Reference Include="System.Data.DataSetExtensions">
114      <RequiredTargetFramework>3.5</RequiredTargetFramework>
115    </Reference>
116    <Reference Include="System.Data" />
117    <Reference Include="System.Xml" />
118  </ItemGroup>
119  <ItemGroup>
[6866]120    <None Include="Plugin.cs.frame" />
[3732]121    <Compile Include="HeuristicLab.Designer.cs">
[2245]122      <AutoGen>True</AutoGen>
123      <DesignTime>True</DesignTime>
[3732]124      <DependentUpon>HeuristicLab.resx</DependentUpon>
[2245]125    </Compile>
[6866]126    <Compile Include="Plugin.cs" />
[3732]127    <Compile Include="Properties\AssemblyInfo.cs" />
[5287]128    <Compile Include="VSImageLibrary.Designer.cs">
[2626]129      <AutoGen>True</AutoGen>
130      <DesignTime>True</DesignTime>
[5287]131      <DependentUpon>VSImageLibrary.resx</DependentUpon>
[2626]132    </Compile>
[2245]133  </ItemGroup>
134  <ItemGroup>
135    <None Include="HeuristicLab.snk" />
[6866]136    <None Include="Properties\AssemblyInfo.cs.frame" />
[2245]137  </ItemGroup>
138  <ItemGroup>
[3732]139    <EmbeddedResource Include="HeuristicLab.resx">
[2546]140      <Generator>PublicResXFileCodeGenerator</Generator>
[3732]141      <LastGenOutput>HeuristicLab.Designer.cs</LastGenOutput>
[2245]142    </EmbeddedResource>
[5287]143    <EmbeddedResource Include="VSImageLibrary.resx">
[2626]144      <Generator>PublicResXFileCodeGenerator</Generator>
[5287]145      <LastGenOutput>VSImageLibrary.Designer.cs</LastGenOutput>
146      <SubType>Designer</SubType>
[2626]147    </EmbeddedResource>
[2245]148  </ItemGroup>
149  <ItemGroup>
[2628]150    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Method.png" />
[2245]151  </ItemGroup>
152  <ItemGroup>
[2628]153    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Module.png" />
[2245]154  </ItemGroup>
155  <ItemGroup>
[2628]156    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Script.png" />
[2245]157  </ItemGroup>
158  <ItemGroup>
[2628]159    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Assembly.png" />
[2245]160  </ItemGroup>
[2628]161  <ItemGroup>
162    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Class.png" />
163  </ItemGroup>
164  <ItemGroup>
165    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Component.png" />
166  </ItemGroup>
167  <ItemGroup>
168    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Constant.png" />
169  </ItemGroup>
170  <ItemGroup>
171    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Control.png" />
172  </ItemGroup>
173  <ItemGroup>
174    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Database.png" />
175  </ItemGroup>
176  <ItemGroup>
177    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Delegate.png" />
178  </ItemGroup>
179  <ItemGroup>
180    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Document.png" />
181  </ItemGroup>
182  <ItemGroup>
183    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Drive.png" />
184  </ItemGroup>
185  <ItemGroup>
186    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Enum.png" />
187  </ItemGroup>
188  <ItemGroup>
189    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_EnumItem.png" />
190  </ItemGroup>
191  <ItemGroup>
192    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Error.png" />
193  </ItemGroup>
194  <ItemGroup>
195    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Event.png" />
196  </ItemGroup>
197  <ItemGroup>
198    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Exception.png" />
199  </ItemGroup>
200  <ItemGroup>
201    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Field.png" />
202  </ItemGroup>
203  <ItemGroup>
204    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_File.png" />
205  </ItemGroup>
206  <ItemGroup>
207    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Insall.png" />
208  </ItemGroup>
209  <ItemGroup>
210    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Interface.png" />
211  </ItemGroup>
212  <ItemGroup>
213    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Internet.png" />
214  </ItemGroup>
215  <ItemGroup>
216    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Library.png" />
217  </ItemGroup>
218  <ItemGroup>
219    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Macro.png" />
220  </ItemGroup>
221  <ItemGroup>
222    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Map.png" />
223  </ItemGroup>
224  <ItemGroup>
225    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_MapItem.png" />
226  </ItemGroup>
227  <ItemGroup>
228    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_MethodOverload.png" />
229  </ItemGroup>
230  <ItemGroup>
231    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Namespace.png" />
232  </ItemGroup>
233  <ItemGroup>
234    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_NetworkConnections.png" />
235  </ItemGroup>
236  <ItemGroup>
237    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Object.png" />
238  </ItemGroup>
239  <ItemGroup>
240    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Operator.png" />
241  </ItemGroup>
242  <ItemGroup>
243    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Properties.png" />
244  </ItemGroup>
245  <ItemGroup>
246    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Structure.png" />
247  </ItemGroup>
248  <ItemGroup>
249    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Template.png" />
250  </ItemGroup>
251  <ItemGroup>
252    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Timer.png" />
253  </ItemGroup>
254  <ItemGroup>
255    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Type.png" />
256  </ItemGroup>
257  <ItemGroup>
258    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_TypeDef.png" />
259  </ItemGroup>
260  <ItemGroup>
261    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Union.png" />
262  </ItemGroup>
263  <ItemGroup>
264    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_User.png" />
265  </ItemGroup>
266  <ItemGroup>
267    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_UserAccounts.png" />
268  </ItemGroup>
269  <ItemGroup>
270    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_ValueType.png" />
271  </ItemGroup>
272  <ItemGroup>
273    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_CommonElements_Actions_Add.png" />
274  </ItemGroup>
275  <ItemGroup>
276    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
277  </ItemGroup>
278  <ItemGroup>
279    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_CommonElements_Objects_Arrow_Down.png" />
280  </ItemGroup>
281  <ItemGroup>
282    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
283  </ItemGroup>
[2641]284  <ItemGroup>
285    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Pause.png" />
286  </ItemGroup>
287  <ItemGroup>
288    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Play.png" />
289  </ItemGroup>
290  <ItemGroup>
291    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Stop.png" />
292  </ItemGroup>
293  <ItemGroup>
294    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Restart.png" />
295  </ItemGroup>
[2650]296  <ItemGroup>
297    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_EditTable.png" />
298  </ItemGroup>
299  <ItemGroup>
300    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_OrgChart.png" />
301  </ItemGroup>
302  <ItemGroup>
303    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_ProtectForm.png" />
304  </ItemGroup>
305  <ItemGroup>
306    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Redo.png" />
307  </ItemGroup>
308  <ItemGroup>
309    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Sort.png" />
310  </ItemGroup>
311  <ItemGroup>
312    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_SortUp.png" />
313  </ItemGroup>
314  <ItemGroup>
315    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Undo.png" />
316  </ItemGroup>
[2687]317  <ItemGroup>
318    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Windows.png" />
319  </ItemGroup>
[2795]320  <ItemGroup>
321    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Open.png" />
322  </ItemGroup>
323  <ItemGroup>
324    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Save.png" />
325  </ItemGroup>
326  <ItemGroup>
327    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_SaveAll.png" />
328  </ItemGroup>
329  <ItemGroup>
330    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_NewDocument.png" />
331  </ItemGroup>
332  <ItemGroup>
333    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_NewFolder.png" />
334  </ItemGroup>
[2798]335  <ItemGroup>
336    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Flag_Blue.png" />
337  </ItemGroup>
338  <ItemGroup>
339    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Flag_Green.png" />
340  </ItemGroup>
341  <ItemGroup>
342    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Flag_Red.png" />
343  </ItemGroup>
344  <ItemGroup>
345    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Zoom.png" />
346  </ItemGroup>
347  <ItemGroup>
348    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Copy.png" />
349  </ItemGroup>
350  <ItemGroup>
351    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Cut.png" />
352  </ItemGroup>
353  <ItemGroup>
354    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_FormulaEvaluator.png" />
355  </ItemGroup>
356  <ItemGroup>
357    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Function.png" />
358  </ItemGroup>
359  <ItemGroup>
360    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Paste.png" />
361  </ItemGroup>
362  <ItemGroup>
363    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Print.png" />
364  </ItemGroup>
365  <ItemGroup>
366    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_PrintPreview.png" />
367  </ItemGroup>
368  <ItemGroup>
369    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Warning.png" />
370  </ItemGroup>
371  <ItemGroup>
372    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_RefreshDocument.png" />
373  </ItemGroup>
374  <ItemGroup>
375    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Delete.png" />
376  </ItemGroup>
377  <ItemGroup>
378    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_DeleteFolder.png" />
379  </ItemGroup>
[2902]380  <ItemGroup>
381    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Pointer.png" />
382  </ItemGroup>
383  <ItemGroup>
384    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Breakpoint.png" />
385  </ItemGroup>
386  <ItemGroup>
387    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_CommonElements_Objects_Zoom_In.png" />
388  </ItemGroup>
389  <ItemGroup>
390    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_CommonElements_Objects_Zoom_Out.png" />
391  </ItemGroup>
[3279]392  <ItemGroup>
393    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Nothing.png" />
394  </ItemGroup>
[3305]395  <ItemGroup>
396    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Table.png" />
397  </ItemGroup>
398  <ItemGroup>
399    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_EditInformation.png" />
400  </ItemGroup>
401  <ItemGroup>
402    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Annotations&amp;Buttons_Collapse.png" />
403  </ItemGroup>
404  <ItemGroup>
405    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Annotations&amp;Buttons_Expand.png" />
406  </ItemGroup>
407  <ItemGroup>
408    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Edit.png" />
409  </ItemGroup>
410  <ItemGroup>
411    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Comment.png" />
412  </ItemGroup>
413  <ItemGroup>
414    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Breakpoint_Active.png" />
415  </ItemGroup>
416  <ItemGroup>
417    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Breakpoint_Inactive.png" />
418  </ItemGroup>
419  <ItemGroup>
420    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Image.png" />
421  </ItemGroup>
[3371]422  <ItemGroup>
423    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Executable_Paused.png" />
424  </ItemGroup>
425  <ItemGroup>
426    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Executable_Prepared.png" />
427  </ItemGroup>
428  <ItemGroup>
429    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Executable_Started.png" />
430  </ItemGroup>
431  <ItemGroup>
432    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Executable_Stopped.png" />
433  </ItemGroup>
[3511]434  <ItemGroup>
[9079]435    <None Include="Resources\VS2010ImageLibrary\camera.png" />
[7956]436    <None Include="Resources\VS2010ImageLibrary\VS2010ImageLibrary_Actions_SaveAsHH.png" />
[5139]437    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Checkout.png" />
[5287]438    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Clone.png" />
[7256]439    <None Include="Resources\VS2010ImageLibrary\VS2010ImageLibrary_Objects_Information_Large.png" />
440    <None Include="Resources\VS2010ImageLibrary\VS2010ImageLibrary_Objects_Network_Center_Large.png" />
441    <None Include="Resources\VS2010ImageLibrary\VS2010ImageLibrary_Objects_Monitor_Large.png" />
[6558]442    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_DisplayInColor_Vertical.png" />
[11712]443    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up_Down.png" />
[6534]444    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Paused.png" />
445    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Prepared.png" />
446    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Started.png" />
447    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Stopped.png" />
448    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Experiment_Paused.png" />
449    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Experiment_Prepared.png" />
450    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Experiment_Started.png" />
451    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Experiment_Stopped.png" />
[5827]452    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Annotations_Information.png" />
453    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Help.png" />
[5768]454    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_HiddenField.png" />
[5432]455    <None Include="Resources\VS2010ImageLibrary\VS2010ImageLibrary_Actions_Filter.png" />
[4702]456    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Cab.png" />
457    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Gradient.png" />
458    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_EditBrightnessContrast.png" />
459    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_DisplayInColor.png" />
460    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_TrackBar.png" />
461    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_RadialChart.png" />
462    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Statistics.png" />
463    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Performance.png" />
[3732]464    <None Include="Resources\HeuristicLab\HeuristicLab.ico" />
[3785]465    <None Include="Resources\HeuristicLab\HeuristicLabBanner.png" />
466    <None Include="Resources\HeuristicLab\HeuristicLabLogo.png" />
[3511]467    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_ActualSize.png" />
[4266]468    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Disconnect.png" />
[4438]469    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_PublishToWeb.png" />
470    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Refresh.png" />
[4439]471    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Database_Modified.png" />
[4440]472    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Annotations&amp;Buttons_HighPriority_Large.png" />
[4622]473    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Graph.png" />
474    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_PieChart.png" />
[4640]475    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_MoveFirst.png" />
476    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_MoveLast.png" />
477    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_MoveNext.png" />
478    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_MovePrevious.png" />
[3511]479  </ItemGroup>
[4065]480  <ItemGroup>
481    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
482      <Visible>False</Visible>
483      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
484      <Install>false</Install>
485    </BootstrapperPackage>
486    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
487      <Visible>False</Visible>
488      <ProductName>.NET Framework 3.5 SP1</ProductName>
489      <Install>true</Install>
490    </BootstrapperPackage>
491    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
492      <Visible>False</Visible>
493      <ProductName>Windows Installer 3.1</ProductName>
494      <Install>true</Install>
495    </BootstrapperPackage>
496  </ItemGroup>
[2245]497  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
498  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
499       Other similar extension points exist, see Microsoft.Common.targets.
500  <Target Name="BeforeBuild">
501  </Target>
502  <Target Name="AfterBuild">
503  </Target>
504  -->
505  <PropertyGroup>
[9079]506    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[2245]507set ProjectDir=$(ProjectDir)
508set SolutionDir=$(SolutionDir)
509set Outdir=$(Outdir)
510
[2754]511call PreBuildEvent.cmd
[6866]512</PreBuildEvent>
[9079]513    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]514export ProjectDir=$(ProjectDir)
515export SolutionDir=$(SolutionDir)
516
517$SolutionDir/PreBuildEvent.sh
518</PreBuildEvent>
[2245]519  </PropertyGroup>
520</Project>
Note: See TracBrowser for help on using the repository browser.