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

    • Property svn:ignore
      •  

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

    r6045 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>
    5555    <WarningLevel>4</WarningLevel>
    56     <DocumentationFile>bin\Release\HeuristicLab.Operators.Views-3.3.XML</DocumentationFile>
     56    <DocumentationFile>
     57    </DocumentationFile>
    5758    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5859  </PropertyGroup>
    5960  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    6061    <DebugSymbols>true</DebugSymbols>
    61     <OutputPath>bin\x64\Debug\</OutputPath>
     62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6263    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6364    <DebugType>full</DebugType>
     
    6768  </PropertyGroup>
    6869  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    69     <OutputPath>bin\x64\Release\</OutputPath>
     70    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7071    <DefineConstants>TRACE</DefineConstants>
    71     <DocumentationFile>bin\x64\Release\HeuristicLab.Operators.Views-3.3.XML</DocumentationFile>
     72    <DocumentationFile>
     73    </DocumentationFile>
    7274    <Optimize>true</Optimize>
    7375    <DebugType>pdbonly</DebugType>
     
    7880  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7981    <DebugSymbols>true</DebugSymbols>
    80     <OutputPath>bin\x86\Debug\</OutputPath>
     82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8183    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8284    <DebugType>full</DebugType>
     
    8688  </PropertyGroup>
    8789  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    88     <OutputPath>bin\x86\Release\</OutputPath>
     90    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8991    <DefineConstants>TRACE</DefineConstants>
    90     <DocumentationFile>bin\x86\Release\HeuristicLab.Operators.Views-3.3.XML</DocumentationFile>
     92    <DocumentationFile>
     93    </DocumentationFile>
    9194    <Optimize>true</Optimize>
    9295    <DebugType>pdbonly</DebugType>
     
    119122      <DependentUpon>AlgorithmOperatorView.cs</DependentUpon>
    120123    </Compile>
    121     <None Include="HeuristicLabOperatorsViewsPlugin.cs.frame" />
     124    <None Include="Plugin.cs.frame" />
    122125    <Compile Include="CheckedMultiOperatorView.cs">
    123126      <SubType>UserControl</SubType>
     
    138141      <DependentUpon>OperatorView.cs</DependentUpon>
    139142    </Compile>
     143    <Compile Include="Plugin.cs" />
    140144    <Compile Include="ValuesCollectorView.cs">
    141145      <SubType>UserControl</SubType>
     
    144148      <DependentUpon>ValuesCollectorView.cs</DependentUpon>
    145149    </Compile>
    146     <Compile Include="HeuristicLabOperatorsViewsPlugin.cs" />
    147150    <Compile Include="Properties\AssemblyInfo.cs" />
    148151  </ItemGroup>
    149152  <ItemGroup>
    150153    <None Include="HeuristicLab.snk" />
    151     <None Include="Properties\AssemblyInfo.frame" />
     154    <None Include="Properties\AssemblyInfo.cs.frame" />
    152155  </ItemGroup>
    153156  <ItemGroup>
     
    155158      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    156159      <Name>HeuristicLab.Collections-3.3</Name>
     160      <Private>False</Private>
    157161    </ProjectReference>
    158162    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    159163      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    160164      <Name>HeuristicLab.Common.Resources-3.3</Name>
     165      <Private>False</Private>
    161166    </ProjectReference>
    162167    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    163168      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    164169      <Name>HeuristicLab.Common-3.3</Name>
     170      <Private>False</Private>
    165171    </ProjectReference>
    166172    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    167173      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
    168174      <Name>HeuristicLab.Core.Views-3.3</Name>
     175      <Private>False</Private>
    169176    </ProjectReference>
    170177    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    171178      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    172179      <Name>HeuristicLab.Core-3.3</Name>
     180      <Private>False</Private>
    173181    </ProjectReference>
    174182    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
    175183      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
    176184      <Name>HeuristicLab.Data.Views-3.3</Name>
     185      <Private>False</Private>
    177186    </ProjectReference>
    178187    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    179188      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    180189      <Name>HeuristicLab.Data-3.3</Name>
     190      <Private>False</Private>
    181191    </ProjectReference>
    182192    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    183193      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    184194      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
     195      <Private>False</Private>
    185196    </ProjectReference>
    186197    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    187198      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    188199      <Name>HeuristicLab.MainForm-3.3</Name>
     200      <Private>False</Private>
    189201    </ProjectReference>
    190202    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    191203      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    192204      <Name>HeuristicLab.Operators-3.3</Name>
     205      <Private>False</Private>
    193206    </ProjectReference>
    194207    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
    195208      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
    196209      <Name>HeuristicLab.Optimization.Views-3.3</Name>
     210      <Private>False</Private>
    197211    </ProjectReference>
    198212    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    199213      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    200214      <Name>HeuristicLab.Optimization-3.3</Name>
     215      <Private>False</Private>
    201216    </ProjectReference>
    202217    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    203218      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    204219      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     220      <Private>False</Private>
    205221    </ProjectReference>
    206222  </ItemGroup>
     
    237253
    238254call PreBuildEvent.cmd
    239 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsViewsPlugin.cs"</PreBuildEvent>
     255</PreBuildEvent>
    240256  </PropertyGroup>
    241257</Project>
Note: See TracChangeset for help on using the changeset viewer.