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.Problems.ExternalEvaluation.GP/3.4

    • Property svn:ignore
      •  

        old new  
        44HeuristicLabProblemsExternalEvaluationGPPlugin.cs
        55*.vs10x
         6Plugin.cs
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation.GP/3.4/HeuristicLab.Problems.ExternalEvaluation.GP-3.4.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>
     
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>bin\Release\</OutputPath>
     52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
     
    5858  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    5959    <DebugSymbols>true</DebugSymbols>
    60     <OutputPath>bin\x86\Debug\</OutputPath>
     60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6161    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6262    <DebugType>full</DebugType>
     
    6666  </PropertyGroup>
    6767  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    68     <OutputPath>bin\x86\Release\</OutputPath>
     68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6969    <DefineConstants>TRACE</DefineConstants>
    7070    <Optimize>true</Optimize>
     
    7676  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    7777    <DebugSymbols>true</DebugSymbols>
    78     <OutputPath>bin\x64\Debug\</OutputPath>
     78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7979    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8080    <DebugType>full</DebugType>
     
    8484  </PropertyGroup>
    8585  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    86     <OutputPath>bin\x64\Release\</OutputPath>
     86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8787    <DefineConstants>TRACE</DefineConstants>
    8888    <Optimize>true</Optimize>
     
    9393  </PropertyGroup>
    9494  <ItemGroup>
     95    <Reference Include="Google.ProtocolBuffers-0.9.1, Version=0.9.0.0, Culture=neutral, PublicKeyToken=17b3b1f090c3ea48, processorArchitecture=MSIL">
     96      <HintPath>..\..\bin\Google.ProtocolBuffers-0.9.1.dll</HintPath>
     97    </Reference>
    9598    <Reference Include="System" />
    9699    <Reference Include="System.Core">
     
    107110  </ItemGroup>
    108111  <ItemGroup>
    109     <None Include="HeuristicLabProblemsExternalEvaluationGPPlugin.cs.frame" />
     112    <None Include="Plugin.cs.frame" />
    110113    <Compile Include="ExternalEvaluationExpressionGrammar.cs" />
    111114    <Compile Include="ExternalEvaluationSymbolicExpressionTreeBinaryConverter.cs" />
     
    113116    <Compile Include="ExternalEvaluationSymbolicExpressionTreeStringConverter.cs" />
    114117    <Compile Include="ExternalEvaluationSymbolicExpressionTreeStringFormatter.cs" />
    115     <Compile Include="HeuristicLabProblemsExternalEvaluationGPPlugin.cs" />
     118    <Compile Include="Plugin.cs" />
    116119    <Compile Include="Properties\AssemblyInfo.cs" />
    117     <None Include="Properties\AssemblyInfo.frame" />
     120    <None Include="Properties\AssemblyInfo.cs.frame" />
    118121  </ItemGroup>
    119122  <ItemGroup>
     
    121124      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    122125      <Name>HeuristicLab.Common-3.3</Name>
     126      <Private>False</Private>
    123127    </ProjectReference>
    124128    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    125129      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    126130      <Name>HeuristicLab.Core-3.3</Name>
     131      <Private>False</Private>
    127132    </ProjectReference>
    128133    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
    129134      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
    130135      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    131     </ProjectReference>
    132     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\HeuristicLab.ProtobufCS\HeuristicLab.ProtobufCS-0.9.1.csproj">
    133       <Project>{236459CE-80CF-4991-972F-DE74C826BCCC}</Project>
    134       <Name>HeuristicLab.ProtobufCS-0.9.1 %28HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\HeuristicLab.ProtobufCS-0.9.1\HeuristicLab.ProtobufCS-0.9.1%29</Name>
    135     </ProjectReference>
    136     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\ProtobufCS\src\ProtocolBuffers\ProtocolBuffers.csproj">
    137       <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
    138       <Name>ProtocolBuffers</Name>
     136      <Private>False</Private>
    139137    </ProjectReference>
    140138    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    141139      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    142140      <Name>HeuristicLab.Persistence-3.3</Name>
     141      <Private>False</Private>
    143142    </ProjectReference>
    144143    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    145144      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    146145      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     146      <Private>False</Private>
    147147    </ProjectReference>
    148148    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
    149149      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
    150150      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
     151      <Private>False</Private>
    151152    </ProjectReference>
    152153    <ProjectReference Include="..\..\HeuristicLab.Problems.ExternalEvaluation\3.3\HeuristicLab.Problems.ExternalEvaluation-3.3.csproj">
    153154      <Project>{25735DB4-8E54-4A2C-83E3-A60C76565E55}</Project>
    154155      <Name>HeuristicLab.Problems.ExternalEvaluation-3.3</Name>
     156      <Private>False</Private>
    155157    </ProjectReference>
    156158  </ItemGroup>
     
    190192set ProjectDir=$(ProjectDir)
    191193set SolutionDir=$(SolutionDir)
    192 call "$(ProjectDir)Protos\ProcessProtos.cmd"
    193194
    194195call PreBuildEvent.cmd
    195 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsExternalEvaluationGPPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsExternalEvaluationGPPlugin.cs"</PreBuildEvent>
     196</PreBuildEvent>
    196197  </PropertyGroup>
    197198</Project>
Note: See TracChangeset for help on using the changeset viewer.