Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/11 13:54:57 (12 years ago)
Author:
spimming
Message:

#1680:

  • merged changes from trunk into branch

' removed pre-build event for multiple app.configs

Location:
branches/HeuristicLab.Hive.Azure
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure

  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj

    r6866 r7215  
    1414    <StartArguments>/client:"WcfTestClient.exe"</StartArguments>
    1515    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    16     <TargetFrameworkProfile></TargetFrameworkProfile>
     16    <TargetFrameworkProfile>
     17    </TargetFrameworkProfile>
    1718    <SignAssembly>true</SignAssembly>
    1819    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     
    2627    <DebugType>full</DebugType>
    2728    <Optimize>false</Optimize>
    28     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     29    <OutputPath>bin\Debug\</OutputPath>
    2930    <DefineConstants>DEBUG;TRACE</DefineConstants>
    3031    <ErrorReport>prompt</ErrorReport>
     
    3536    <DebugType>pdbonly</DebugType>
    3637    <Optimize>true</Optimize>
    37     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     38    <OutputPath>bin\Release\</OutputPath>
    3839    <DefineConstants>TRACE</DefineConstants>
    3940    <ErrorReport>prompt</ErrorReport>
     
    4344  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    4445    <DebugSymbols>true</DebugSymbols>
    45     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     46    <OutputPath>bin\Debug\</OutputPath>
    4647    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4748    <DebugType>full</DebugType>
     
    5152  </PropertyGroup>
    5253  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    53     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     54    <OutputPath>bin\Release\</OutputPath>
    5455    <DefineConstants>TRACE</DefineConstants>
    5556    <Optimize>true</Optimize>
     
    6162  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    6263    <DebugSymbols>true</DebugSymbols>
    63     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     64    <OutputPath>bin\Debug\</OutputPath>
    6465    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6566    <DebugType>full</DebugType>
     
    6970  </PropertyGroup>
    7071  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    71     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     72    <OutputPath>bin\Release\</OutputPath>
    7273    <DefineConstants>TRACE</DefineConstants>
    7374    <Optimize>true</Optimize>
     
    124125  <ItemGroup>
    125126    <None Include="HeuristicLab.snk" />
    126     <None Include="Properties\AssemblyInfo.frame" />
     127    <None Include="Properties\AssemblyInfo.cs.frame" />
    127128    <None Include="Properties\Settings.settings">
    128129      <Generator>SettingsSingleFileGenerator</Generator>
     
    134135      <Project>{EBEBA863-DD05-4331-BE25-5758B15F7407}</Project>
    135136      <Name>HeuristicLab.Services.Deployment.DataAccess-3.3</Name>
    136   <Private>False</Private></ProjectReference>
     137      <Private>False</Private>
     138    </ProjectReference>
    137139  </ItemGroup>
    138140  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.