[713] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
[934] | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[713] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{898B31CF-81DC-453B-AEB3-BDF83197A7EE}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Hive.Server.Core</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Hive.Server.Core-3.2</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 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 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | </PropertyGroup>
|
---|
[853] | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 36 | <DebugSymbols>true</DebugSymbols>
|
---|
| 37 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 38 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 39 | <DebugType>full</DebugType>
|
---|
| 40 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 41 | <ErrorReport>prompt</ErrorReport>
|
---|
| 42 | </PropertyGroup>
|
---|
| 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 44 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 45 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 46 | <Optimize>true</Optimize>
|
---|
| 47 | <DebugType>pdbonly</DebugType>
|
---|
| 48 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 49 | <ErrorReport>prompt</ErrorReport>
|
---|
| 50 | </PropertyGroup>
|
---|
[713] | 51 | <ItemGroup>
|
---|
| 52 | <Reference Include="System" />
|
---|
| 53 | <Reference Include="System.Core">
|
---|
| 54 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 55 | </Reference>
|
---|
[837] | 56 | <Reference Include="System.Drawing" />
|
---|
| 57 | <Reference Include="System.Windows.Forms" />
|
---|
[713] | 58 | <Reference Include="System.Xml.Linq">
|
---|
| 59 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 60 | </Reference>
|
---|
| 61 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 62 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 63 | </Reference>
|
---|
| 64 | <Reference Include="System.Data" />
|
---|
| 65 | <Reference Include="System.Xml" />
|
---|
| 66 | </ItemGroup>
|
---|
| 67 | <ItemGroup>
|
---|
[741] | 68 | <Compile Include="ClientCommunicator.cs" />
|
---|
[1099] | 69 | <Compile Include="ClientFacade.cs" />
|
---|
[800] | 70 | <Compile Include="ClientManager.cs" />
|
---|
[826] | 71 | <Compile Include="DbTestApp.cs" />
|
---|
[1120] | 72 | <Compile Include="ExecutionEngineFacade.cs" />
|
---|
[713] | 73 | <Compile Include="HiveServerCorePlugin.cs" />
|
---|
[898] | 74 | <Compile Include="HiveServerMessages.Designer.cs" />
|
---|
[826] | 75 | <Compile Include="InternalInterfaces\DataAccess\IClientAdapter.cs" />
|
---|
[913] | 76 | <Compile Include="InternalInterfaces\DataAccess\IClientGroupAdapter.cs" />
|
---|
[995] | 77 | <Compile Include="InternalInterfaces\DataAccess\IDataAdapter.cs" />
|
---|
[964] | 78 | <Compile Include="InternalInterfaces\DataAccess\IJobAdapter.cs" />
|
---|
[1000] | 79 | <Compile Include="InternalInterfaces\DataAccess\IJobResultsAdapter.cs" />
|
---|
[845] | 80 | <Compile Include="InternalInterfaces\DataAccess\IPermissionOwnerAdapter.cs" />
|
---|
[826] | 81 | <Compile Include="InternalInterfaces\DataAccess\IResourceAdapter.cs" />
|
---|
[845] | 82 | <Compile Include="InternalInterfaces\DataAccess\IUserAdapter.cs" />
|
---|
[913] | 83 | <Compile Include="InternalInterfaces\DataAccess\IUserGroupAdapter.cs" />
|
---|
[1141] | 84 | <Compile Include="InternalInterfaces\IInternalJobManager.cs" />
|
---|
[800] | 85 | <Compile Include="JobManager.cs" />
|
---|
[925] | 86 | <Compile Include="LifecycleManager.cs" />
|
---|
[713] | 87 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[800] | 88 | <Compile Include="ServerConsoleFacade.cs" />
|
---|
[826] | 89 | <Compile Include="ServiceLocator.cs" />
|
---|
[800] | 90 | <Compile Include="UserRoleManager.cs" />
|
---|
[713] | 91 | </ItemGroup>
|
---|
| 92 | <ItemGroup>
|
---|
| 93 | <None Include="HeuristicLab.snk" />
|
---|
| 94 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 95 | </ItemGroup>
|
---|
| 96 | <ItemGroup>
|
---|
[823] | 97 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
| 98 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 99 | <Name>HeuristicLab.Core</Name>
|
---|
| 100 | </ProjectReference>
|
---|
[744] | 101 | <ProjectReference Include="..\HeuristicLab.Hive.Contracts\HeuristicLab.Hive.Contracts.csproj">
|
---|
| 102 | <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
|
---|
| 103 | <Name>HeuristicLab.Hive.Contracts</Name>
|
---|
[741] | 104 | </ProjectReference>
|
---|
[1008] | 105 | <ProjectReference Include="..\HeuristicLab.Hive.JobBase\HeuristicLab.Hive.JobBase.csproj">
|
---|
[1001] | 106 | <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
|
---|
| 107 | <Name>HeuristicLab.Hive.JobBase</Name>
|
---|
| 108 | </ProjectReference>
|
---|
[713] | 109 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 110 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 111 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 112 | </ProjectReference>
|
---|
| 113 | </ItemGroup>
|
---|
| 114 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 115 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 116 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 117 | <Target Name="BeforeBuild">
|
---|
| 118 | </Target>
|
---|
| 119 | <Target Name="AfterBuild">
|
---|
| 120 | </Target>
|
---|
| 121 | -->
|
---|
| 122 | <PropertyGroup>
|
---|
[852] | 123 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 124 | set ProjectDir=$(ProjectDir)
|
---|
| 125 | set SolutionDir=$(SolutionDir)
|
---|
| 126 | set Outdir=$(Outdir)
|
---|
| 127 |
|
---|
| 128 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[713] | 129 | </PropertyGroup>
|
---|
| 130 | </Project> |
---|