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.Problems.ArtificialAnt.Views/3.3

    • Property svn:ignore
      •  

        old new  
        44HeuristicLabProblemsArtificialAntViewsPlugin.cs
        55*.vs10x
         6Plugin.cs
  • trunk/sources/HeuristicLab.Problems.ArtificialAnt.Views/3.3/HeuristicLab.Problems.ArtificialAnt.Views-3.3.csproj

    r5163 r6866  
    1212    <AssemblyName>HeuristicLab.Problems.ArtificialAnt.Views-3.3</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>
     
    5758  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5859    <DebugSymbols>true</DebugSymbols>
    59     <OutputPath>bin\x64\Debug\</OutputPath>
     60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6061    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6162    <DebugType>full</DebugType>
     
    6566  </PropertyGroup>
    6667  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    67     <OutputPath>bin\x64\Release\</OutputPath>
     68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6869    <DefineConstants>TRACE</DefineConstants>
    6970    <Optimize>true</Optimize>
     
    7576  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7677    <DebugSymbols>true</DebugSymbols>
    77     <OutputPath>bin\x86\Debug\</OutputPath>
     78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7879    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7980    <DebugType>full</DebugType>
     
    8384  </PropertyGroup>
    8485  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    85     <OutputPath>bin\x86\Release\</OutputPath>
     86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8687    <DefineConstants>TRACE</DefineConstants>
    8788    <Optimize>true</Optimize>
     
    120121      <DependentUpon>AntTrailSymbolicExpressionTreeView.cs</DependentUpon>
    121122    </Compile>
    122     <Compile Include="HeuristicLabProblemsArtificialAntViewsPlugin.cs" />
     123    <Compile Include="Plugin.cs" />
    123124    <Compile Include="Properties\AssemblyInfo.cs" />
    124125  </ItemGroup>
    125126  <ItemGroup>
    126127    <None Include="HeuristicLab.snk" />
    127     <None Include="HeuristicLabProblemsArtificialAntViewsPlugin.cs.frame" />
    128     <None Include="Properties\AssemblyInfo.frame" />
     128    <None Include="Plugin.cs.frame" />
     129    <None Include="Properties\AssemblyInfo.cs.frame" />
    129130  </ItemGroup>
    130131  <ItemGroup>
     
    132133      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    133134      <Name>HeuristicLab.Common-3.3</Name>
     135      <Private>False</Private>
    134136    </ProjectReference>
    135137    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    136138      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
    137139      <Name>HeuristicLab.Core.Views-3.3</Name>
     140      <Private>False</Private>
    138141    </ProjectReference>
    139142    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    140143      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    141144      <Name>HeuristicLab.Core-3.3</Name>
     145      <Private>False</Private>
    142146    </ProjectReference>
    143147    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    144148      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    145149      <Name>HeuristicLab.Data-3.3</Name>
     150      <Private>False</Private>
    146151    </ProjectReference>
    147152    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj">
    148153      <Project>{6F42C5F8-16CD-43EE-8208-FD4573A69D85}</Project>
    149154      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3</Name>
     155      <Private>False</Private>
    150156    </ProjectReference>
    151157    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
    152158      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
    153159      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
     160      <Private>False</Private>
    154161    </ProjectReference>
    155162    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    156163      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    157164      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
     165      <Private>False</Private>
    158166    </ProjectReference>
    159167    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    160168      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    161169      <Name>HeuristicLab.MainForm-3.3</Name>
     170      <Private>False</Private>
    162171    </ProjectReference>
    163172    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
    164173      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
    165174      <Name>HeuristicLab.Optimization.Views-3.3</Name>
     175      <Private>False</Private>
    166176    </ProjectReference>
    167177    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    168178      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    169179      <Name>HeuristicLab.Optimization-3.3</Name>
     180      <Private>False</Private>
    170181    </ProjectReference>
    171182    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    172183      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    173184      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     185      <Private>False</Private>
    174186    </ProjectReference>
    175187    <ProjectReference Include="..\..\HeuristicLab.Problems.ArtificialAnt\3.3\HeuristicLab.Problems.ArtificialAnt-3.3.csproj">
    176188      <Project>{F5C0ECAC-EDBA-4024-872A-1F74AFCB20B4}</Project>
    177189      <Name>HeuristicLab.Problems.ArtificialAnt-3.3</Name>
     190      <Private>False</Private>
    178191    </ProjectReference>
    179192  </ItemGroup>
     
    215228
    216229call PreBuildEvent.cmd
    217 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsArtificialAntViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsArtificialAntViewsPlugin.cs"</PreBuildEvent>
     230</PreBuildEvent>
    218231  </PropertyGroup>
    219232</Project>
Note: See TracChangeset for help on using the changeset viewer.