[6983] | 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>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Services.Hive</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Services.Hive-3.3</AssemblyName>
|
---|
| 13 | <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
| 14 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 15 | <FileAlignment>512</FileAlignment>
|
---|
| 16 | <TargetFrameworkProfile />
|
---|
| 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 19 | <DebugSymbols>true</DebugSymbols>
|
---|
| 20 | <DebugType>full</DebugType>
|
---|
| 21 | <Optimize>false</Optimize>
|
---|
| 22 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 24 | <ErrorReport>prompt</ErrorReport>
|
---|
| 25 | <WarningLevel>4</WarningLevel>
|
---|
| 26 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 27 | </PropertyGroup>
|
---|
| 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 29 | <DebugType>pdbonly</DebugType>
|
---|
| 30 | <Optimize>true</Optimize>
|
---|
| 31 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 32 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 33 | <ErrorReport>prompt</ErrorReport>
|
---|
| 34 | <WarningLevel>4</WarningLevel>
|
---|
| 35 | <DocumentationFile>
|
---|
| 36 | </DocumentationFile>
|
---|
| 37 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 47 | </PropertyGroup>
|
---|
| 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 49 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 50 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 51 | <DocumentationFile>
|
---|
| 52 | </DocumentationFile>
|
---|
| 53 | <Optimize>true</Optimize>
|
---|
| 54 | <DebugType>pdbonly</DebugType>
|
---|
| 55 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 56 | <ErrorReport>prompt</ErrorReport>
|
---|
| 57 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 60 | <DebugSymbols>true</DebugSymbols>
|
---|
| 61 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 62 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 63 | <DebugType>full</DebugType>
|
---|
| 64 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 65 | <ErrorReport>prompt</ErrorReport>
|
---|
| 66 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 67 | </PropertyGroup>
|
---|
| 68 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 69 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 70 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 71 | <DocumentationFile>
|
---|
| 72 | </DocumentationFile>
|
---|
| 73 | <Optimize>true</Optimize>
|
---|
| 74 | <DebugType>pdbonly</DebugType>
|
---|
| 75 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 76 | <ErrorReport>prompt</ErrorReport>
|
---|
| 77 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 78 | </PropertyGroup>
|
---|
| 79 | <PropertyGroup>
|
---|
| 80 | <SignAssembly>true</SignAssembly>
|
---|
| 81 | </PropertyGroup>
|
---|
| 82 | <PropertyGroup>
|
---|
| 83 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 84 | </PropertyGroup>
|
---|
| 85 | <ItemGroup>
|
---|
| 86 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 87 | <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 88 | </Reference>
|
---|
| 89 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 90 | <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 91 | </Reference>
|
---|
| 92 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 93 | <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 94 | </Reference>
|
---|
| 95 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 96 | <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 97 | </Reference>
|
---|
| 98 | <Reference Include="System" />
|
---|
| 99 | <Reference Include="System.Core" />
|
---|
| 100 | <Reference Include="System.Data.Linq" />
|
---|
| 101 | <Reference Include="System.Drawing" />
|
---|
| 102 | <Reference Include="System.Runtime.Serialization" />
|
---|
| 103 | <Reference Include="System.ServiceModel" />
|
---|
| 104 | <Reference Include="System.Transactions" />
|
---|
| 105 | <Reference Include="System.Web" />
|
---|
| 106 | <Reference Include="System.Web.ApplicationServices" />
|
---|
| 107 | <Reference Include="System.Windows.Forms" />
|
---|
| 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 | <Compile Include="Convert.cs" />
|
---|
| 115 | <Compile Include="DataTransfer\Command.cs" />
|
---|
[9123] | 116 | <Compile Include="DataTransfer\UserPriority.cs" />
|
---|
[7916] | 117 | <Compile Include="DataTransfer\ResourcePermission.cs" />
|
---|
[6983] | 118 | <Compile Include="DataTransfer\Downtime.cs" />
|
---|
| 119 | <Compile Include="DataTransfer\Heartbeat.cs" />
|
---|
| 120 | <Compile Include="DataTransfer\Job.cs" />
|
---|
| 121 | <Compile Include="DataTransfer\JobPermission.cs" />
|
---|
| 122 | <Compile Include="DataTransfer\HiveItem.cs" />
|
---|
| 123 | <Compile Include="DataTransfer\Task.cs" />
|
---|
| 124 | <Compile Include="DataTransfer\TaskData.cs" />
|
---|
| 125 | <Compile Include="DataTransfer\TaskState.cs" />
|
---|
| 126 | <Compile Include="DataTransfer\LightweightTask.cs" />
|
---|
| 127 | <Compile Include="DataTransfer\NamedHiveItem.cs" />
|
---|
| 128 | <Compile Include="DataTransfer\Permission.cs" />
|
---|
| 129 | <Compile Include="DataTransfer\Plugin.cs" />
|
---|
| 130 | <Compile Include="DataTransfer\PluginData.cs" />
|
---|
| 131 | <Compile Include="DataTransfer\Resource.cs" />
|
---|
| 132 | <Compile Include="DataTransfer\Slave.cs" />
|
---|
| 133 | <Compile Include="DataTransfer\SlaveGroup.cs" />
|
---|
| 134 | <Compile Include="DataTransfer\SlaveState.cs" />
|
---|
| 135 | <Compile Include="DataTransfer\SlaveStatistics.cs" />
|
---|
| 136 | <Compile Include="DataTransfer\StateLog.cs" />
|
---|
| 137 | <Compile Include="DataTransfer\Statistics.cs" />
|
---|
| 138 | <Compile Include="DataTransfer\UserStatistics.cs" />
|
---|
[9526] | 139 | <Compile Include="HiveStatisticsGenerator.cs" />
|
---|
| 140 | <Compile Include="Interfaces\IStatisticsGenerator.cs" />
|
---|
[9434] | 141 | <Compile Include="OptimizedHiveDao.cs" />
|
---|
[6983] | 142 | <Compile Include="HiveDao.cs" />
|
---|
[7189] | 143 | <Compile Include="HiveJanitor.cs" />
|
---|
[9381] | 144 | <Compile Include="HiveOperationContext.cs" />
|
---|
[9434] | 145 | <Compile Include="Interfaces\IOptimizedHiveDao.cs" />
|
---|
[6983] | 146 | <Compile Include="Interfaces\IHiveDao.cs" />
|
---|
[9123] | 147 | <Compile Include="Interfaces\ITaskScheduler.cs" />
|
---|
| 148 | <Compile Include="Scheduler\TaskInfoForScheduler.cs" />
|
---|
| 149 | <Compile Include="Scheduler\JobInfoForScheduler.cs" />
|
---|
| 150 | <Compile Include="Scheduler\RoundRobinTaskScheduler.cs" />
|
---|
[6983] | 151 | <Compile Include="Settings.cs" />
|
---|
[7189] | 152 | <None Include="app.config" />
|
---|
[6983] | 153 | <None Include="Plugin.cs.frame" />
|
---|
| 154 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 155 | <Compile Include="Manager\HeartbeatManager.cs" />
|
---|
| 156 | <Compile Include="Interfaces\IEventManager.cs" />
|
---|
| 157 | <Compile Include="Interfaces\IServiceLocator.cs" />
|
---|
| 158 | <Compile Include="Manager\AuthorizationManager.cs" />
|
---|
| 159 | <Compile Include="Plugin.cs" />
|
---|
| 160 | <Compile Include="Manager\EventManager.cs" />
|
---|
| 161 | <Compile Include="HiveRoles.cs" />
|
---|
| 162 | <Compile Include="HiveService.cs" />
|
---|
| 163 | <Compile Include="Interfaces\IAuthorizationManager.cs" />
|
---|
| 164 | <Compile Include="MessageContainer.cs" />
|
---|
| 165 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 166 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 167 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 168 | <AutoGen>True</AutoGen>
|
---|
| 169 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 170 | </Compile>
|
---|
| 171 | <Compile Include="ServiceContracts\IHiveService.cs" />
|
---|
| 172 | <Compile Include="ServiceFaults\PluginAlreadyExistsFault.cs" />
|
---|
| 173 | <Compile Include="ServiceLocator.cs" />
|
---|
| 174 | <None Include="Properties\Settings.settings">
|
---|
| 175 | <Generator>PublicSettingsSingleFileGenerator</Generator>
|
---|
| 176 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 177 | </None>
|
---|
| 178 | </ItemGroup>
|
---|
| 179 | <ItemGroup>
|
---|
[8051] | 180 | <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
|
---|
| 181 | <Project>{9FAC0B23-2730-452A-9BA0-D7CA1746C541}</Project>
|
---|
| 182 | <Name>HeuristicLab.Services.Access-3.3</Name>
|
---|
| 183 | </ProjectReference>
|
---|
[6983] | 184 | <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
|
---|
| 185 | <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
|
---|
| 186 | <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
|
---|
| 187 | </ProjectReference>
|
---|
| 188 | </ItemGroup>
|
---|
| 189 | <ItemGroup>
|
---|
| 190 | <None Include="HeuristicLab.snk" />
|
---|
| 191 | </ItemGroup>
|
---|
| 192 | <ItemGroup />
|
---|
| 193 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 194 | <ProjectExtensions>
|
---|
| 195 | <VisualStudio>
|
---|
| 196 | <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
|
---|
| 197 | <WcfProjectProperties>
|
---|
| 198 | <AutoStart>False</AutoStart>
|
---|
| 199 | </WcfProjectProperties>
|
---|
| 200 | </FlavorProperties>
|
---|
| 201 | </VisualStudio>
|
---|
| 202 | </ProjectExtensions>
|
---|
| 203 | <PropertyGroup>
|
---|
| 204 | <PostBuildEvent>
|
---|
| 205 | </PostBuildEvent>
|
---|
| 206 | </PropertyGroup>
|
---|
| 207 | <PropertyGroup>
|
---|
[9123] | 208 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[6983] | 209 | set ProjectDir=$(ProjectDir)
|
---|
| 210 | set SolutionDir=$(SolutionDir)
|
---|
| 211 | set Outdir=$(Outdir)
|
---|
| 212 |
|
---|
| 213 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[9123] | 214 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 215 | export ProjectDir=$(ProjectDir)
|
---|
| 216 | export SolutionDir=$(SolutionDir)
|
---|
| 217 |
|
---|
| 218 | $SolutionDir/PreBuildEvent.sh
|
---|
| 219 | </PreBuildEvent>
|
---|
[6983] | 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> |
---|