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.Random/3.3

    • Property svn:ignore
      •  

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

    r5809 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.Random-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.Random-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.Random-3.3.XML</DocumentationFile>
     95    <DocumentationFile>
     96    </DocumentationFile>
    9497    <Optimize>true</Optimize>
    9598    <DebugType>pdbonly</DebugType>
     
    107110  </ItemGroup>
    108111  <ItemGroup>
    109     <None Include="HeuristicLabRandomPlugin.cs.frame" />
     112    <None Include="Plugin.cs.frame" />
    110113    <Compile Include="FastRandom.cs" />
    111     <Compile Include="HeuristicLabRandomPlugin.cs" />
    112114    <Compile Include="MersenneTwister.cs">
    113115      <SubType>Code</SubType>
     
    117119    </Compile>
    118120    <Compile Include="NormalRandomizer.cs" />
     121    <Compile Include="Plugin.cs" />
    119122    <Compile Include="Properties\AssemblyInfo.cs" />
    120123    <Compile Include="RandomCreator.cs" />
     
    126129      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    127130      <Name>HeuristicLab.Collections-3.3</Name>
     131      <Private>False</Private>
    128132    </ProjectReference>
    129133    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    130134      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    131135      <Name>HeuristicLab.Common-3.3</Name>
     136      <Private>False</Private>
    132137    </ProjectReference>
    133138    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    134139      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    135140      <Name>HeuristicLab.Core-3.3</Name>
     141      <Private>False</Private>
    136142    </ProjectReference>
    137143    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    138144      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    139145      <Name>HeuristicLab.Data-3.3</Name>
     146      <Private>False</Private>
    140147    </ProjectReference>
    141148    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    142149      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    143150      <Name>HeuristicLab.Operators-3.3</Name>
     151      <Private>False</Private>
    144152    </ProjectReference>
    145153    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    146154      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    147155      <Name>HeuristicLab.Parameters-3.3</Name>
     156      <Private>False</Private>
    148157    </ProjectReference>
    149158    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    150159      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    151160      <Name>HeuristicLab.Persistence-3.3</Name>
     161      <Private>False</Private>
    152162    </ProjectReference>
    153163    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    154164      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    155165      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     166      <Private>False</Private>
    156167    </ProjectReference>
    157168  </ItemGroup>
    158169  <ItemGroup>
    159170    <None Include="HeuristicLab.snk" />
    160     <None Include="Properties\AssemblyInfo.frame" />
     171    <None Include="Properties\AssemblyInfo.cs.frame" />
    161172  </ItemGroup>
    162173  <ItemGroup>
     
    192203
    193204call PreBuildEvent.cmd
    194 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabRandomPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabRandomPlugin.cs"</PreBuildEvent>
     205</PreBuildEvent>
    195206  </PropertyGroup>
    196207</Project>
Note: See TracChangeset for help on using the changeset viewer.