Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/14/18 18:05:09 (6 years ago)
Author:
jkarder
Message:

#2522: reverse merged r16143

Location:
branches/2522_RefactorPluginInfrastructure/HeuristicLab.Common.Resources/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj

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