Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/26/11 00:18:01 (13 years ago)
Author:
mkommend
Message:

#1653: Renamed branch and set common build directory.

Location:
branches/Trunk
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/Trunk/HeuristicLab.Tracing/3.3/HeuristicLab.Tracing-3.3.csproj

    r6179 r6829  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>bin\Debug\</OutputPath>
     43    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>bin\Release\</OutputPath>
     52    <OutputPath>..\..\bin\Release\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
    5555    <WarningLevel>4</WarningLevel>
    56     <DocumentationFile>bin\Release\HeuristicLab.Tracing-3.3.xml</DocumentationFile>
     56    <DocumentationFile>
     57    </DocumentationFile>
    5758    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5859  </PropertyGroup>
    5960  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    6061    <DebugSymbols>true</DebugSymbols>
    61     <OutputPath>bin\x64\Debug\</OutputPath>
     62    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    6263    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6364    <DebugType>full</DebugType>
     
    6768  </PropertyGroup>
    6869  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    69     <OutputPath>bin\x64\Release\</OutputPath>
     70    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    7071    <DefineConstants>TRACE</DefineConstants>
    7172    <Optimize>true</Optimize>
     
    7879  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7980    <DebugSymbols>true</DebugSymbols>
    80     <OutputPath>bin\x86\Debug\</OutputPath>
     81    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    8182    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8283    <DebugType>full</DebugType>
     
    8687  </PropertyGroup>
    8788  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    88     <OutputPath>bin\x86\Release\</OutputPath>
     89    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    8990    <DefineConstants>TRACE</DefineConstants>
    9091    <Optimize>true</Optimize>
     
    122123  </ItemGroup>
    123124  <ItemGroup>
    124     <None Include="app.config" />
     125    <None Include="app.config">
     126      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     127    </None>
    125128    <None Include="HeuristicLab.snk" />
    126129    <None Include="Properties\AssemblyInfo.frame" />
Note: See TracChangeset for help on using the changeset viewer.