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.4</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
14 | <FileAlignment>512</FileAlignment>
|
---|
15 | <TargetFrameworkProfile />
|
---|
16 | </PropertyGroup>
|
---|
17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
18 | <DebugSymbols>true</DebugSymbols>
|
---|
19 | <DebugType>full</DebugType>
|
---|
20 | <Optimize>false</Optimize>
|
---|
21 | <OutputPath>bin\Debug\</OutputPath>
|
---|
22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
23 | <ErrorReport>prompt</ErrorReport>
|
---|
24 | <WarningLevel>4</WarningLevel>
|
---|
25 | </PropertyGroup>
|
---|
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
27 | <DebugType>pdbonly</DebugType>
|
---|
28 | <Optimize>true</Optimize>
|
---|
29 | <OutputPath>bin\Release\</OutputPath>
|
---|
30 | <DefineConstants>TRACE</DefineConstants>
|
---|
31 | <ErrorReport>prompt</ErrorReport>
|
---|
32 | <WarningLevel>4</WarningLevel>
|
---|
33 | </PropertyGroup>
|
---|
34 | <PropertyGroup>
|
---|
35 | <SignAssembly>true</SignAssembly>
|
---|
36 | </PropertyGroup>
|
---|
37 | <PropertyGroup>
|
---|
38 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
39 | </PropertyGroup>
|
---|
40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
41 | <DebugSymbols>true</DebugSymbols>
|
---|
42 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
44 | <DebugType>full</DebugType>
|
---|
45 | <PlatformTarget>x86</PlatformTarget>
|
---|
46 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
47 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
48 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
49 | <ErrorReport>prompt</ErrorReport>
|
---|
50 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
51 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
52 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
53 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
54 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
55 | </PropertyGroup>
|
---|
56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
57 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
58 | <DefineConstants>TRACE</DefineConstants>
|
---|
59 | <Optimize>true</Optimize>
|
---|
60 | <DebugType>pdbonly</DebugType>
|
---|
61 | <PlatformTarget>x86</PlatformTarget>
|
---|
62 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Clients.Hive-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
63 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
64 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
65 | <ErrorReport>prompt</ErrorReport>
|
---|
66 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
67 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
68 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
69 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
70 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
71 | </PropertyGroup>
|
---|
72 | <ItemGroup>
|
---|
73 | <Reference Include="HeuristicLab.Clients.Common-3.3">
|
---|
74 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
|
---|
75 | </Reference>
|
---|
76 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
77 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
78 | <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
79 | </Reference>
|
---|
80 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
81 | <SpecificVersion>False</SpecificVersion>
|
---|
82 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
83 | </Reference>
|
---|
84 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
85 | <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
86 | </Reference>
|
---|
87 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
88 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
89 | </Reference>
|
---|
90 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
91 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
92 | </Reference>
|
---|
93 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
94 | <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
95 | </Reference>
|
---|
96 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
97 | <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
98 | </Reference>
|
---|
99 | <Reference Include="System" />
|
---|
100 | <Reference Include="System.Configuration" />
|
---|
101 | <Reference Include="System.Core" />
|
---|
102 | <Reference Include="System.Drawing" />
|
---|
103 | <Reference Include="System.Runtime.Remoting" />
|
---|
104 | <Reference Include="System.Runtime.Serialization" />
|
---|
105 | <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
|
---|
106 | <Reference Include="System.ServiceModel" />
|
---|
107 | <Reference Include="System.ServiceModel.Web" />
|
---|
108 | <Reference Include="System.Xml.Linq" />
|
---|
109 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
110 | <Reference Include="System.Data" />
|
---|
111 | <Reference Include="System.Xml" />
|
---|
112 | </ItemGroup>
|
---|
113 | <ItemGroup>
|
---|
114 | <None Include="app_f005pc.config" />
|
---|
115 | <None Include="app_services.config" />
|
---|
116 | <None Include="app.config" />
|
---|
117 | <None Include="HeuristicLabClientsHivePlugin.cs.frame" />
|
---|
118 | <Compile Include="Administration\HiveAdministrationClient.cs" />
|
---|
119 | <Compile Include="Exceptions\AddJobToHiveException.cs" />
|
---|
120 | <Compile Include="Exceptions\JobResultPollingException.cs" />
|
---|
121 | <Compile Include="Exceptions\OptimizerNotFoundException.cs" />
|
---|
122 | <Compile Include="ExperimentManager\HiveJobDownloader.cs" />
|
---|
123 | <Compile Include="ExperimentManager\IItemTree.cs" />
|
---|
124 | <Compile Include="ExperimentManager\PluginClient.cs" />
|
---|
125 | <Compile Include="Exceptions\ResourceNotFoundException.cs" />
|
---|
126 | <Compile Include="IServiceLocator.cs" />
|
---|
127 | <Compile Include="Jobs\OptimizerJob.cs" />
|
---|
128 | <Compile Include="HeuristicLabClientsHivePlugin.cs" />
|
---|
129 | <Compile Include="ExperimentManager\HiveExperimentManagerClient.cs" />
|
---|
130 | <Compile Include="ExperimentManager\HiveJobClient.cs" />
|
---|
131 | <Compile Include="ExperimentManager\HiveExperimentClient.cs" />
|
---|
132 | <Compile Include="ExperimentManager\JobResultPoller.cs" />
|
---|
133 | <Compile Include="Progress\IProgress.cs" />
|
---|
134 | <Compile Include="Progress\IProgressReporter.cs" />
|
---|
135 | <Compile Include="Progress\Progress.cs" />
|
---|
136 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
137 | <Compile Include="PersistenceUtil.cs" />
|
---|
138 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
139 | <Compile Include="Exceptions\ServiceClientFactoryException.cs" />
|
---|
140 | <Compile Include="ServiceClients\Appointment.cs" />
|
---|
141 | <Compile Include="ServiceClients\Heartbeat.cs" />
|
---|
142 | <Compile Include="ServiceClients\HiveExperimentPermission.cs" />
|
---|
143 | <Compile Include="ServiceClients\HiveItem.cs" />
|
---|
144 | <Compile Include="ServiceClients\JobData.cs" />
|
---|
145 | <Compile Include="ServiceClients\Plugin.cs" />
|
---|
146 | <Compile Include="ServiceClients\PluginData.cs" />
|
---|
147 | <Compile Include="ServiceClients\Resource.cs" />
|
---|
148 | <Compile Include="ServiceClients\StateLog.cs" />
|
---|
149 | <Compile Include="ServiceClients\HiveExperiment.cs" />
|
---|
150 | <Compile Include="ServiceClients\SlaveGroup.cs" />
|
---|
151 | <Compile Include="ServiceClients\Slave.cs" />
|
---|
152 | <Compile Include="ServiceClients\LightweightJob.cs" />
|
---|
153 | <Compile Include="ServiceClients\ExecutorMessageContainer.cs" />
|
---|
154 | <Compile Include="ServiceClients\MessageContainer.cs" />
|
---|
155 | <Compile Include="ServiceClients\HiveServiceClient.cs" />
|
---|
156 | <Compile Include="ServiceClients\Job.cs" />
|
---|
157 | <Compile Include="ServiceLocator.cs" />
|
---|
158 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
159 | <AutoGen>True</AutoGen>
|
---|
160 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
161 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
162 | </Compile>
|
---|
163 | <None Include="app_ascheibe.config" />
|
---|
164 | <None Include="HeuristicLab.snk" />
|
---|
165 | <None Include="ServiceClients\GenerateServiceClients.cmd" />
|
---|
166 | <None Include="Properties\Settings.settings">
|
---|
167 | <Generator>PublicSettingsSingleFileGenerator</Generator>
|
---|
168 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
169 | </None>
|
---|
170 | </ItemGroup>
|
---|
171 | <ItemGroup />
|
---|
172 | <ItemGroup>
|
---|
173 | <ProjectReference Include="..\..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
|
---|
174 | <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
|
---|
175 | <Name>HeuristicLab.Hive-3.4</Name>
|
---|
176 | </ProjectReference>
|
---|
177 | </ItemGroup>
|
---|
178 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
179 | <PropertyGroup>
|
---|
180 | <PostBuildEvent>set ProjectName=$(ProjectName)
|
---|
181 | set TargetPath=$(TargetPath)
|
---|
182 | call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
|
---|
183 | </PropertyGroup>
|
---|
184 | <PropertyGroup>
|
---|
185 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
186 | set ProjectDir=$(ProjectDir)
|
---|
187 | set SolutionDir=$(SolutionDir)
|
---|
188 | set Outdir=$(Outdir)
|
---|
189 |
|
---|
190 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
191 | </PropertyGroup>
|
---|
192 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
193 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
194 | <Target Name="BeforeBuild">
|
---|
195 | </Target>
|
---|
196 | <Target Name="AfterBuild">
|
---|
197 | </Target>
|
---|
198 | -->
|
---|
199 | </Project> |
---|