[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>
|
---|
[858] | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[713] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{A04AE929-D0E1-466D-A9D3-BF3C4B2C209F}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Hive.Server</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Hive.Server-3.2</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <StartupObject>
|
---|
| 16 | </StartupObject>
|
---|
| 17 | <SignAssembly>true</SignAssembly>
|
---|
| 18 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 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>
|
---|
[1474] | 53 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 54 | <DebugSymbols>true</DebugSymbols>
|
---|
| 55 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 56 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 57 | <DebugType>full</DebugType>
|
---|
| 58 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 59 | <ErrorReport>prompt</ErrorReport>
|
---|
| 60 | </PropertyGroup>
|
---|
| 61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 62 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 63 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 64 | <Optimize>true</Optimize>
|
---|
| 65 | <DebugType>pdbonly</DebugType>
|
---|
| 66 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 67 | <ErrorReport>prompt</ErrorReport>
|
---|
| 68 | </PropertyGroup>
|
---|
[713] | 69 | <ItemGroup>
|
---|
| 70 | <Reference Include="System" />
|
---|
| 71 | <Reference Include="System.Core">
|
---|
| 72 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 73 | </Reference>
|
---|
[741] | 74 | <Reference Include="System.Runtime.Serialization">
|
---|
| 75 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 76 | </Reference>
|
---|
| 77 | <Reference Include="System.ServiceModel">
|
---|
| 78 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 79 | </Reference>
|
---|
[713] | 80 | <Reference Include="System.Xml.Linq">
|
---|
| 81 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 82 | </Reference>
|
---|
| 83 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 84 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 85 | </Reference>
|
---|
| 86 | <Reference Include="System.Data" />
|
---|
| 87 | <Reference Include="System.Deployment" />
|
---|
| 88 | <Reference Include="System.Drawing" />
|
---|
| 89 | <Reference Include="System.Windows.Forms" />
|
---|
| 90 | <Reference Include="System.Xml" />
|
---|
| 91 | </ItemGroup>
|
---|
| 92 | <ItemGroup>
|
---|
| 93 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 94 | <Compile Include="HiveServerPlugin.cs" />
|
---|
| 95 | <Compile Include="MainForm.cs">
|
---|
| 96 | <SubType>Form</SubType>
|
---|
| 97 | </Compile>
|
---|
| 98 | <Compile Include="MainForm.Designer.cs">
|
---|
| 99 | <DependentUpon>MainForm.cs</DependentUpon>
|
---|
| 100 | </Compile>
|
---|
| 101 | <Compile Include="HiveServerApplication.cs" />
|
---|
| 102 | <EmbeddedResource Include="MainForm.resx">
|
---|
| 103 | <DependentUpon>MainForm.cs</DependentUpon>
|
---|
[855] | 104 | <SubType>Designer</SubType>
|
---|
[713] | 105 | </EmbeddedResource>
|
---|
| 106 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 107 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 108 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 109 | <SubType>Designer</SubType>
|
---|
| 110 | </EmbeddedResource>
|
---|
| 111 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 112 | <AutoGen>True</AutoGen>
|
---|
| 113 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
[2065] | 114 | <DesignTime>True</DesignTime>
|
---|
[713] | 115 | </Compile>
|
---|
| 116 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 117 | <None Include="HeuristicLab.snk" />
|
---|
| 118 | <None Include="Properties\Settings.settings">
|
---|
| 119 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
| 120 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 121 | </None>
|
---|
| 122 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 123 | <AutoGen>True</AutoGen>
|
---|
| 124 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 125 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 126 | </Compile>
|
---|
| 127 | </ItemGroup>
|
---|
| 128 | <ItemGroup>
|
---|
[1534] | 129 | <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj">
|
---|
[1377] | 130 | <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
|
---|
[1534] | 131 | <Name>HeuristicLab.DataAccess-3.2</Name>
|
---|
[1377] | 132 | </ProjectReference>
|
---|
[1534] | 133 | <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.2\HeuristicLab.Hive.Contracts-3.2.csproj">
|
---|
[744] | 134 | <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
|
---|
[1534] | 135 | <Name>HeuristicLab.Hive.Contracts-3.2</Name>
|
---|
[744] | 136 | </ProjectReference>
|
---|
[1534] | 137 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[713] | 138 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 139 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 140 | </ProjectReference>
|
---|
| 141 | </ItemGroup>
|
---|
[2065] | 142 | <ItemGroup>
|
---|
| 143 | <None Include="Resources\HeuristicLab.ico" />
|
---|
| 144 | </ItemGroup>
|
---|
[713] | 145 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 146 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 147 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 148 | <Target Name="BeforeBuild">
|
---|
| 149 | </Target>
|
---|
| 150 | <Target Name="AfterBuild">
|
---|
| 151 | </Target>
|
---|
| 152 | -->
|
---|
| 153 | <PropertyGroup>
|
---|
[852] | 154 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 155 | set ProjectDir=$(ProjectDir)
|
---|
| 156 | set SolutionDir=$(SolutionDir)
|
---|
| 157 | set Outdir=$(Outdir)
|
---|
| 158 |
|
---|
| 159 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[713] | 160 | </PropertyGroup>
|
---|
| 161 | </Project> |
---|