Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8806


Ignore:
Timestamp:
10/15/12 13:06:06 (12 years ago)
Author:
ascheibe
Message:

#1890 added System.Drawing references so that HL compiles with Visual Studio 2012

Location:
trunk/sources
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.GradientDescent/3.3/HeuristicLab.Algorithms.GradientDescent.csproj

    r8600 r8806  
    108108    <Reference Include="System" />
    109109    <Reference Include="System.Core" />
     110    <Reference Include="System.Drawing" />
    110111  </ItemGroup>
    111112  <ItemGroup>
     
    193194  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    194195  <PropertyGroup>
    195    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     196    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    196197set ProjectDir=$(ProjectDir)
    197198set SolutionDir=$(SolutionDir)
     
    200201call PreBuildEvent.cmd
    201202</PreBuildEvent>
    202 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     203    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    203204export ProjectDir=$(ProjectDir)
    204205export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Algorithms.LocalSearch/3.3/HeuristicLab.Algorithms.LocalSearch-3.3.csproj

    r8600 r8806  
    9797      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    9898    </Reference>
     99    <Reference Include="System.Drawing" />
    99100    <Reference Include="System.Xml.Linq">
    100101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    211212  -->
    212213  <PropertyGroup>
    213    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     214    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    214215set ProjectDir=$(ProjectDir)
    215216set SolutionDir=$(SolutionDir)
     
    218219call PreBuildEvent.cmd
    219220</PreBuildEvent>
    220 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     221    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    221222export ProjectDir=$(ProjectDir)
    222223export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj

    r8600 r8806  
    9797      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    9898    </Reference>
     99    <Reference Include="System.Drawing" />
    99100    <Reference Include="System.Xml.Linq">
    100101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    216217  -->
    217218  <PropertyGroup>
    218    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     219    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    219220set ProjectDir=$(ProjectDir)
    220221set SolutionDir=$(SolutionDir)
     
    223224call PreBuildEvent.cmd
    224225</PreBuildEvent>
    225 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     226    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    226227export ProjectDir=$(ProjectDir)
    227228export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj

    r8600 r8806  
    9696      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    9797    </Reference>
     98    <Reference Include="System.Drawing" />
    9899    <Reference Include="System.Xml.Linq">
    99100      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    209210  -->
    210211  <PropertyGroup>
    211    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     212    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    212213set ProjectDir=$(ProjectDir)
    213214set SolutionDir=$(SolutionDir)
     
    215216
    216217call PreBuildEvent.cmd</PreBuildEvent>
    217 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     218    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    218219export ProjectDir=$(ProjectDir)
    219220export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Algorithms.RAPGA/3.3/HeuristicLab.Algorithms.RAPGA-3.3.csproj

    r8642 r8806  
    8181    <Reference Include="System.Core" />
    8282    <Reference Include="System.Data" />
     83    <Reference Include="System.Drawing" />
    8384    <Reference Include="System.Xml" />
    8485  </ItemGroup>
     
    176177  -->
    177178  <PropertyGroup>
    178    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     179    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    179180set ProjectDir=$(ProjectDir)
    180181set SolutionDir=$(SolutionDir)
     
    183184call PreBuildEvent.cmd
    184185</PreBuildEvent>
    185 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     186    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    186187export ProjectDir=$(ProjectDir)
    187188export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Algorithms.ScatterSearch/3.3/HeuristicLab.Algorithms.ScatterSearch-3.3.csproj

    r8600 r8806  
    7878    <Reference Include="System" />
    7979    <Reference Include="System.Core" />
     80    <Reference Include="System.Drawing" />
    8081    <Reference Include="System.Xml.Linq" />
    8182    <Reference Include="System.Data.DataSetExtensions" />
     
    166167  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    167168  <PropertyGroup>
    168    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     169    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    169170set ProjectDir=$(ProjectDir)
    170171set SolutionDir=$(SolutionDir)
     
    173174call PreBuildEvent.cmd
    174175</PreBuildEvent>
    175 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     176    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    176177export ProjectDir=$(ProjectDir)
    177178export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj

    r8600 r8806  
    9797      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    9898    </Reference>
     99    <Reference Include="System.Drawing" />
    99100    <Reference Include="System.Xml.Linq">
    100101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    206207  -->
    207208  <PropertyGroup>
    208    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     209    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    209210set ProjectDir=$(ProjectDir)
    210211set SolutionDir=$(SolutionDir)
     
    213214call PreBuildEvent.cmd
    214215</PreBuildEvent>
    215 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     216    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    216217export ProjectDir=$(ProjectDir)
    217218export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3/HeuristicLab.Algorithms.TabuSearch-3.3.csproj

    r8600 r8806  
    9797      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    9898    </Reference>
     99    <Reference Include="System.Drawing" />
    99100    <Reference Include="System.Xml.Linq">
    100101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    219220  -->
    220221  <PropertyGroup>
    221    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     222    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    222223set ProjectDir=$(ProjectDir)
    223224set SolutionDir=$(SolutionDir)
     
    226227call PreBuildEvent.cmd
    227228</PreBuildEvent>
    228 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     229    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    229230export ProjectDir=$(ProjectDir)
    230231export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj

    r8600 r8806  
    9797      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    9898    </Reference>
     99    <Reference Include="System.Drawing" />
    99100    <Reference Include="System.Xml.Linq">
    100101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    223224  -->
    224225  <PropertyGroup>
    225    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     226    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    226227set ProjectDir=$(ProjectDir)
    227228set SolutionDir=$(SolutionDir)
     
    230231call PreBuildEvent.cmd
    231232</PreBuildEvent>
    232 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     233    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    233234export ProjectDir=$(ProjectDir)
    234235export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj

    r8600 r8806  
    9898    </Reference>
    9999    <Reference Include="System.Data" />
     100    <Reference Include="System.Drawing" />
    100101    <Reference Include="System.Xml" />
    101102  </ItemGroup>
     
    233234  -->
    234235  <PropertyGroup>
    235    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     236    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    236237set ProjectDir=$(ProjectDir)
    237238set SolutionDir=$(SolutionDir)
     
    240241call PreBuildEvent.cmd
    241242</PreBuildEvent>
    242 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     243    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    243244export ProjectDir=$(ProjectDir)
    244245export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj

    r8600 r8806  
    104104    </Reference>
    105105    <Reference Include="System.Data" />
     106    <Reference Include="System.Drawing" />
    106107    <Reference Include="System.Xml" />
    107108  </ItemGroup>
     
    264265  -->
    265266  <PropertyGroup>
    266    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     267    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    267268set ProjectDir=$(ProjectDir)
    268269set SolutionDir=$(SolutionDir)
     
    271272call PreBuildEvent.cmd
    272273</PreBuildEvent>
    273 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     274    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    274275export ProjectDir=$(ProjectDir)
    275276export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Encodings.ScheduleEncoding/3.3/HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj

    r8800 r8806  
    106106    <Reference Include="System" />
    107107    <Reference Include="System.Core" />
     108    <Reference Include="System.Drawing" />
    108109  </ItemGroup>
    109110  <ItemGroup>
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation.GP/3.4/HeuristicLab.Problems.ExternalEvaluation.GP-3.4.csproj

    r8600 r8806  
    101101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    102102    </Reference>
     103    <Reference Include="System.Drawing" />
    103104    <Reference Include="System.Xml.Linq">
    104105      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    190191  -->
    191192  <PropertyGroup>
    192    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     193    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    193194set ProjectDir=$(ProjectDir)
    194195set SolutionDir=$(SolutionDir)
     
    196197call PreBuildEvent.cmd
    197198</PreBuildEvent>
    198 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     199    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    199200export ProjectDir=$(ProjectDir)
    200201export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Problems.LawnMower/3.3/HeuristicLab.Problems.LawnMower.csproj

    r8600 r8806  
    105105    <Reference Include="System" />
    106106    <Reference Include="System.Core" />
     107    <Reference Include="System.Drawing" />
    107108  </ItemGroup>
    108109  <ItemGroup>
     
    180181  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    181182  <PropertyGroup>
    182    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     183    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    183184set ProjectDir=$(ProjectDir)
    184185set SolutionDir=$(SolutionDir)
     
    187188call PreBuildEvent.cmd
    188189</PreBuildEvent>
    189 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     190    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    190191export ProjectDir=$(ProjectDir)
    191192export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3.csproj

    r8600 r8806  
    105105    <Reference Include="System.Core" />
    106106    <Reference Include="System.Data" />
     107    <Reference Include="System.Drawing" />
    107108  </ItemGroup>
    108109  <ItemGroup>
     
    196197  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    197198  <PropertyGroup>
    198    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     199    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    199200set ProjectDir=$(ProjectDir)
    200201set SolutionDir=$(SolutionDir)
     
    203204call PreBuildEvent.cmd
    204205</PreBuildEvent>
    205 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     206    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    206207export ProjectDir=$(ProjectDir)
    207208export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj

    r8800 r8806  
    107107  </ItemGroup>
    108108  <ItemGroup>
    109     <Compile Include="JobShopSchedulingProblemView.cs" />
     109    <Compile Include="JobShopSchedulingProblemView.cs">
     110      <SubType>UserControl</SubType>
     111    </Compile>
    110112    <Compile Include="JobShopSchedulingProblemView.Designer.cs">
    111113      <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
  • trunk/sources/HeuristicLab.Random/3.3/HeuristicLab.Random-3.3.csproj

    r8600 r8806  
    107107    </Reference>
    108108    <Reference Include="System.Data" />
     109    <Reference Include="System.Drawing" />
    109110    <Reference Include="System.Xml" />
    110111  </ItemGroup>
     
    197198  -->
    198199  <PropertyGroup>
    199    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     200    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    200201set ProjectDir=$(ProjectDir)
    201202set SolutionDir=$(SolutionDir)
     
    204205call PreBuildEvent.cmd
    205206</PreBuildEvent>
    206 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     207    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    207208export ProjectDir=$(ProjectDir)
    208209export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj

    r8600 r8806  
    105105    </Reference>
    106106    <Reference Include="System.Data" />
     107    <Reference Include="System.Drawing" />
    107108    <Reference Include="System.Xml" />
    108109  </ItemGroup>
     
    215216  -->
    216217  <PropertyGroup>
    217    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     218    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    218219set ProjectDir=$(ProjectDir)
    219220set SolutionDir=$(SolutionDir)
     
    222223call PreBuildEvent.cmd
    223224</PreBuildEvent>
    224 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     225    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    225226export ProjectDir=$(ProjectDir)
    226227export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.