Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.ConsoleClient/3.3/HeuristicLab.Clients.Hive.Slave.ConsoleClient-3.3.csproj @ 6872

Last change on this file since 6872 was 6872, checked in by ascheibe, 13 years ago

#1233

  • updated project settings to work with the trunk restructuring changes
  • added HowToCompile.txt with instructions on how to compile hive
File size: 4.4 KB
Line 
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)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{464D70B8-2D91-485C-B622-22E4A4891C68}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.SlaveCore.ConsoleClient</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Slave.ConsoleClient-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
18    <PlatformTarget>x86</PlatformTarget>
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|x86' ">
28    <PlatformTarget>x86</PlatformTarget>
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  </PropertyGroup>
36  <PropertyGroup>
37    <StartupObject>
38    </StartupObject>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
41    <PlatformTarget>AnyCPU</PlatformTarget>
42    <OutputPath>..\..\..\..\core\sources\bin\</OutputPath>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
45    <PlatformTarget>AnyCPU</PlatformTarget>
46    <OutputPath>bin\Release\</OutputPath>
47  </PropertyGroup>
48  <ItemGroup>
49    <Reference Include="System" />
50    <Reference Include="System.Core" />
51    <Reference Include="System.ServiceModel" />
52    <Reference Include="System.Xml.Linq" />
53    <Reference Include="System.Data.DataSetExtensions" />
54    <Reference Include="System.Data" />
55    <Reference Include="System.Xml" />
56  </ItemGroup>
57  <ItemGroup>
58    <Compile Include="Program.cs" />
59    <Compile Include="Properties\AssemblyInfo.cs" />
60    <None Include="Properties\AssemblyInfo.cs.frame" />
61    <Compile Include="SlaveCommListener.cs" />
62  </ItemGroup>
63  <ItemGroup>
64    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
65      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
66      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
67      <Private>False</Private>
68    </ProjectReference>
69    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
70      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
71      <Name>HeuristicLab.Clients.Hive-3.3</Name>
72      <Private>False</Private>
73    </ProjectReference>
74    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
75      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
76      <Name>HeuristicLab.Hive-3.3</Name>
77      <Private>False</Private>
78    </ProjectReference>
79  </ItemGroup>
80  <ItemGroup>
81    <None Include="app.config">
82      <SubType>Designer</SubType>
83    </None>
84    <None Include="app_ascheibe.config">
85      <SubType>Designer</SubType>
86    </None>
87    <None Include="app_f005pc.config" />
88    <None Include="app_services.config" />
89  </ItemGroup>
90  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
91  <PropertyGroup>
92    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
93set ProjectDir=$(ProjectDir)
94set SolutionDir=$(SolutionDir)
95set Outdir=$(Outdir)
96
97call PreBuildEvent.cmd</PreBuildEvent>
98  </PropertyGroup>
99  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100       Other similar extension points exist, see Microsoft.Common.targets.
101  <Target Name="BeforeBuild">
102  </Target>
103  <Target Name="AfterBuild">
104  </Target>
105  -->
106</Project>
Note: See TracBrowser for help on using the repository browser.