Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/25/12 10:57:42 (12 years ago)
Author:
sforsten
Message:

#1942:

  • fixed type "Shuffel"
  • removed icon and control box
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj

    r8624 r8693  
    9898  </PropertyGroup>
    9999  <ItemGroup>
    100      <Reference Include="ICSharpCode.SharpZipLib">
    101     <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath>
    102     <Private>False</Private>
    103   </Reference>
     100    <Reference Include="ICSharpCode.SharpZipLib">
     101      <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath>
     102      <Private>False</Private>
     103    </Reference>
    104104    <Reference Include="System" />
    105105    <Reference Include="System.Core" />
     
    249249  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    250250  <PropertyGroup>
    251    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     251    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    252252set ProjectDir=$(ProjectDir)
    253253set SolutionDir=$(SolutionDir)
     
    255255
    256256call PreBuildEvent.cmd</PreBuildEvent>
    257 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     257    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    258258export ProjectDir=$(ProjectDir)
    259259export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.