Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/12/13 10:47:19 (11 years ago)
Author:
jkarder
Message:

#1909: added solution file and build cmds and adjusted references

File:
1 edited

Legend:

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

    r8882 r9877  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>..\..\bin\</OutputPath>
     20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2626    <DebugType>pdbonly</DebugType>
    2727    <Optimize>true</Optimize>
    28     <OutputPath>..\..\bin\</OutputPath>
     28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    2929    <DefineConstants>TRACE</DefineConstants>
    3030    <ErrorReport>prompt</ErrorReport>
     
    3939  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    4040    <DebugSymbols>true</DebugSymbols>
    41     <OutputPath>..\..\bin\</OutputPath>
     41    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    4242    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4343    <DebugType>full</DebugType>
     
    5555  </PropertyGroup>
    5656  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    57     <OutputPath>..\..\bin\</OutputPath>
     57    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    5858    <DefineConstants>TRACE</DefineConstants>
    5959    <Optimize>true</Optimize>
     
    7373  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    7474    <DebugSymbols>true</DebugSymbols>
    75     <OutputPath>..\..\bin\</OutputPath>
     75    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    7676    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7777    <DebugType>full</DebugType>
     
    8989  </PropertyGroup>
    9090  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    91     <OutputPath>..\..\bin\</OutputPath>
     91    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    9292    <DefineConstants>TRACE</DefineConstants>
    9393    <Optimize>true</Optimize>
     
    105105  </PropertyGroup>
    106106  <ItemGroup>
     107    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     108      <SpecificVersion>False</SpecificVersion>
     109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     110      <Private>False</Private>
     111    </Reference>
     112    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     113      <SpecificVersion>False</SpecificVersion>
     114      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     115      <Private>False</Private>
     116    </Reference>
    107117    <Reference Include="Microsoft.CSharp" />
    108118    <Reference Include="System" />
     
    139149    <None Include="HeuristicLab.snk" />
    140150  </ItemGroup>
    141   <ItemGroup>
    142     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    143       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    144       <Name>HeuristicLab.Common-3.3</Name>
    145       <Private>False</Private>
    146     </ProjectReference>
    147     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    148       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    149       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    150       <Private>False</Private>
    151     </ProjectReference>
    152   </ItemGroup>
    153151  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    154152  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.