Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7240


Ignore:
Timestamp:
12/27/11 19:46:23 (12 years ago)
Author:
gkronber
Message:

#1471 adapted data importer project files to work with new build structure of the HL trunk to prepare for daily build of the data importer.

Location:
branches/HeuristicLab.DataImporter
Files:
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DataImporter

    • Property svn:ignore
      •  

        old new  
        11*.suo
        22_ReSharper.HeuristicLab.DataImporter
         3*.user
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Csv/HeuristicLab.DataImporter.Backend.Csv.csproj

    r6134 r7240  
    4040    <DebugType>full</DebugType>
    4141    <Optimize>false</Optimize>
    42     <OutputPath>bin\Debug\</OutputPath>
     42    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    4343    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4444    <ErrorReport>prompt</ErrorReport>
     
    4949    <DebugType>pdbonly</DebugType>
    5050    <Optimize>true</Optimize>
    51     <OutputPath>bin\Release\</OutputPath>
     51    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    5252    <DefineConstants>TRACE</DefineConstants>
    5353    <ErrorReport>prompt</ErrorReport>
     
    5757  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5858    <DebugSymbols>true</DebugSymbols>
    59     <OutputPath>bin\x64\Debug\</OutputPath>
     59    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    6060    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6161    <DebugType>full</DebugType>
     
    6565  </PropertyGroup>
    6666  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    67     <OutputPath>bin\x64\Release\</OutputPath>
     67    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    6868    <DefineConstants>TRACE</DefineConstants>
    6969    <Optimize>true</Optimize>
     
    7575  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7676    <DebugSymbols>true</DebugSymbols>
    77     <OutputPath>bin\x86\Debug\</OutputPath>
     77    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    7878    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7979    <DebugType>full</DebugType>
     
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    85     <OutputPath>bin\x86\Release\</OutputPath>
     85    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    8686    <DefineConstants>TRACE</DefineConstants>
    8787    <Optimize>true</Optimize>
     
    9292  </PropertyGroup>
    9393  <ItemGroup>
    94     <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    95       <SpecificVersion>False</SpecificVersion>
    96       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     94    <Reference Include="HeuristicLab.Persistence-3.3">
     95      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     96      <Private>False</Private>
    9797    </Reference>
    98     <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    99       <SpecificVersion>False</SpecificVersion>
    100       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     98    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     99      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     100      <Private>False</Private>
    101101    </Reference>
    102102    <Reference Include="System" />
     
    143143      <Project>{D7EE47DB-4D07-4BAC-9E9F-3F0393AEF605}</Project>
    144144      <Name>HeuristicLab.DataImporter.DataProcessor</Name>
     145      <Private>False</Private>
    145146    </ProjectReference>
    146147    <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj">
    147148      <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
    148149      <Name>HeuristicLab.DataImporter.Data</Name>
     150      <Private>False</Private>
    149151    </ProjectReference>
    150152  </ItemGroup>
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat.csproj

    r6134 r7240  
    4040    <DebugType>full</DebugType>
    4141    <Optimize>false</Optimize>
    42     <OutputPath>bin\Debug\</OutputPath>
     42    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    4343    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4444    <ErrorReport>prompt</ErrorReport>
     
    4949    <DebugType>pdbonly</DebugType>
    5050    <Optimize>true</Optimize>
    51     <OutputPath>bin\Release\</OutputPath>
     51    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    5252    <DefineConstants>TRACE</DefineConstants>
    5353    <ErrorReport>prompt</ErrorReport>
     
    5757  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5858    <DebugSymbols>true</DebugSymbols>
    59     <OutputPath>bin\x64\Debug\</OutputPath>
     59    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    6060    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6161    <DebugType>full</DebugType>
     
    6565  </PropertyGroup>
    6666  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    67     <OutputPath>bin\x64\Release\</OutputPath>
     67    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    6868    <DefineConstants>TRACE</DefineConstants>
    6969    <Optimize>true</Optimize>
     
    7575  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7676    <DebugSymbols>true</DebugSymbols>
    77     <OutputPath>bin\x86\Debug\</OutputPath>
     77    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    7878    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7979    <DebugType>full</DebugType>
     
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    85     <OutputPath>bin\x86\Release\</OutputPath>
     85    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    8686    <DefineConstants>TRACE</DefineConstants>
    8787    <Optimize>true</Optimize>
     
    9292  </PropertyGroup>
    9393  <ItemGroup>
    94     <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    95       <SpecificVersion>False</SpecificVersion>
    96       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     94    <Reference Include="HeuristicLab.Persistence-3.3">
     95      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     96      <Private>False</Private>
    9797    </Reference>
    98     <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    99       <SpecificVersion>False</SpecificVersion>
    100       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     98    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     99      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     100      <Private>False</Private>
    101101    </Reference>
    102102    <Reference Include="System" />
     
    139139      <Project>{D7EE47DB-4D07-4BAC-9E9F-3F0393AEF605}</Project>
    140140      <Name>HeuristicLab.DataImporter.DataProcessor</Name>
     141      <Private>False</Private>
    141142    </ProjectReference>
    142143    <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj">
    143144      <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
    144145      <Name>HeuristicLab.DataImporter.Data</Name>
     146      <Private>False</Private>
    145147    </ProjectReference>
    146148  </ItemGroup>
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/HeuristicLab.DataImporter.Command.csproj

    r6708 r7240  
    4040    <DebugType>full</DebugType>
    4141    <Optimize>false</Optimize>
    42     <OutputPath>bin\Debug\</OutputPath>
     42    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    4343    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4444    <ErrorReport>prompt</ErrorReport>
     
    4949    <DebugType>pdbonly</DebugType>
    5050    <Optimize>true</Optimize>
    51     <OutputPath>bin\Release\</OutputPath>
     51    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    5252    <DefineConstants>TRACE</DefineConstants>
    5353    <ErrorReport>prompt</ErrorReport>
     
    5757  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5858    <DebugSymbols>true</DebugSymbols>
    59     <OutputPath>bin\x64\Debug\</OutputPath>
     59    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    6060    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6161    <DebugType>full</DebugType>
     
    6565  </PropertyGroup>
    6666  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    67     <OutputPath>bin\x64\Release\</OutputPath>
     67    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    6868    <DefineConstants>TRACE</DefineConstants>
    6969    <Optimize>true</Optimize>
     
    7575  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7676    <DebugSymbols>true</DebugSymbols>
    77     <OutputPath>bin\x86\Debug\</OutputPath>
     77    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    7878    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7979    <DebugType>full</DebugType>
     
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    85     <OutputPath>bin\x86\Release\</OutputPath>
     85    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    8686    <DefineConstants>TRACE</DefineConstants>
    8787    <Optimize>true</Optimize>
     
    9393  <ItemGroup>
    9494    <Reference Include="ALGLIB-3.1.0">
    95       <HintPath>C:\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath>
    96     </Reference>
    97     <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    98       <SpecificVersion>False</SpecificVersion>
    99       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
    100     </Reference>
    101     <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    102       <SpecificVersion>False</SpecificVersion>
    103       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     95      <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.1.0.dll</HintPath>
     96      <Private>False</Private>
     97    </Reference>
     98    <Reference Include="HeuristicLab.Persistence-3.3">
     99      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     100      <Private>False</Private>
     101    </Reference>
     102    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     103      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     104      <Private>False</Private>
    104105    </Reference>
    105106    <Reference Include="System" />
     
    264265      <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
    265266      <Name>HeuristicLab.DataImporter.Data</Name>
     267      <Private>False</Private>
    266268    </ProjectReference>
    267269  </ItemGroup>
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/HeuristicLab.DataImporter.Data.csproj

    r6134 r7240  
    4040    <DebugType>full</DebugType>
    4141    <Optimize>false</Optimize>
    42     <OutputPath>bin\Debug\</OutputPath>
     42    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    4343    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4444    <ErrorReport>prompt</ErrorReport>
     
    4949    <DebugType>pdbonly</DebugType>
    5050    <Optimize>true</Optimize>
    51     <OutputPath>bin\Release\</OutputPath>
     51    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    5252    <DefineConstants>TRACE</DefineConstants>
    5353    <ErrorReport>prompt</ErrorReport>
     
    5757  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    5858    <DebugSymbols>true</DebugSymbols>
    59     <OutputPath>bin\x86\Debug\</OutputPath>
     59    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    6060    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6161    <DebugType>full</DebugType>
     
    6565  </PropertyGroup>
    6666  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    67     <OutputPath>bin\x86\Release\</OutputPath>
     67    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    6868    <DefineConstants>TRACE</DefineConstants>
    6969    <Optimize>true</Optimize>
     
    7575  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    7676    <DebugSymbols>true</DebugSymbols>
    77     <OutputPath>bin\x64\Debug\</OutputPath>
     77    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    7878    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7979    <DebugType>full</DebugType>
     
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    85     <OutputPath>bin\x64\Release\</OutputPath>
     85    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    8686    <DefineConstants>TRACE</DefineConstants>
    8787    <Optimize>true</Optimize>
     
    9292  </PropertyGroup>
    9393  <ItemGroup>
    94     <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    95       <SpecificVersion>False</SpecificVersion>
    96       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
    97     </Reference>
    98     <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    99       <SpecificVersion>False</SpecificVersion>
    100       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     94    <Reference Include="HeuristicLab.Persistence-3.3">
     95      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     96      <Private>False</Private>
     97    </Reference>
     98    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     99      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     100      <Private>False</Private>
    101101    </Reference>
    102102    <Reference Include="System" />
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DataProcessor/HeuristicLab.DataImporter.DataProcessor.csproj

    r6134 r7240  
    4242    <DebugType>full</DebugType>
    4343    <Optimize>false</Optimize>
    44     <OutputPath>bin\Debug\</OutputPath>
     44    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    4545    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4646    <ErrorReport>prompt</ErrorReport>
     
    5151    <DebugType>pdbonly</DebugType>
    5252    <Optimize>true</Optimize>
    53     <OutputPath>bin\Release\</OutputPath>
     53    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    5454    <DefineConstants>TRACE</DefineConstants>
    5555    <ErrorReport>prompt</ErrorReport>
     
    5959  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6060    <DebugSymbols>true</DebugSymbols>
    61     <OutputPath>bin\x86\Debug\</OutputPath>
     61    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    6262    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6363    <DebugType>full</DebugType>
     
    6767  </PropertyGroup>
    6868  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    69     <OutputPath>bin\x86\Release\</OutputPath>
     69    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    7070    <DefineConstants>TRACE</DefineConstants>
    7171    <Optimize>true</Optimize>
     
    7777  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    7878    <DebugSymbols>true</DebugSymbols>
    79     <OutputPath>bin\x64\Debug\</OutputPath>
     79    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    8080    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8181    <DebugType>full</DebugType>
     
    8585  </PropertyGroup>
    8686  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    87     <OutputPath>bin\x64\Release\</OutputPath>
     87    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    8888    <DefineConstants>TRACE</DefineConstants>
    8989    <Optimize>true</Optimize>
     
    9494  </PropertyGroup>
    9595  <ItemGroup>
    96     <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    97       <SpecificVersion>False</SpecificVersion>
    98       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    99     </Reference>
    100     <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    101       <SpecificVersion>False</SpecificVersion>
    102       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
    103     </Reference>
    104     <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    105       <SpecificVersion>False</SpecificVersion>
    106       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     96    <Reference Include="HeuristicLab.Common.Resources-3.3">
     97      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     98      <Private>False</Private>
     99    </Reference>
     100    <Reference Include="HeuristicLab.Persistence-3.3">
     101      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     102      <Private>False</Private>
     103    </Reference>
     104    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     105      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     106      <Private>False</Private>
    107107    </Reference>
    108108    <Reference Include="System" />
     
    182182      <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
    183183      <Name>HeuristicLab.DataImporter.Data</Name>
     184      <Private>False</Private>
    184185    </ProjectReference>
    185186    <ProjectReference Include="..\HeuristicLab.DataImporter.DbExplorer.Interfaces\HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj">
    186187      <Project>{815384EE-2B32-4C25-AE06-4FC7F417FE28}</Project>
    187188      <Name>HeuristicLab.DataImporter.DbExplorer.Interfaces</Name>
     189      <Private>False</Private>
    188190    </ProjectReference>
    189191  </ItemGroup>
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj

    r6134 r7240  
    4040    <DebugType>full</DebugType>
    4141    <Optimize>false</Optimize>
    42     <OutputPath>bin\Debug\</OutputPath>
     42    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    4343    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4444    <ErrorReport>prompt</ErrorReport>
     
    4949    <DebugType>pdbonly</DebugType>
    5050    <Optimize>true</Optimize>
    51     <OutputPath>bin\Release\</OutputPath>
     51    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    5252    <DefineConstants>TRACE</DefineConstants>
    5353    <ErrorReport>prompt</ErrorReport>
     
    5757  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    5858    <DebugSymbols>true</DebugSymbols>
    59     <OutputPath>bin\x86\Debug\</OutputPath>
     59    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    6060    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6161    <DebugType>full</DebugType>
     
    6565  </PropertyGroup>
    6666  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    67     <OutputPath>bin\x86\Release\</OutputPath>
     67    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    6868    <DefineConstants>TRACE</DefineConstants>
    6969    <Optimize>true</Optimize>
     
    7575  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    7676    <DebugSymbols>true</DebugSymbols>
    77     <OutputPath>bin\x64\Debug\</OutputPath>
     77    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    7878    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7979    <DebugType>full</DebugType>
     
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    85     <OutputPath>bin\x64\Release\</OutputPath>
     85    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    8686    <DefineConstants>TRACE</DefineConstants>
    8787    <Optimize>true</Optimize>
     
    9292  </PropertyGroup>
    9393  <ItemGroup>
    94     <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    95       <SpecificVersion>False</SpecificVersion>
    96       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     94    <Reference Include="HeuristicLab.Persistence-3.3">
     95      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     96      <Private>False</Private>
    9797    </Reference>
    98     <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    99       <SpecificVersion>False</SpecificVersion>
    100       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     98    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     99      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     100      <Private>False</Private>
    101101    </Reference>
    102102    <Reference Include="System" />
     
    132132      <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
    133133      <Name>HeuristicLab.DataImporter.Data</Name>
     134      <Private>False</Private>
    134135    </ProjectReference>
    135136  </ItemGroup>
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter/HeuristicLab.DataImporter.csproj

    r6134 r7240  
    3838    <DebugType>full</DebugType>
    3939    <Optimize>false</Optimize>
    40     <OutputPath>bin\Debug\</OutputPath>
     40    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <ErrorReport>prompt</ErrorReport>
     
    4747    <DebugType>pdbonly</DebugType>
    4848    <Optimize>true</Optimize>
    49     <OutputPath>bin\Release\</OutputPath>
     49    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    5050    <DefineConstants>TRACE</DefineConstants>
    5151    <ErrorReport>prompt</ErrorReport>
     
    5555  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5656    <DebugSymbols>true</DebugSymbols>
    57     <OutputPath>bin\x64\Debug\</OutputPath>
     57    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    5858    <DefineConstants>DEBUG;TRACE</DefineConstants>
    5959    <DebugType>full</DebugType>
     
    6363  </PropertyGroup>
    6464  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    65     <OutputPath>bin\x64\Release\</OutputPath>
     65    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    6666    <DefineConstants>TRACE</DefineConstants>
    6767    <Optimize>true</Optimize>
     
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7474    <DebugSymbols>true</DebugSymbols>
    75     <OutputPath>bin\x86\Debug\</OutputPath>
     75    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    7676    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7777    <DebugType>full</DebugType>
     
    8181  </PropertyGroup>
    8282  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    83     <OutputPath>bin\x86\Release\</OutputPath>
     83    <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
    8484    <DefineConstants>TRACE</DefineConstants>
    8585    <Optimize>true</Optimize>
     
    9090  </PropertyGroup>
    9191  <ItemGroup>
    92     <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    93       <SpecificVersion>False</SpecificVersion>
    94       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     92    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     93      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     94      <Private>False</Private>
    9595    </Reference>
    9696    <Reference Include="System" />
     
    112112  <ItemGroup>
    113113    <None Include="Properties\AssemblyInfo.frame" />
    114     <None Include="UpdateLocalInstallation.cmd" />
    115114  </ItemGroup>
    116115  <ItemGroup>
     
    118117      <Project>{F83B3E02-FCAA-46CA-8712-C41B960D19C3}</Project>
    119118      <Name>HeuristicLab.DataImporter.Backend.Csv</Name>
     119      <Private>False</Private>
    120120    </ProjectReference>
    121121    <ProjectReference Include="..\HeuristicLab.DataImporter.Backend.Hl2ImporterFormat\HeuristicLab.DataImporter.Backend.Hl2ImporterFormat.csproj">
    122122      <Project>{67E69744-D0D3-48C3-8F9D-51EE1A64E3F6}</Project>
    123123      <Name>HeuristicLab.DataImporter.Backend.Hl2ImporterFormat</Name>
     124      <Private>False</Private>
    124125    </ProjectReference>
    125126    <ProjectReference Include="..\HeuristicLab.DataImporter.Command\HeuristicLab.DataImporter.Command.csproj">
    126127      <Project>{62625144-AC9E-4970-A79C-882B72A1601C}</Project>
    127128      <Name>HeuristicLab.DataImporter.Command</Name>
     129      <Private>False</Private>
    128130    </ProjectReference>
    129131    <ProjectReference Include="..\HeuristicLab.DataImporter.DataProcessor\HeuristicLab.DataImporter.DataProcessor.csproj">
    130132      <Project>{D7EE47DB-4D07-4BAC-9E9F-3F0393AEF605}</Project>
    131133      <Name>HeuristicLab.DataImporter.DataProcessor</Name>
     134      <Private>False</Private>
    132135    </ProjectReference>
    133136    <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj">
    134137      <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
    135138      <Name>HeuristicLab.DataImporter.Data</Name>
     139      <Private>False</Private>
    136140    </ProjectReference>
    137141  </ItemGroup>
     
    167171set Outdir=$(Outdir)
    168172set Platform=$(PlatformName)
    169 
    170 call UpdateLocalInstallation.cmd</PostBuildEvent>
     173</PostBuildEvent>
    171174    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    172175set ProjectDir=$(ProjectDir)
Note: See TracChangeset for help on using the changeset viewer.