Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/05/12 11:58:17 (12 years ago)
Author:
mkommend
Message:

#1081: Merged trunk changes and fixed compilation errors due to the merge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj

    r8430 r8742  
    9898  </PropertyGroup>
    9999  <ItemGroup>
    100     <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    101       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    102     </Reference>
    103     <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    104       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    105     </Reference>
    106     <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    107       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    108     </Reference>
    109     <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    110       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
    111     </Reference>
    112     <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    113       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    114     </Reference>
    115     <Reference Include="HeuristicLab.Problems.Instances-3.3">
    116       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
    117     </Reference>
    118     <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    119       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
    120     </Reference>
    121     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
     100    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     101    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     102    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     103    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     104    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     105    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     106    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     107    <Reference Include="ICSharpCode.SharpZipLib">
     108      <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath>
    122109      <Private>False</Private>
    123110    </Reference>
     
    137124    <Compile Include="Classification\ClassificationInstanceProvider.cs" />
    138125    <Compile Include="Classification\CSV\ClassifiactionCSVInstanceProvider.cs" />
    139     <Compile Include="Classification\RealWorld\Iris.cs" />
    140     <Compile Include="Classification\RealWorld\Mammography.cs" />
    141     <Compile Include="Classification\RealWorld\ClassificationRealWorldInstanceProvider.cs" />
    142126    <Compile Include="Classification\ResourceClassificationDataDescriptor.cs" />
    143127    <Compile Include="Classification\ResourceClassificationInstanceProvider.cs" />
     128    <Compile Include="Classification\UCI\Mammography.cs" />
     129    <Compile Include="Classification\UCI\UCIInstanceProvider.cs" />
     130    <Compile Include="Classification\UCI\Wine.cs" />
    144131    <Compile Include="Clustering\ClusteringInstanceProvider.cs" />
    145132    <Compile Include="Clustering\CSV\ClusteringCSVInstanceProvider.cs" />
     133    <Compile Include="DataAnalysisImportType.cs" />
     134    <Compile Include="DataAnalysisInstanceProvider.cs" />
    146135    <Compile Include="Plugin.cs" />
    147136    <Compile Include="Properties\AssemblyInfo.cs" />
     
    219208  </ItemGroup>
    220209  <ItemGroup>
    221     <EmbeddedResource Include="Classification\Data\ClassificationRealWorld.zip" />
     210    <EmbeddedResource Include="Classification\Data\UCI.zip" />
    222211    <None Include="HeuristicLab.snk" />
    223212    <None Include="Plugin.cs.frame" />
     
    234223  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    235224  <PropertyGroup>
    236     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     225    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    237226set ProjectDir=$(ProjectDir)
    238227set SolutionDir=$(SolutionDir)
     
    240229
    241230call PreBuildEvent.cmd</PreBuildEvent>
     231    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     232export ProjectDir=$(ProjectDir)
     233export SolutionDir=$(SolutionDir)
     234
     235$SolutionDir/PreBuildEvent.sh
     236</PreBuildEvent>
    242237  </PropertyGroup>
    243238  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.