Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5043


Ignore:
Timestamp:
12/07/10 09:15:54 (13 years ago)
Author:
cneumuel
Message:

#1233

  • finished version change to 3.4
  • added revision number to version
Location:
branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New
Files:
19 added
10 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Clients.Hive.Slave.Views/3.4/HeuristicLab.Clients.Hive.Slave.Views-3.4.csproj

    r5038 r5043  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Clients.Hive.Slave.Views</RootNamespace>
    12     <AssemblyName>HeuristicLab.Clients.Hive.Slave.Views-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Clients.Hive.Slave.Views-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    5959  </ItemGroup>
    6060  <ItemGroup>
     61    <None Include="Properties\AssemblyInfo.cs.frame" />
     62    <None Include="HeuristicLabClientsHiveSlaveViewsPlugin.cs.frame" />
    6163    <Compile Include="HeuristicLabClientsHiveSlaveViewsPlugin.cs" />
    6264    <Compile Include="Properties\AssemblyInfo.cs" />
     
    7173call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
    7274  </PropertyGroup>
     75  <PropertyGroup>
     76    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     77set ProjectDir=$(ProjectDir)
     78set SolutionDir=$(SolutionDir)
     79set Outdir=$(Outdir)
     80
     81call PreBuildEvent.cmd</PreBuildEvent>
     82  </PropertyGroup>
    7383  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    7484       Other similar extension points exist, see Microsoft.Common.targets.
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Clients.Hive.Slave/3.4/HeuristicLab.Clients.Hive.Slave-3.4.csproj

    r5038 r5043  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Clients.Hive.Slave</RootNamespace>
    12     <AssemblyName>HeuristicLab.Clients.Hive.Slave-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Clients.Hive.Slave-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    5858  </ItemGroup>
    5959  <ItemGroup>
     60    <None Include="HeuristicLabClientsHiveSlavePlugin.cs.frame" />
    6061    <Compile Include="HeuristicLabClientsHiveSlavePlugin.cs" />
    6162    <Compile Include="Properties\AssemblyInfo.cs" />
     63    <None Include="Properties\AssemblyInfo.cs.frame" />
    6264  </ItemGroup>
    6365  <ItemGroup>
     
    7072call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
    7173  </PropertyGroup>
     74  <PropertyGroup>
     75    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     76set ProjectDir=$(ProjectDir)
     77set SolutionDir=$(SolutionDir)
     78set Outdir=$(Outdir)
     79
     80call PreBuildEvent.cmd</PreBuildEvent>
     81  </PropertyGroup>
    7282  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    7383       Other similar extension points exist, see Microsoft.Common.targets.
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Clients.Hive.Views/3.4/HeuristicLab.Clients.Hive.Views-3.4.csproj

    r5039 r5043  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Clients.Hive.Views</RootNamespace>
    12     <AssemblyName>HeuristicLab.Clients.Hive.Views-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Clients.Hive.Views-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    3838  </PropertyGroup>
    3939  <ItemGroup>
    40     <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    41       <SpecificVersion>False</SpecificVersion>
     40    <Reference Include="HeuristicLab.Collections-3.3">
     41      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
    4242    </Reference>
    4343    <Reference Include="HeuristicLab.Common-3.3">
    4444      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
    4545    </Reference>
    46     <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    47       <SpecificVersion>False</SpecificVersion>
     46    <Reference Include="HeuristicLab.Common.Resources-3.3">
     47      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    4848    </Reference>
    4949    <Reference Include="HeuristicLab.Core-3.3">
     
    8484  </ItemGroup>
    8585  <ItemGroup>
     86    <None Include="HeuristicLabClientsHiveViewsPlugin.cs.frame" />
    8687    <Compile Include="ExperimentManager\ConnectionSetupView.cs">
    8788      <SubType>Form</SubType>
     
    130131    </Compile>
    131132    <Compile Include="Properties\AssemblyInfo.cs" />
     133    <None Include="Properties\AssemblyInfo.cs.frame" />
    132134  </ItemGroup>
    133135  <ItemGroup>
     
    152154  </ItemGroup>
    153155  <ItemGroup>
    154     <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.4.csproj">
     156    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj">
    155157      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
    156158      <Name>HeuristicLab.Clients.Hive-3.4</Name>
    157159    </ProjectReference>
    158     <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.4.csproj">
     160    <ProjectReference Include="..\..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
    159161      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
    160162      <Name>HeuristicLab.Hive-3.4</Name>
    161163    </ProjectReference>
    162     <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.3\HeuristicLab.Services.Hive.Common-3.4.csproj">
     164    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
    163165      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
    164166      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
     
    171173call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
    172174  </PropertyGroup>
     175  <PropertyGroup>
     176    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     177set ProjectDir=$(ProjectDir)
     178set SolutionDir=$(SolutionDir)
     179set Outdir=$(Outdir)
     180
     181call PreBuildEvent.cmd</PreBuildEvent>
     182  </PropertyGroup>
    173183  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    174184       Other similar extension points exist, see Microsoft.Common.targets.
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Clients.Hive/3.4/HeuristicLab.Clients.Hive-3.4.csproj

    r5039 r5043  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Clients.Hive</RootNamespace>
    12     <AssemblyName>HeuristicLab.Clients.Hive-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Clients.Hive-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    7979  </ItemGroup>
    8080  <ItemGroup>
     81    <None Include="HeuristicLabClientsHivePlugin.cs.frame" />
    8182    <Compile Include="Exceptions\AddJobToHiveException.cs" />
    8283    <Compile Include="Exceptions\JobResultPollingException.cs" />
     
    9495    <Compile Include="Properties\AssemblyInfo.cs" />
    9596    <Compile Include="PersistenceUtil.cs" />
     97    <None Include="Properties\AssemblyInfo.cs.frame" />
    9698    <Compile Include="ServiceClients\ServiceClientFactory.cs" />
    9799    <Compile Include="Exceptions\ServiceClientFactoryException.cs" />
     
    115117  </ItemGroup>
    116118  <ItemGroup>
    117     <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.4.csproj">
     119    <ProjectReference Include="..\..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
    118120      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
    119121      <Name>HeuristicLab.Hive-3.4</Name>
    120122    </ProjectReference>
    121     <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.3\HeuristicLab.Services.Hive.Common-3.4.csproj">
     123    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
    122124      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
    123125      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
     
    130132call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
    131133  </PropertyGroup>
     134  <PropertyGroup>
     135    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     136set ProjectDir=$(ProjectDir)
     137set SolutionDir=$(SolutionDir)
     138set Outdir=$(Outdir)
     139
     140call PreBuildEvent.cmd</PreBuildEvent>
     141  </PropertyGroup>
    132142  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    133143       Other similar extension points exist, see Microsoft.Common.targets.
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Hive.sln

    r5039 r5043  
    22Microsoft Visual Studio Solution File, Format Version 11.00
    33# Visual Studio 2010
    4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive-3.4", "HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.4.csproj", "{F98A1740-9AC9-4D36-A582-6A2D0D06978D}"
     4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive-3.4", "HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj", "{F98A1740-9AC9-4D36-A582-6A2D0D06978D}"
    55EndProject
    6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive.Slave-3.4", "HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.4.csproj", "{989FE92B-484E-41EE-87E2-6A24AF0381D8}"
     6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive.Slave-3.4", "HeuristicLab.Clients.Hive.Slave\3.4\HeuristicLab.Clients.Hive.Slave-3.4.csproj", "{989FE92B-484E-41EE-87E2-6A24AF0381D8}"
    77EndProject
    8 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Hive.Common-3.4", "HeuristicLab.Services.Hive.Common\3.3\HeuristicLab.Services.Hive.Common-3.4.csproj", "{14424A16-48D4-445E-80BF-DDF617548BBB}"
     8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Hive.Common-3.4", "HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj", "{14424A16-48D4-445E-80BF-DDF617548BBB}"
    99EndProject
    10 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Hive.DataAccess-3.4", "HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.4.csproj", "{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}"
     10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Hive.DataAccess-3.4", "HeuristicLab.Services.Hive.DataAccess\3.4\HeuristicLab.Services.Hive.DataAccess-3.4.csproj", "{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}"
    1111EndProject
    1212Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EE1E22D1-0141-4C16-ADC6-333120BD21DE}"
     
    1717    HeuristicLab.Hive-3.3.dll.config = HeuristicLab.Hive-3.3.dll.config
    1818    MergeConfigs.cmd = MergeConfigs.cmd
     19    PreBuildEvent.cmd = PreBuildEvent.cmd
    1920  EndProjectSection
    2021EndProject
    21 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive-3.4", "HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.4.csproj", "{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}"
     22Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive-3.4", "HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj", "{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}"
    2223EndProject
    23 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive.Views-3.4", "HeuristicLab.Clients.Hive.Views\3.3\HeuristicLab.Clients.Hive.Views-3.4.csproj", "{E1D6C801-892A-406A-B606-F158E36DD3C3}"
     24Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive.Views-3.4", "HeuristicLab.Clients.Hive.Views\3.4\HeuristicLab.Clients.Hive.Views-3.4.csproj", "{E1D6C801-892A-406A-B606-F158E36DD3C3}"
    2425EndProject
    25 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive.Slave.Views-3.4", "HeuristicLab.Clients.Hive.Slave.Views\3.3\HeuristicLab.Clients.Hive.Slave.Views-3.4.csproj", "{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}"
     26Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive.Slave.Views-3.4", "HeuristicLab.Clients.Hive.Slave.Views\3.4\HeuristicLab.Clients.Hive.Slave.Views-3.4.csproj", "{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}"
    2627EndProject
    27 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Hive-3.4", "HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.4.csproj", "{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}"
     28Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Hive-3.4", "HeuristicLab.Services.Hive\3.4\HeuristicLab.Services.Hive-3.4.csproj", "{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}"
    2829EndProject
    29 Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "3.3", "HeuristicLab.Services.Hive.Web\3.3\", "{0CA6706D-A569-45DE-A85C-4158891CC1BC}"
     30Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "3.4", "HeuristicLab.Services.Hive.Web\3.4\", "{0CA6706D-A569-45DE-A85C-4158891CC1BC}"
    3031  ProjectSection(WebsiteProperties) = preProject
    3132    TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
    32     Debug.AspNetCompiler.VirtualPath = "/3.3"
    33     Debug.AspNetCompiler.PhysicalPath = "HeuristicLab.Services.Hive.Web\3.3\"
    34     Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\3.3\"
     33    Debug.AspNetCompiler.VirtualPath = "/3.4"
     34    Debug.AspNetCompiler.PhysicalPath = "HeuristicLab.Services.Hive.Web\3.4\"
     35    Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\3.4\"
    3536    Debug.AspNetCompiler.Updateable = "true"
    3637    Debug.AspNetCompiler.ForceOverwrite = "true"
    3738    Debug.AspNetCompiler.FixedNames = "false"
    3839    Debug.AspNetCompiler.Debug = "True"
    39     Release.AspNetCompiler.VirtualPath = "/3.3"
    40     Release.AspNetCompiler.PhysicalPath = "HeuristicLab.Services.Hive.Web\3.3\"
    41     Release.AspNetCompiler.TargetPath = "PrecompiledWeb\3.3\"
     40    Release.AspNetCompiler.VirtualPath = "/3.4"
     41    Release.AspNetCompiler.PhysicalPath = "HeuristicLab.Services.Hive.Web\3.4\"
     42    Release.AspNetCompiler.TargetPath = "PrecompiledWeb\3.4\"
    4243    Release.AspNetCompiler.Updateable = "true"
    4344    Release.AspNetCompiler.ForceOverwrite = "true"
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Hive/3.4/HeuristicLab.Hive-3.4.csproj

    r5038 r5043  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Hive</RootNamespace>
    12     <AssemblyName>HeuristicLab.Hive-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Hive-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    5959  </ItemGroup>
    6060  <ItemGroup>
     61    <None Include="Properties\AssemblyInfo.cs.frame" />
     62    <None Include="HeuristicLabHivePlugin.cs.frame" />
    6163    <Compile Include="HeuristicLabHivePlugin.cs" />
    6264    <Compile Include="IJob.cs" />
     
    7577call $(SolutionDir)/MergeConfigs.cmd</PostBuildEvent>
    7678  </PropertyGroup>
     79  <PropertyGroup>
     80    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     81set ProjectDir=$(ProjectDir)
     82set SolutionDir=$(SolutionDir)
     83set Outdir=$(Outdir)
     84
     85call PreBuildEvent.cmd</PreBuildEvent>
     86  </PropertyGroup>
    7787  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    7888       Other similar extension points exist, see Microsoft.Common.targets.
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Services.Hive.Common/3.4/HeuristicLab.Services.Hive.Common-3.4.csproj

    r5038 r5043  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Services.Hive.Common</RootNamespace>
    12     <AssemblyName>HeuristicLab.Services.Hive.Common-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Services.Hive.Common-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    6262  <ItemGroup>
    6363    <Compile Include="ApplicationConstants.cs" />
     64    <None Include="HeuristicLabServicesHiveCommonPlugin.cs.frame" />
    6465    <Compile Include="DataTransfer\Appointment.cs" />
    6566    <Compile Include="DataTransfer\CalendarState.cs" />
     
    8687    <Compile Include="HeuristicLabServicesHiveCommonPlugin.cs" />
    8788    <Compile Include="Properties\AssemblyInfo.cs" />
     89    <None Include="Properties\AssemblyInfo.cs.frame" />
    8890    <Compile Include="ServiceContracts\IHiveService.cs" />
    8991  </ItemGroup>
     
    9799call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
    98100  </PropertyGroup>
     101  <PropertyGroup>
     102    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     103set ProjectDir=$(ProjectDir)
     104set SolutionDir=$(SolutionDir)
     105set Outdir=$(Outdir)
     106
     107call PreBuildEvent.cmd</PreBuildEvent>
     108  </PropertyGroup>
    99109  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    100110       Other similar extension points exist, see Microsoft.Common.targets.
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Services.Hive.DataAccess/3.4/HeuristicLab.Services.Hive.DataAccess-3.4.csproj

    r5038 r5043  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Services.Hive.DataAccess</RootNamespace>
    12     <AssemblyName>HeuristicLab.Services.Hive.DataAccess-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Services.Hive.DataAccess-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    6565  <ItemGroup>
    6666    <Compile Include="Convert.cs" />
     67    <None Include="HeuristicLabServicesHiveDataAccessPlugin.cs.frame" />
    6768    <Compile Include="HeuristicLabServicesHiveDataAccessPlugin.cs" />
    6869    <Compile Include="HiveDao.cs" />
     
    7778    <Compile Include="Interfaces\IHiveDao.cs" />
    7879    <Compile Include="Properties\AssemblyInfo.cs" />
     80    <None Include="Properties\AssemblyInfo.cs.frame" />
    7981    <Compile Include="Properties\Settings.Designer.cs">
    8082      <AutoGen>True</AutoGen>
     
    109111  </ItemGroup>
    110112  <ItemGroup>
    111     <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.3\HeuristicLab.Services.Hive.Common-3.3.csproj">
     113    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
    112114      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
    113115      <Name>HeuristicLab.Services.Hive.Common-3.3</Name>
     
    124126call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
    125127  </PropertyGroup>
     128  <PropertyGroup>
     129    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     130set ProjectDir=$(ProjectDir)
     131set SolutionDir=$(SolutionDir)
     132set Outdir=$(Outdir)
     133
     134call PreBuildEvent.cmd</PreBuildEvent>
     135  </PropertyGroup>
    126136  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    127137       Other similar extension points exist, see Microsoft.Common.targets.
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Services.Hive/3.4

    • Property svn:ignore
      •  

        old new  
        22obj
        33HeuristicLab.Services.Hive-3.3.csproj.user
         4HeuristicLab.Services.Hive-3.4.csproj.user
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Services.Hive/3.4/HeuristicLab.Services.Hive-3.4.csproj

    r5039 r5043  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Services.Hive</RootNamespace>
    12     <AssemblyName>HeuristicLab.Services.Hive-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Services.Hive-3.4</AssemblyName>
    1313    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    1414    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     
    7373  </ItemGroup>
    7474  <ItemGroup>
     75    <None Include="HeuristicLabServicesHivePlugin.cs.frame" />
     76    <None Include="Properties\AssemblyInfo.cs.frame" />
    7577    <Compile Include="Standalone\HeuristicLabServicesHiveApplication.cs" />
    7678    <Compile Include="Standalone\MainForm.cs">
     
    9092  </ItemGroup>
    9193  <ItemGroup>
    92     <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.3\HeuristicLab.Services.Hive.Common-3.4.csproj">
     94    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
    9395      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
    9496      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
    9597    </ProjectReference>
    96     <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.4.csproj">
     98    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.4\HeuristicLab.Services.Hive.DataAccess-3.4.csproj">
    9799      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
    98100      <Name>HeuristicLab.Services.Hive.DataAccess-3.4</Name>
     
    123125call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
    124126  </PropertyGroup>
     127  <PropertyGroup>
     128    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     129set ProjectDir=$(ProjectDir)
     130set SolutionDir=$(SolutionDir)
     131set Outdir=$(Outdir)
     132
     133call PreBuildEvent.cmd</PreBuildEvent>
     134  </PropertyGroup>
    125135  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    126136       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.