[6976] | 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>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\</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\</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>
|
---|
[7133] | 42 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[6976] | 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'">
|
---|
[7133] | 57 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[6976] | 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>
|
---|
[7133] | 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 73 | <DebugSymbols>true</DebugSymbols>
|
---|
| 74 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 75 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 76 | <DebugType>full</DebugType>
|
---|
| 77 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 78 | <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Clients.Hive-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 79 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 80 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 81 | <ErrorReport>prompt</ErrorReport>
|
---|
| 82 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 83 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 84 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 85 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 86 | </PropertyGroup>
|
---|
| 87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 88 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 89 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 90 | <Optimize>true</Optimize>
|
---|
| 91 | <DebugType>pdbonly</DebugType>
|
---|
| 92 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 93 | <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Clients.Hive-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 94 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 95 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 96 | <ErrorReport>prompt</ErrorReport>
|
---|
| 97 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 98 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 99 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 100 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 101 | </PropertyGroup>
|
---|
[6976] | 102 | <ItemGroup>
|
---|
[9363] | 103 | <Reference Include="HeuristicLab.Clients.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 104 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 105 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 106 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 107 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 108 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 109 | <Reference Include="HeuristicLab.Hive-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 110 | <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 111 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 112 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
| 113 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
[6976] | 114 | <Reference Include="System" />
|
---|
| 115 | <Reference Include="System.Configuration" />
|
---|
| 116 | <Reference Include="System.Core" />
|
---|
| 117 | <Reference Include="System.Drawing" />
|
---|
| 118 | <Reference Include="System.Runtime.Remoting" />
|
---|
| 119 | <Reference Include="System.Runtime.Serialization" />
|
---|
| 120 | <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
|
---|
| 121 | <Reference Include="System.ServiceModel" />
|
---|
| 122 | <Reference Include="System.ServiceModel.Web" />
|
---|
| 123 | <Reference Include="System.Xml.Linq" />
|
---|
| 124 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 125 | <Reference Include="System.Data" />
|
---|
| 126 | <Reference Include="System.Xml" />
|
---|
| 127 | </ItemGroup>
|
---|
| 128 | <ItemGroup>
|
---|
[7249] | 129 | <Compile Include="Exceptions\AnonymousUserException.cs" />
|
---|
[6976] | 130 | <Compile Include="HiveAdminClient.cs" />
|
---|
| 131 | <Compile Include="HiveClient.cs" />
|
---|
[9363] | 132 | <Compile Include="ServiceClients\SlaveStatistics.cs" />
|
---|
| 133 | <Compile Include="ServiceClients\UserStatistics.cs" />
|
---|
| 134 | <Compile Include="ServiceClients\Statistics.cs" />
|
---|
| 135 | <Compile Include="ServiceClients\UserPriority.cs" />
|
---|
[7916] | 136 | <Compile Include="ServiceClients\ResourcePermission.cs" />
|
---|
[6976] | 137 | <Compile Include="Settings.Designer.cs">
|
---|
| 138 | <AutoGen>True</AutoGen>
|
---|
| 139 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 140 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 141 | </Compile>
|
---|
| 142 | <Compile Include="Tasks\ItemTask.cs" />
|
---|
| 143 | <Compile Include="RefreshableJob.cs" />
|
---|
| 144 | <Compile Include="ServiceClients\JobPermission.cs" />
|
---|
| 145 | <Compile Include="StateLogList.cs" />
|
---|
| 146 | <Compile Include="StateLogListList.cs" />
|
---|
[7020] | 147 | <None Include="app.config">
|
---|
| 148 | <SubType>Designer</SubType>
|
---|
| 149 | </None>
|
---|
[6976] | 150 | <None Include="Plugin.cs.frame" />
|
---|
| 151 | <Compile Include="Exceptions\AddTaskToHiveException.cs" />
|
---|
| 152 | <Compile Include="Exceptions\TaskResultPollingException.cs" />
|
---|
| 153 | <Compile Include="Exceptions\OptimizerNotFoundException.cs" />
|
---|
| 154 | <Compile Include="ConcurrentTaskDownloader.cs" />
|
---|
[7219] | 155 | <Compile Include="HiveTasks\EngineHiveTask.cs" />
|
---|
[6976] | 156 | <Compile Include="Exceptions\HiveException.cs" />
|
---|
| 157 | <Compile Include="TaskDownloader.cs" />
|
---|
| 158 | <Compile Include="ConcurrentTaskDownloaderException.cs" />
|
---|
| 159 | <Compile Include="TreeView\IItemTree.cs" />
|
---|
| 160 | <Compile Include="TreeView\IItemTreeAction.cs" />
|
---|
[7219] | 161 | <Compile Include="HiveTasks\OptimizerHiveTask.cs">
|
---|
[6976] | 162 | <SubType>Code</SubType>
|
---|
| 163 | </Compile>
|
---|
| 164 | <Compile Include="Exceptions\ResourceNotFoundException.cs" />
|
---|
[7132] | 165 | <Compile Include="IHiveServiceLocator.cs" />
|
---|
[6976] | 166 | <Compile Include="Tasks\EngineTask.cs" />
|
---|
| 167 | <Compile Include="Tasks\OptimizerTask.cs" />
|
---|
| 168 | <Compile Include="Plugin.cs" />
|
---|
[7219] | 169 | <Compile Include="HiveTasks\HiveTask.cs" />
|
---|
[6976] | 170 | <Compile Include="JobResultPoller.cs" />
|
---|
| 171 | <Compile Include="Util\PersistenceUtil.cs" />
|
---|
| 172 | <Compile Include="Util\PluginUtil.cs" />
|
---|
| 173 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 174 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 175 | <Compile Include="Exceptions\ServiceClientFactoryException.cs" />
|
---|
| 176 | <Compile Include="ScopeExtensions.cs" />
|
---|
| 177 | <Compile Include="ServiceClients\Downtime.cs" />
|
---|
| 178 | <Compile Include="ServiceClients\HiveItemCollection.cs" />
|
---|
| 179 | <Compile Include="ServiceClients\IHiveItem.cs" />
|
---|
| 180 | <Compile Include="ServiceClients\NamedHiveItem.cs" />
|
---|
| 181 | <Compile Include="ServiceClients\Heartbeat.cs" />
|
---|
| 182 | <Compile Include="ServiceClients\HiveItem.cs" />
|
---|
[7142] | 183 | <Compile Include="ServiceClients\TaskData.cs" />
|
---|
[6976] | 184 | <Compile Include="ServiceClients\Plugin.cs" />
|
---|
| 185 | <Compile Include="ServiceClients\PluginData.cs" />
|
---|
| 186 | <Compile Include="ServiceClients\Resource.cs" />
|
---|
| 187 | <Compile Include="ServiceClients\StateLog.cs" />
|
---|
| 188 | <Compile Include="ServiceClients\Job.cs" />
|
---|
| 189 | <Compile Include="ServiceClients\SlaveGroup.cs" />
|
---|
| 190 | <Compile Include="ServiceClients\Slave.cs" />
|
---|
| 191 | <Compile Include="ServiceClients\LightweightTask.cs" />
|
---|
| 192 | <Compile Include="ServiceClients\MessageContainer.cs" />
|
---|
| 193 | <Compile Include="ServiceClients\HiveServiceClient.cs" />
|
---|
| 194 | <Compile Include="ServiceClients\Task.cs" />
|
---|
[7132] | 195 | <Compile Include="HiveServiceLocator.cs" />
|
---|
[6976] | 196 | <None Include="HeuristicLab.snk" />
|
---|
| 197 | <None Include="ServiceClients\GenerateServiceClients.cmd" />
|
---|
| 198 | <None Include="Settings.settings">
|
---|
| 199 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
| 200 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 201 | </None>
|
---|
| 202 | </ItemGroup>
|
---|
| 203 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 204 | <PropertyGroup>
|
---|
| 205 | <PostBuildEvent>
|
---|
| 206 | </PostBuildEvent>
|
---|
| 207 | </PropertyGroup>
|
---|
| 208 | <PropertyGroup>
|
---|
[9363] | 209 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[6976] | 210 | set ProjectDir=$(ProjectDir)
|
---|
| 211 | set SolutionDir=$(SolutionDir)
|
---|
| 212 | set Outdir=$(Outdir)
|
---|
| 213 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[9363] | 214 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 215 | export ProjectDir=$(ProjectDir)
|
---|
| 216 | export SolutionDir=$(SolutionDir)
|
---|
| 217 |
|
---|
| 218 | $SolutionDir/PreBuildEvent.sh
|
---|
| 219 | </PreBuildEvent>
|
---|
[6976] | 220 | </PropertyGroup>
|
---|
| 221 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 222 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 223 | <Target Name="BeforeBuild">
|
---|
| 224 | </Target>
|
---|
| 225 | <Target Name="AfterBuild">
|
---|
| 226 | </Target>
|
---|
| 227 | -->
|
---|
| 228 | </Project> |
---|