Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/13 16:59:51 (12 years ago)
Author:
sforsten
Message:

#2022:

  • the properties of Item are cached
  • added solution file and build commands
Location:
branches/ImprovingItemListView
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ImprovingItemListView

    • Property svn:ignore set to
      *.suo
  • branches/ImprovingItemListView/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj

    r8600 r9314  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     43    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     52    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
     
    6060  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    6161    <DebugSymbols>true</DebugSymbols>
    62     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     62    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    6363    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6464    <DebugType>full</DebugType>
     
    6868  </PropertyGroup>
    6969  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    70     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     70    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    7171    <DefineConstants>TRACE</DefineConstants>
    7272    <DocumentationFile>
     
    8080  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    8181    <DebugSymbols>true</DebugSymbols>
    82     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     82    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    8383    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8484    <DebugType>full</DebugType>
     
    8888  </PropertyGroup>
    8989  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    90     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     90    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    9191    <DefineConstants>TRACE</DefineConstants>
    9292    <DocumentationFile>
     
    9999  </PropertyGroup>
    100100  <ItemGroup>
     101    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     102    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     103    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     104    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     105    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     106    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     107    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    101108    <Reference Include="System" />
    102109    <Reference Include="System.Core">
     
    311318  </ItemGroup>
    312319  <ItemGroup>
    313     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    314       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    315       <Name>HeuristicLab.Collections-3.3</Name>
    316       <Private>False</Private>
    317     </ProjectReference>
    318     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    319       <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    320       <Name>HeuristicLab.Common.Resources-3.3</Name>
    321       <Private>False</Private>
    322     </ProjectReference>
    323     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    324       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    325       <Name>HeuristicLab.Common-3.3</Name>
    326       <Private>False</Private>
    327     </ProjectReference>
    328320    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    329321      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    330322      <Name>HeuristicLab.Core-3.3</Name>
    331       <Private>False</Private>
    332     </ProjectReference>
    333     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    334       <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    335       <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    336       <Private>False</Private>
    337     </ProjectReference>
    338     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    339       <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    340       <Name>HeuristicLab.MainForm-3.3</Name>
    341       <Private>False</Private>
    342     </ProjectReference>
    343     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    344       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    345       <Name>HeuristicLab.Persistence-3.3</Name>
    346       <Private>False</Private>
    347     </ProjectReference>
    348     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    349       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    350       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    351323      <Private>False</Private>
    352324    </ProjectReference>
     
    378350  -->
    379351  <PropertyGroup>
    380    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     352    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    381353set ProjectDir=$(ProjectDir)
    382354set SolutionDir=$(SolutionDir)
     
    385357call PreBuildEvent.cmd
    386358</PreBuildEvent>
    387 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     359    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    388360export ProjectDir=$(ProjectDir)
    389361export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.