Changeset 5043
- Timestamp:
- 12/07/10 09:15:54 (14 years ago)
- 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 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <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> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 59 59 </ItemGroup> 60 60 <ItemGroup> 61 <None Include="Properties\AssemblyInfo.cs.frame" /> 62 <None Include="HeuristicLabClientsHiveSlaveViewsPlugin.cs.frame" /> 61 63 <Compile Include="HeuristicLabClientsHiveSlaveViewsPlugin.cs" /> 62 64 <Compile Include="Properties\AssemblyInfo.cs" /> … … 71 73 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent> 72 74 </PropertyGroup> 75 <PropertyGroup> 76 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 77 set ProjectDir=$(ProjectDir) 78 set SolutionDir=$(SolutionDir) 79 set Outdir=$(Outdir) 80 81 call PreBuildEvent.cmd</PreBuildEvent> 82 </PropertyGroup> 73 83 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 74 84 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 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Clients.Hive.Slave</RootNamespace> 12 <AssemblyName>HeuristicLab.Clients.Hive.Slave-3. 3</AssemblyName>12 <AssemblyName>HeuristicLab.Clients.Hive.Slave-3.4</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 58 58 </ItemGroup> 59 59 <ItemGroup> 60 <None Include="HeuristicLabClientsHiveSlavePlugin.cs.frame" /> 60 61 <Compile Include="HeuristicLabClientsHiveSlavePlugin.cs" /> 61 62 <Compile Include="Properties\AssemblyInfo.cs" /> 63 <None Include="Properties\AssemblyInfo.cs.frame" /> 62 64 </ItemGroup> 63 65 <ItemGroup> … … 70 72 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent> 71 73 </PropertyGroup> 74 <PropertyGroup> 75 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 76 set ProjectDir=$(ProjectDir) 77 set SolutionDir=$(SolutionDir) 78 set Outdir=$(Outdir) 79 80 call PreBuildEvent.cmd</PreBuildEvent> 81 </PropertyGroup> 72 82 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 73 83 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 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Clients.Hive.Views</RootNamespace> 12 <AssemblyName>HeuristicLab.Clients.Hive.Views-3. 3</AssemblyName>12 <AssemblyName>HeuristicLab.Clients.Hive.Views-3.4</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 38 38 </PropertyGroup> 39 39 <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> 42 42 </Reference> 43 43 <Reference Include="HeuristicLab.Common-3.3"> 44 44 <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 45 45 </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> 48 48 </Reference> 49 49 <Reference Include="HeuristicLab.Core-3.3"> … … 84 84 </ItemGroup> 85 85 <ItemGroup> 86 <None Include="HeuristicLabClientsHiveViewsPlugin.cs.frame" /> 86 87 <Compile Include="ExperimentManager\ConnectionSetupView.cs"> 87 88 <SubType>Form</SubType> … … 130 131 </Compile> 131 132 <Compile Include="Properties\AssemblyInfo.cs" /> 133 <None Include="Properties\AssemblyInfo.cs.frame" /> 132 134 </ItemGroup> 133 135 <ItemGroup> … … 152 154 </ItemGroup> 153 155 <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"> 155 157 <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project> 156 158 <Name>HeuristicLab.Clients.Hive-3.4</Name> 157 159 </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"> 159 161 <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project> 160 162 <Name>HeuristicLab.Hive-3.4</Name> 161 163 </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"> 163 165 <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project> 164 166 <Name>HeuristicLab.Services.Hive.Common-3.4</Name> … … 171 173 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent> 172 174 </PropertyGroup> 175 <PropertyGroup> 176 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 177 set ProjectDir=$(ProjectDir) 178 set SolutionDir=$(SolutionDir) 179 set Outdir=$(Outdir) 180 181 call PreBuildEvent.cmd</PreBuildEvent> 182 </PropertyGroup> 173 183 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 174 184 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 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Clients.Hive</RootNamespace> 12 <AssemblyName>HeuristicLab.Clients.Hive-3. 3</AssemblyName>12 <AssemblyName>HeuristicLab.Clients.Hive-3.4</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 79 79 </ItemGroup> 80 80 <ItemGroup> 81 <None Include="HeuristicLabClientsHivePlugin.cs.frame" /> 81 82 <Compile Include="Exceptions\AddJobToHiveException.cs" /> 82 83 <Compile Include="Exceptions\JobResultPollingException.cs" /> … … 94 95 <Compile Include="Properties\AssemblyInfo.cs" /> 95 96 <Compile Include="PersistenceUtil.cs" /> 97 <None Include="Properties\AssemblyInfo.cs.frame" /> 96 98 <Compile Include="ServiceClients\ServiceClientFactory.cs" /> 97 99 <Compile Include="Exceptions\ServiceClientFactoryException.cs" /> … … 115 117 </ItemGroup> 116 118 <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"> 118 120 <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project> 119 121 <Name>HeuristicLab.Hive-3.4</Name> 120 122 </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"> 122 124 <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project> 123 125 <Name>HeuristicLab.Services.Hive.Common-3.4</Name> … … 130 132 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent> 131 133 </PropertyGroup> 134 <PropertyGroup> 135 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 136 set ProjectDir=$(ProjectDir) 137 set SolutionDir=$(SolutionDir) 138 set Outdir=$(Outdir) 139 140 call PreBuildEvent.cmd</PreBuildEvent> 141 </PropertyGroup> 132 142 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 133 143 Other similar extension points exist, see Microsoft.Common.targets. -
branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Hive.sln
r5039 r5043 2 2 Microsoft Visual Studio Solution File, Format Version 11.00 3 3 # 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}"4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive-3.4", "HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj", "{F98A1740-9AC9-4D36-A582-6A2D0D06978D}" 5 5 EndProject 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}"6 Project("{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}" 7 7 EndProject 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}"8 Project("{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}" 9 9 EndProject 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}"10 Project("{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}" 11 11 EndProject 12 12 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EE1E22D1-0141-4C16-ADC6-333120BD21DE}" … … 17 17 HeuristicLab.Hive-3.3.dll.config = HeuristicLab.Hive-3.3.dll.config 18 18 MergeConfigs.cmd = MergeConfigs.cmd 19 PreBuildEvent.cmd = PreBuildEvent.cmd 19 20 EndProjectSection 20 21 EndProject 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}"22 Project("{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}" 22 23 EndProject 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}"24 Project("{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}" 24 25 EndProject 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}"26 Project("{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}" 26 27 EndProject 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}"28 Project("{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}" 28 29 EndProject 29 Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "3. 3", "HeuristicLab.Services.Hive.Web\3.3\", "{0CA6706D-A569-45DE-A85C-4158891CC1BC}"30 Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "3.4", "HeuristicLab.Services.Hive.Web\3.4\", "{0CA6706D-A569-45DE-A85C-4158891CC1BC}" 30 31 ProjectSection(WebsiteProperties) = preProject 31 32 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\" 35 36 Debug.AspNetCompiler.Updateable = "true" 36 37 Debug.AspNetCompiler.ForceOverwrite = "true" 37 38 Debug.AspNetCompiler.FixedNames = "false" 38 39 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\" 42 43 Release.AspNetCompiler.Updateable = "true" 43 44 Release.AspNetCompiler.ForceOverwrite = "true" -
branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Hive/3.4/HeuristicLab.Hive-3.4.csproj
r5038 r5043 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Hive</RootNamespace> 12 <AssemblyName>HeuristicLab.Hive-3. 3</AssemblyName>12 <AssemblyName>HeuristicLab.Hive-3.4</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 59 59 </ItemGroup> 60 60 <ItemGroup> 61 <None Include="Properties\AssemblyInfo.cs.frame" /> 62 <None Include="HeuristicLabHivePlugin.cs.frame" /> 61 63 <Compile Include="HeuristicLabHivePlugin.cs" /> 62 64 <Compile Include="IJob.cs" /> … … 75 77 call $(SolutionDir)/MergeConfigs.cmd</PostBuildEvent> 76 78 </PropertyGroup> 79 <PropertyGroup> 80 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 81 set ProjectDir=$(ProjectDir) 82 set SolutionDir=$(SolutionDir) 83 set Outdir=$(Outdir) 84 85 call PreBuildEvent.cmd</PreBuildEvent> 86 </PropertyGroup> 77 87 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 78 88 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 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Services.Hive.Common</RootNamespace> 12 <AssemblyName>HeuristicLab.Services.Hive.Common-3. 3</AssemblyName>12 <AssemblyName>HeuristicLab.Services.Hive.Common-3.4</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 62 62 <ItemGroup> 63 63 <Compile Include="ApplicationConstants.cs" /> 64 <None Include="HeuristicLabServicesHiveCommonPlugin.cs.frame" /> 64 65 <Compile Include="DataTransfer\Appointment.cs" /> 65 66 <Compile Include="DataTransfer\CalendarState.cs" /> … … 86 87 <Compile Include="HeuristicLabServicesHiveCommonPlugin.cs" /> 87 88 <Compile Include="Properties\AssemblyInfo.cs" /> 89 <None Include="Properties\AssemblyInfo.cs.frame" /> 88 90 <Compile Include="ServiceContracts\IHiveService.cs" /> 89 91 </ItemGroup> … … 97 99 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent> 98 100 </PropertyGroup> 101 <PropertyGroup> 102 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 103 set ProjectDir=$(ProjectDir) 104 set SolutionDir=$(SolutionDir) 105 set Outdir=$(Outdir) 106 107 call PreBuildEvent.cmd</PreBuildEvent> 108 </PropertyGroup> 99 109 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 100 110 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 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Services.Hive.DataAccess</RootNamespace> 12 <AssemblyName>HeuristicLab.Services.Hive.DataAccess-3. 3</AssemblyName>12 <AssemblyName>HeuristicLab.Services.Hive.DataAccess-3.4</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 65 65 <ItemGroup> 66 66 <Compile Include="Convert.cs" /> 67 <None Include="HeuristicLabServicesHiveDataAccessPlugin.cs.frame" /> 67 68 <Compile Include="HeuristicLabServicesHiveDataAccessPlugin.cs" /> 68 69 <Compile Include="HiveDao.cs" /> … … 77 78 <Compile Include="Interfaces\IHiveDao.cs" /> 78 79 <Compile Include="Properties\AssemblyInfo.cs" /> 80 <None Include="Properties\AssemblyInfo.cs.frame" /> 79 81 <Compile Include="Properties\Settings.Designer.cs"> 80 82 <AutoGen>True</AutoGen> … … 109 111 </ItemGroup> 110 112 <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"> 112 114 <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project> 113 115 <Name>HeuristicLab.Services.Hive.Common-3.3</Name> … … 124 126 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent> 125 127 </PropertyGroup> 128 <PropertyGroup> 129 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 130 set ProjectDir=$(ProjectDir) 131 set SolutionDir=$(SolutionDir) 132 set Outdir=$(Outdir) 133 134 call PreBuildEvent.cmd</PreBuildEvent> 135 </PropertyGroup> 126 136 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 127 137 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 2 2 obj 3 3 HeuristicLab.Services.Hive-3.3.csproj.user 4 HeuristicLab.Services.Hive-3.4.csproj.user
-
- Property svn:ignore
-
branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Services.Hive/3.4/HeuristicLab.Services.Hive-3.4.csproj
r5039 r5043 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Services.Hive</RootNamespace> 12 <AssemblyName>HeuristicLab.Services.Hive-3. 3</AssemblyName>12 <AssemblyName>HeuristicLab.Services.Hive-3.4</AssemblyName> 13 13 <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 14 14 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> … … 73 73 </ItemGroup> 74 74 <ItemGroup> 75 <None Include="HeuristicLabServicesHivePlugin.cs.frame" /> 76 <None Include="Properties\AssemblyInfo.cs.frame" /> 75 77 <Compile Include="Standalone\HeuristicLabServicesHiveApplication.cs" /> 76 78 <Compile Include="Standalone\MainForm.cs"> … … 90 92 </ItemGroup> 91 93 <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"> 93 95 <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project> 94 96 <Name>HeuristicLab.Services.Hive.Common-3.4</Name> 95 97 </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"> 97 99 <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project> 98 100 <Name>HeuristicLab.Services.Hive.DataAccess-3.4</Name> … … 123 125 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent> 124 126 </PropertyGroup> 127 <PropertyGroup> 128 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 129 set ProjectDir=$(ProjectDir) 130 set SolutionDir=$(SolutionDir) 131 set Outdir=$(Outdir) 132 133 call PreBuildEvent.cmd</PreBuildEvent> 134 </PropertyGroup> 125 135 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 126 136 Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset
for help on using the changeset viewer.