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:
2 deleted
3 edited
2 copied

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

    • Property svn:ignore
      •  

        old new  
        44HeuristicLabDataPlugin.cs
        55*.vs10x
         6Plugin.cs
  • trunk/sources/HeuristicLab.Data/3.3/HeuristicLab.Data-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.Data-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.Data-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.Data-3.3.xml</DocumentationFile>
     95    <DocumentationFile>
     96    </DocumentationFile>
    9497    <Optimize>true</Optimize>
    9598    <DebugType>pdbonly</DebugType>
     
    108111  </ItemGroup>
    109112  <ItemGroup>
    110     <None Include="HeuristicLabDataPlugin.cs.frame" />
     113    <None Include="Plugin.cs.frame" />
    111114    <Compile Include="BoolArray.cs" />
    112115    <Compile Include="BoolMatrix.cs" />
     
    123126    <Compile Include="DoubleValue.cs" />
    124127    <Compile Include="FormatPatterns.cs" />
    125     <Compile Include="HeuristicLabDataPlugin.cs" />
    126128    <Compile Include="IntArray.cs" />
    127129    <Compile Include="IntMatrix.cs" />
     
    130132    <Compile Include="Interfaces\IStringConvertibleMatrix.cs" />
    131133    <Compile Include="Interfaces\IStringConvertibleValue.cs" />
     134    <Compile Include="Plugin.cs" />
    132135    <Compile Include="Properties\AssemblyInfo.cs" />
    133136    <Compile Include="StringArray.cs" />
     
    144147      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    145148      <Name>HeuristicLab.Common.Resources-3.3</Name>
     149      <Private>False</Private>
    146150    </ProjectReference>
    147151    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    148152      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    149153      <Name>HeuristicLab.Common-3.3</Name>
     154      <Private>False</Private>
    150155    </ProjectReference>
    151156    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    152157      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    153158      <Name>HeuristicLab.Core-3.3</Name>
     159      <Private>False</Private>
    154160    </ProjectReference>
    155161    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    156162      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    157163      <Name>HeuristicLab.Persistence-3.3</Name>
     164      <Private>False</Private>
    158165    </ProjectReference>
    159166    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    160167      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    161168      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     169      <Private>False</Private>
    162170    </ProjectReference>
    163171  </ItemGroup>
    164172  <ItemGroup>
    165173    <None Include="HeuristicLab.snk" />
    166     <None Include="Properties\AssemblyInfo.frame" />
     174    <None Include="Properties\AssemblyInfo.cs.frame" />
    167175  </ItemGroup>
    168176  <ItemGroup>
     
    208216
    209217call PreBuildEvent.cmd
    210 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataPlugin.cs"</PreBuildEvent>
     218</PreBuildEvent>
    211219  </PropertyGroup>
    212220</Project>
Note: See TracChangeset for help on using the changeset viewer.