[778] | 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>
|
---|
[858] | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[778] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{42A1D075-6C12-4DD9-B0C2-C6F5210A8119}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
[1089] | 11 | <RootNamespace>HeuristicLab.Hive.Server.ServerConsole</RootNamespace>
|
---|
[778] | 12 | <AssemblyName>HeuristicLab.Hive.Server.Console-3.2</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | <StartupObject>
|
---|
| 18 | </StartupObject>
|
---|
| 19 | </PropertyGroup>
|
---|
| 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 21 | <DebugSymbols>true</DebugSymbols>
|
---|
| 22 | <DebugType>full</DebugType>
|
---|
| 23 | <Optimize>false</Optimize>
|
---|
| 24 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 25 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 26 | <ErrorReport>prompt</ErrorReport>
|
---|
| 27 | <WarningLevel>4</WarningLevel>
|
---|
| 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 | </PropertyGroup>
|
---|
[853] | 37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 38 | <DebugSymbols>true</DebugSymbols>
|
---|
| 39 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 40 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 41 | <DebugType>full</DebugType>
|
---|
| 42 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 43 | <ErrorReport>prompt</ErrorReport>
|
---|
| 44 | </PropertyGroup>
|
---|
| 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 46 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 47 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 48 | <Optimize>true</Optimize>
|
---|
| 49 | <DebugType>pdbonly</DebugType>
|
---|
| 50 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | </PropertyGroup>
|
---|
[778] | 53 | <ItemGroup>
|
---|
| 54 | <Reference Include="System" />
|
---|
| 55 | <Reference Include="System.Core">
|
---|
| 56 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 57 | </Reference>
|
---|
[978] | 58 | <Reference Include="System.DirectoryServices" />
|
---|
[799] | 59 | <Reference Include="System.ServiceModel">
|
---|
| 60 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 61 | </Reference>
|
---|
[778] | 62 | <Reference Include="System.Xml.Linq">
|
---|
| 63 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 64 | </Reference>
|
---|
| 65 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 66 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 67 | </Reference>
|
---|
| 68 | <Reference Include="System.Data" />
|
---|
| 69 | <Reference Include="System.Deployment" />
|
---|
| 70 | <Reference Include="System.Drawing" />
|
---|
| 71 | <Reference Include="System.Windows.Forms" />
|
---|
| 72 | <Reference Include="System.Xml" />
|
---|
| 73 | </ItemGroup>
|
---|
| 74 | <ItemGroup>
|
---|
[1018] | 75 | <Compile Include="AddUserForm.cs">
|
---|
[956] | 76 | <SubType>Form</SubType>
|
---|
| 77 | </Compile>
|
---|
[1018] | 78 | <Compile Include="AddUserForm.Designer.cs">
|
---|
| 79 | <DependentUpon>AddUserForm.cs</DependentUpon>
|
---|
[956] | 80 | </Compile>
|
---|
[1018] | 81 | <Compile Include="AddJobForm.cs">
|
---|
| 82 | <SubType>Form</SubType>
|
---|
| 83 | </Compile>
|
---|
| 84 | <Compile Include="AddJobForm.Designer.cs">
|
---|
| 85 | <DependentUpon>AddJobForm.cs</DependentUpon>
|
---|
| 86 | </Compile>
|
---|
[778] | 87 | <Compile Include="HiveServerConsole.cs">
|
---|
| 88 | <SubType>Form</SubType>
|
---|
| 89 | </Compile>
|
---|
| 90 | <Compile Include="HiveServerConsole.Designer.cs">
|
---|
| 91 | <DependentUpon>HiveServerConsole.cs</DependentUpon>
|
---|
| 92 | </Compile>
|
---|
| 93 | <Compile Include="HiveServerConsoleApplication.cs" />
|
---|
[794] | 94 | <Compile Include="HiveServerManagementConsole.cs">
|
---|
[778] | 95 | <SubType>Form</SubType>
|
---|
| 96 | </Compile>
|
---|
[794] | 97 | <Compile Include="HiveServerManagementConsole.Designer.cs">
|
---|
| 98 | <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
|
---|
[778] | 99 | </Compile>
|
---|
| 100 | <Compile Include="HiveServerConsolePlugin.cs" />
|
---|
| 101 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[1018] | 102 | <EmbeddedResource Include="AddUserForm.resx">
|
---|
| 103 | <DependentUpon>AddUserForm.cs</DependentUpon>
|
---|
[956] | 104 | </EmbeddedResource>
|
---|
[1018] | 105 | <EmbeddedResource Include="AddJobForm.resx">
|
---|
| 106 | <DependentUpon>AddJobForm.cs</DependentUpon>
|
---|
| 107 | </EmbeddedResource>
|
---|
[778] | 108 | <EmbeddedResource Include="HiveServerConsole.resx">
|
---|
| 109 | <DependentUpon>HiveServerConsole.cs</DependentUpon>
|
---|
[855] | 110 | <SubType>Designer</SubType>
|
---|
[778] | 111 | </EmbeddedResource>
|
---|
[794] | 112 | <EmbeddedResource Include="HiveServerManagementConsole.resx">
|
---|
| 113 | <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
|
---|
[855] | 114 | <SubType>Designer</SubType>
|
---|
[778] | 115 | </EmbeddedResource>
|
---|
| 116 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 117 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 118 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 119 | <SubType>Designer</SubType>
|
---|
| 120 | </EmbeddedResource>
|
---|
| 121 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 122 | <AutoGen>True</AutoGen>
|
---|
| 123 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 124 | <DesignTime>True</DesignTime>
|
---|
| 125 | </Compile>
|
---|
| 126 | <None Include="HeuristicLab.snk" />
|
---|
| 127 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 128 | <None Include="Properties\Settings.settings">
|
---|
| 129 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
| 130 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 131 | </None>
|
---|
| 132 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 133 | <AutoGen>True</AutoGen>
|
---|
| 134 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 135 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 136 | </Compile>
|
---|
[799] | 137 | <Compile Include="ServiceLocator.cs" />
|
---|
[778] | 138 | </ItemGroup>
|
---|
| 139 | <ItemGroup>
|
---|
[1120] | 140 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
| 141 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 142 | <Name>HeuristicLab.Core</Name>
|
---|
| 143 | </ProjectReference>
|
---|
[799] | 144 | <ProjectReference Include="..\HeuristicLab.Hive.Contracts\HeuristicLab.Hive.Contracts.csproj">
|
---|
| 145 | <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
|
---|
| 146 | <Name>HeuristicLab.Hive.Contracts</Name>
|
---|
| 147 | </ProjectReference>
|
---|
[1120] | 148 | <ProjectReference Include="..\HeuristicLab.Hive.JobBase\HeuristicLab.Hive.JobBase.csproj">
|
---|
| 149 | <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
|
---|
| 150 | <Name>HeuristicLab.Hive.JobBase</Name>
|
---|
| 151 | </ProjectReference>
|
---|
[778] | 152 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 153 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 154 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 155 | </ProjectReference>
|
---|
| 156 | </ItemGroup>
|
---|
| 157 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 158 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 159 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 160 | <Target Name="BeforeBuild">
|
---|
| 161 | </Target>
|
---|
| 162 | <Target Name="AfterBuild">
|
---|
| 163 | </Target>
|
---|
| 164 | -->
|
---|
| 165 | <PropertyGroup>
|
---|
[852] | 166 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 167 | set ProjectDir=$(ProjectDir)
|
---|
| 168 | set SolutionDir=$(SolutionDir)
|
---|
| 169 | set Outdir=$(Outdir)
|
---|
| 170 |
|
---|
| 171 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[778] | 172 | </PropertyGroup>
|
---|
| 173 | </Project> |
---|