Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/05/11 21:55:55 (13 years ago)
Author:
abeham
Message:

#1614

  • updated branch from trunk
Location:
branches/GeneralizedQAP
Files:
2 deleted
3 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP

  • branches/GeneralizedQAP/HeuristicLab.ExtLibs

    • Property svn:ignore set to
      bin
  • branches/GeneralizedQAP/HeuristicLab.ExtLibs/HeuristicLab.log4net/1.2.10.0/HeuristicLab.log4net-1.2.10.0.csproj

    r5163 r6878  
    1212    <AssemblyName>HeuristicLab.log4net-1.2.10.0</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    4041    <DebugType>full</DebugType>
    4142    <Optimize>false</Optimize>
    42     <OutputPath>bin\Debug\</OutputPath>
     43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4344    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4445    <ErrorReport>prompt</ErrorReport>
     
    4950    <DebugType>pdbonly</DebugType>
    5051    <Optimize>true</Optimize>
    51     <OutputPath>bin\Release\</OutputPath>
     52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5253    <DefineConstants>TRACE</DefineConstants>
    5354    <ErrorReport>prompt</ErrorReport>
    5455    <WarningLevel>4</WarningLevel>
    55     <DocumentationFile>bin\Release\HeuristicLab.log4net-1.2.10.0.XML</DocumentationFile>
     56    <DocumentationFile>
     57    </DocumentationFile>
    5658    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5759  </PropertyGroup>
    5860  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5961    <DebugSymbols>true</DebugSymbols>
    60     <OutputPath>bin\x64\Debug\</OutputPath>
     62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6163    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6264    <DebugType>full</DebugType>
     
    6668  </PropertyGroup>
    6769  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    68     <OutputPath>bin\x64\Release\</OutputPath>
     70    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6971    <DefineConstants>TRACE</DefineConstants>
    70     <DocumentationFile>bin\Release\HeuristicLab.log4net-1.2.10.0.XML</DocumentationFile>
     72    <DocumentationFile>
     73    </DocumentationFile>
    7174    <Optimize>true</Optimize>
    7275    <DebugType>pdbonly</DebugType>
     
    7780  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7881    <DebugSymbols>true</DebugSymbols>
    79     <OutputPath>bin\x86\Debug\</OutputPath>
     82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8083    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8184    <DebugType>full</DebugType>
     
    8588  </PropertyGroup>
    8689  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    87     <OutputPath>bin\x86\Release\</OutputPath>
     90    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8891    <DefineConstants>TRACE</DefineConstants>
    89     <DocumentationFile>bin\Release\HeuristicLab.log4net-1.2.10.0.XML</DocumentationFile>
     92    <DocumentationFile>
     93    </DocumentationFile>
    9094    <Optimize>true</Optimize>
    9195    <DebugType>pdbonly</DebugType>
     
    109113  </ItemGroup>
    110114  <ItemGroup>
    111     <Compile Include="HeuristicLablog4netPlugin.cs" />
     115    <Compile Include="Plugin.cs" />
    112116    <Compile Include="Properties\AssemblyInfo.cs" />
    113117  </ItemGroup>
    114118  <ItemGroup>
    115119    <None Include="HeuristicLab.snk" />
    116     <None Include="Properties\AssemblyInfo.frame" />
    117   </ItemGroup>
    118   <ItemGroup>
    119     <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    120       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    121       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    122     </ProjectReference>
     120    <None Include="Properties\AssemblyInfo.cs.frame" />
    123121  </ItemGroup>
    124122  <ItemGroup>
     
    147145    </BootstrapperPackage>
    148146  </ItemGroup>
     147  <ItemGroup>
     148    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
     149      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
     150      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     151    </ProjectReference>
     152  </ItemGroup>
    149153  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    150154  <!-- 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.