Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9253 for branches


Ignore:
Timestamp:
02/28/13 09:09:39 (11 years ago)
Author:
fschoepp
Message:

#1888:

  • Fixed build of OaaS-HL (removed an unnecessary reference to a .resx file).
  • Build order is as follows: HeuristicLab.ExtLibs, HeuristicLab 3.3, HeuristicLab 3.3 Services (Administrator)
Location:
branches/OaaS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab 3.3 Services.sln

    r9166 r9253  
    191191    {F685556B-F6EB-4143-8E7E-662D00FDD299}.Release|x86.Build.0 = Release|x86
    192192    {034C2EE4-E303-4E45-98AB-F0074EC83B81}.Debug|Any CPU.ActiveCfg = Debug
     193    {034C2EE4-E303-4E45-98AB-F0074EC83B81}.Debug|Any CPU.Build.0 = Debug
    193194    {034C2EE4-E303-4E45-98AB-F0074EC83B81}.Debug|Mixed Platforms.ActiveCfg = Debug
    194195    {034C2EE4-E303-4E45-98AB-F0074EC83B81}.Debug|Mixed Platforms.Build.0 = Debug
     
    334335    {E0095F29-604B-4EE8-9EE8-8187DA3B24F1}.Release|x86.ActiveCfg = Release|Any CPU
    335336    {D6DD768C-707C-415A-B9F8-C1F7668F8560}.Debug|Any CPU.ActiveCfg = Debug|x86
    336     {D6DD768C-707C-415A-B9F8-C1F7668F8560}.Debug|Any CPU.Build.0 = Debug|x86
    337337    {D6DD768C-707C-415A-B9F8-C1F7668F8560}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
    338338    {D6DD768C-707C-415A-B9F8-C1F7668F8560}.Debug|Mixed Platforms.Build.0 = Debug|x86
  • branches/OaaS/HeuristicLab.Clients.Hive.JobManager/3.3/HeuristicLab.Clients.Hive.JobManager-3.3.csproj

    r8958 r9253  
    231231    </ProjectReference>
    232232  </ItemGroup>
    233   <ItemGroup>
    234     <EmbeddedResource Include="Views\RefreshableHiveJobView.resx">
    235       <DependentUpon>RefreshableHiveJobView.cs</DependentUpon>
    236     </EmbeddedResource>
    237   </ItemGroup>
    238233  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    239234  <PropertyGroup>
  • branches/OaaS/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj

    r8187 r9253  
    141141    <None Include="Plugin.cs.frame" />
    142142    <Compile Include="Controls\ControlExtensions.cs" />
    143     <Compile Include="MainForms\DockForm.cs">
    144       <SubType>Form</SubType>
    145     </Compile>
     143    <Compile Include="MainForms\DockForm.cs" />
    146144    <Compile Include="MainForms\DockForm.Designer.cs">
    147145      <DependentUpon>DockForm.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.