Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj @ 9856

Last change on this file since 9856 was 9079, checked in by abeham, 11 years ago

#1985: Trunk integration

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