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