Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/05/11 12:45:26 (13 years ago)
Author:
mkommend
Message:

#1653: Merged new HL solution into the trunk.

Location:
trunk/sources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

    • Property svn:ignore
      •  

        old new  
         1*.docstates
         2*.psess
        13*.resharper
        24*.suo
         5*.vsp
        36Google.ProtocolBuffers-0.9.1.dll
         7HeuristicLab 3.3.5.1.ReSharper.user
         8HeuristicLab 3.3.6.0.ReSharper.user
        49HeuristicLab.4.5.resharper.user
        510HeuristicLab.resharper.user
         
        813_ReSharper.HeuristicLab
        914_ReSharper.HeuristicLab 3.3
         15_ReSharper.HeuristicLab.ExtLibs
         16bin
        1017protoc.exe
        11 HeuristicLab 3.3.5.1.ReSharper.user
        12 *.psess
        13 *.vsp
        14 *.docstates
        15 bin
        16 HeuristicLab 3.3.6.0.ReSharper.user
         18HeuristicLab.ExtLibs.6.0.ReSharper.user
    • Property svn:mergeinfo changed
      /branches/Restructure trunk solution (added)merged: 6828
      /branches/Trunk (added)merged: 6829,​6831-6833,​6842-6848,​6850,​6865
  • trunk/sources/HeuristicLab.Operators/3.3

    • Property svn:ignore
      •  

        old new  
        44HeuristicLabOperatorsPlugin.cs
        55*.vs10x
         6Plugin.cs
  • trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj

    r5753 r6866  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>bin\Debug\</OutputPath>
     43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5252    <DebugType>pdbonly</DebugType>
    5353    <Optimize>true</Optimize>
    54     <OutputPath>bin\Release\</OutputPath>
     54    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5555    <DefineConstants>TRACE</DefineConstants>
    5656    <ErrorReport>prompt</ErrorReport>
    5757    <WarningLevel>4</WarningLevel>
    58     <DocumentationFile>bin\Release\HeuristicLab.Operators-3.3.xml</DocumentationFile>
     58    <DocumentationFile>
     59    </DocumentationFile>
    5960    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    6061    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     
    6263  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6364    <DebugSymbols>true</DebugSymbols>
    64     <OutputPath>bin\x86\Debug\</OutputPath>
     65    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6566    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6667    <DebugType>full</DebugType>
     
    7071  </PropertyGroup>
    7172  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    72     <OutputPath>bin\x86\Release\</OutputPath>
     73    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7374    <DefineConstants>TRACE</DefineConstants>
    74     <DocumentationFile>bin\x86\Release\HeuristicLab.Operators-3.3.xml</DocumentationFile>
     75    <DocumentationFile>
     76    </DocumentationFile>
    7577    <Optimize>true</Optimize>
    7678    <DebugType>pdbonly</DebugType>
     
    8183  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    8284    <DebugSymbols>true</DebugSymbols>
    83     <OutputPath>bin\x64\Debug\</OutputPath>
     85    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8486    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8587    <DebugType>full</DebugType>
     
    8991  </PropertyGroup>
    9092  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    91     <OutputPath>bin\x64\Release\</OutputPath>
     93    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    9294    <DefineConstants>TRACE</DefineConstants>
    93     <DocumentationFile>bin\x64\Release\HeuristicLab.Operators-3.3.xml</DocumentationFile>
     95    <DocumentationFile>
     96    </DocumentationFile>
    9497    <Optimize>true</Optimize>
    9598    <DebugType>pdbonly</DebugType>
     
    110113    <Compile Include="CheckedMultiOperator.cs" />
    111114    <Compile Include="CombinedOperator.cs" />
    112     <None Include="HeuristicLabOperatorsPlugin.cs.frame" />
     115    <None Include="Plugin.cs.frame" />
    113116    <Compile Include="ConditionalBranch.cs" />
    114117    <Compile Include="Comparator.cs" />
     
    119122    <Compile Include="Placeholder.cs" />
    120123    <Compile Include="IntCounter.cs" />
     124    <Compile Include="Plugin.cs" />
    121125    <Compile Include="ScopeCleaner.cs" />
    122126    <Compile Include="StochasticBranch.cs" />
     
    135139      <SubType>Code</SubType>
    136140    </Compile>
    137     <Compile Include="HeuristicLabOperatorsPlugin.cs" />
    138141    <Compile Include="Properties\AssemblyInfo.cs" />
    139142    <Compile Include="SingleSuccessorOperator.cs" />
     
    146149      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    147150      <Name>HeuristicLab.Collections-3.3</Name>
     151      <Private>False</Private>
    148152    </ProjectReference>
    149153    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    150154      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    151155      <Name>HeuristicLab.Common.Resources-3.3</Name>
     156      <Private>False</Private>
    152157    </ProjectReference>
    153158    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    154159      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    155160      <Name>HeuristicLab.Common-3.3</Name>
     161      <Private>False</Private>
    156162    </ProjectReference>
    157163    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    158164      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    159165      <Name>HeuristicLab.Core-3.3</Name>
     166      <Private>False</Private>
    160167    </ProjectReference>
    161168    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    162169      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    163170      <Name>HeuristicLab.Data-3.3</Name>
     171      <Private>False</Private>
    164172    </ProjectReference>
    165173    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    166174      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    167175      <Name>HeuristicLab.Parameters-3.3</Name>
     176      <Private>False</Private>
    168177    </ProjectReference>
    169178    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    170179      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    171180      <Name>HeuristicLab.Persistence-3.3</Name>
     181      <Private>False</Private>
    172182    </ProjectReference>
    173183    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    174184      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    175185      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     186      <Private>False</Private>
    176187    </ProjectReference>
    177188  </ItemGroup>
    178189  <ItemGroup>
    179190    <None Include="HeuristicLab.snk" />
    180     <None Include="Properties\AssemblyInfo.frame" />
     191    <None Include="Properties\AssemblyInfo.cs.frame" />
    181192  </ItemGroup>
    182193  <ItemGroup>
     
    212223
    213224call PreBuildEvent.cmd
    214 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsPlugin.cs"</PreBuildEvent>
     225</PreBuildEvent>
    215226  </PropertyGroup>
    216227</Project>
Note: See TracChangeset for help on using the changeset viewer.