Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Clients.Hive/3.3/HeuristicLab.Clients.Hive-3.3.csproj @ 4629

Last change on this file since 4629 was 4629, checked in by cneumuel, 14 years ago
  • worked on new hive structure
  • created IIS hostable website for hive (old structure)

(#1233)

File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Clients.Common-3.3">
41      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
44    <Reference Include="HeuristicLab.Common-3.3">
45      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
46    </Reference>
47    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
48    <Reference Include="HeuristicLab.Core-3.3">
49      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
50    </Reference>
51    <Reference Include="HeuristicLab.Data-3.3">
52      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.Optimization-3.3">
55      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
56    </Reference>
57    <Reference Include="HeuristicLab.Persistence-3.3">
58      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
61      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.Tracing-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
64    <Reference Include="System" />
65    <Reference Include="System.Core" />
66    <Reference Include="System.Drawing" />
67    <Reference Include="System.Runtime.Serialization" />
68    <Reference Include="System.ServiceModel" />
69    <Reference Include="System.Xml.Linq" />
70    <Reference Include="System.Data.DataSetExtensions" />
71    <Reference Include="System.Data" />
72    <Reference Include="System.Xml" />
73  </ItemGroup>
74  <ItemGroup>
75    <Compile Include="Exceptions\AddJobToHiveException.cs" />
76    <Compile Include="Exceptions\JobResultPollingException.cs" />
77    <Compile Include="Exceptions\OptimizerNotFoundException.cs" />
78    <Compile Include="HiveExperiment\HiveExperimentList.cs" />
79    <Compile Include="HiveExperiment\HiveJobList.cs" />
80    <Compile Include="Jobs\JobList.cs" />
81    <Compile Include="Jobs\OptimizerJob.cs" />
82    <Compile Include="HeuristicLabClientsHivePlugin.cs" />
83    <Compile Include="HiveExperiment\HiveClient.cs" />
84    <Compile Include="HiveExperiment\HiveJob.cs" />
85    <Compile Include="HiveExperiment\HiveExperiment.cs" />
86    <Compile Include="HiveExperiment\JobResultPoller.cs" />
87    <Compile Include="Progress\IProgress.cs" />
88    <Compile Include="Progress\IProgressReporter.cs" />
89    <Compile Include="Progress\Progress.cs" />
90    <Compile Include="Properties\AssemblyInfo.cs" />
91    <Compile Include="PersistenceUtil.cs" />
92    <Compile Include="ServiceClients\ServiceClientFactory.cs" />
93    <Compile Include="ServiceClients\ServiceClientFactoryException.cs" />
94    <Compile Include="ServiceLocator.cs" />
95    <Compile Include="Properties\Settings.Designer.cs">
96      <AutoGen>True</AutoGen>
97      <DesignTimeSharedInput>True</DesignTimeSharedInput>
98      <DependentUpon>Settings.settings</DependentUpon>
99    </Compile>
100    <None Include="app.config" />
101    <None Include="HeuristicLab.snk" />
102    <None Include="ServiceClients\GenerateServiceClients.cmd" />
103    <None Include="Properties\Settings.settings">
104      <Generator>SettingsSingleFileGenerator</Generator>
105      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
106    </None>
107  </ItemGroup>
108  <ItemGroup>
109    <Folder Include="Administration\" />
110    <Folder Include="Slave\" />
111  </ItemGroup>
112  <ItemGroup>
113    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
114      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
115      <Name>HeuristicLab.Hive-3.3</Name>
116    </ProjectReference>
117    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.3\HeuristicLab.Services.Hive.Common-3.3.csproj">
118      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
119      <Name>HeuristicLab.Services.Hive.Common-3.3</Name>
120    </ProjectReference>
121  </ItemGroup>
122  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123  <PropertyGroup>
124    <PostBuildEvent>set ProjectName=$(ProjectName)
125set TargetPath=$(TargetPath)
126call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
127  </PropertyGroup>
128  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
129       Other similar extension points exist, see Microsoft.Common.targets.
130  <Target Name="BeforeBuild">
131  </Target>
132  <Target Name="AfterBuild">
133  </Target>
134  -->
135</Project>
Note: See TracBrowser for help on using the repository browser.