[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)' == '' ">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|AnyCPU' ">
|
---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
---|
| 19 | <DebugType>full</DebugType>
|
---|
| 20 | <Optimize>false</Optimize>
|
---|
| 21 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
| 25 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 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 | <DocumentationFile>
|
---|
| 35 | </DocumentationFile>
|
---|
| 36 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 39 | <DebugSymbols>true</DebugSymbols>
|
---|
| 40 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 41 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 42 | <DebugType>full</DebugType>
|
---|
| 43 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 44 | <ErrorReport>prompt</ErrorReport>
|
---|
| 45 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 46 | </PropertyGroup>
|
---|
| 47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 48 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 49 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 50 | <DocumentationFile>
|
---|
| 51 | </DocumentationFile>
|
---|
| 52 | <Optimize>true</Optimize>
|
---|
| 53 | <DebugType>pdbonly</DebugType>
|
---|
| 54 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 55 | <ErrorReport>prompt</ErrorReport>
|
---|
| 56 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 57 | </PropertyGroup>
|
---|
| 58 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 59 | <DebugSymbols>true</DebugSymbols>
|
---|
| 60 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 61 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 62 | <DebugType>full</DebugType>
|
---|
| 63 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 64 | <ErrorReport>prompt</ErrorReport>
|
---|
| 65 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 66 | </PropertyGroup>
|
---|
| 67 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 68 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 69 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 70 | <DocumentationFile>
|
---|
| 71 | </DocumentationFile>
|
---|
| 72 | <Optimize>true</Optimize>
|
---|
| 73 | <DebugType>pdbonly</DebugType>
|
---|
| 74 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 75 | <ErrorReport>prompt</ErrorReport>
|
---|
| 76 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 77 | </PropertyGroup>
|
---|
| 78 | <PropertyGroup>
|
---|
| 79 | <SignAssembly>false</SignAssembly>
|
---|
| 80 | </PropertyGroup>
|
---|
| 81 | <ItemGroup>
|
---|
[7261] | 82 | <Reference Include="HeuristicLab.Clients.Hive-3.3">
|
---|
[6983] | 83 | <HintPath>..\..\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
|
---|
| 84 | </Reference>
|
---|
[7261] | 85 | <Reference Include="HeuristicLab.Hive-3.3">
|
---|
[6983] | 86 | <HintPath>..\..\bin\HeuristicLab.Hive-3.3.dll</HintPath>
|
---|
| 87 | </Reference>
|
---|
| 88 | <Reference Include="System" />
|
---|
| 89 | <Reference Include="System.Core" />
|
---|
| 90 | <Reference Include="System.ServiceModel" />
|
---|
| 91 | <Reference Include="System.Xml.Linq" />
|
---|
| 92 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 93 | <Reference Include="System.Data" />
|
---|
| 94 | <Reference Include="System.Xml" />
|
---|
| 95 | </ItemGroup>
|
---|
| 96 | <ItemGroup>
|
---|
| 97 | <Compile Include="Program.cs" />
|
---|
| 98 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 99 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 100 | <Compile Include="SlaveCommListener.cs" />
|
---|
| 101 | </ItemGroup>
|
---|
| 102 | <ItemGroup>
|
---|
| 103 | <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
|
---|
| 104 | <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
|
---|
| 105 | <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
|
---|
| 106 | <Private>True</Private>
|
---|
| 107 | </ProjectReference>
|
---|
| 108 | </ItemGroup>
|
---|
| 109 | <ItemGroup>
|
---|
| 110 | <None Include="app.config">
|
---|
| 111 | <SubType>Designer</SubType>
|
---|
| 112 | </None>
|
---|
| 113 | </ItemGroup>
|
---|
| 114 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 115 | <PropertyGroup>
|
---|
[8600] | 116 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[6983] | 117 | set ProjectDir=$(ProjectDir)
|
---|
| 118 | set SolutionDir=$(SolutionDir)
|
---|
| 119 | set Outdir=$(Outdir)
|
---|
| 120 |
|
---|
| 121 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[8600] | 122 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 123 | export ProjectDir=$(ProjectDir)
|
---|
| 124 | export SolutionDir=$(SolutionDir)
|
---|
| 125 |
|
---|
| 126 | $SolutionDir/PreBuildEvent.sh
|
---|
| 127 | </PreBuildEvent>
|
---|
[6983] | 128 | </PropertyGroup>
|
---|
| 129 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 130 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 131 | <Target Name="BeforeBuild">
|
---|
| 132 | </Target>
|
---|
| 133 | <Target Name="AfterBuild">
|
---|
| 134 | </Target>
|
---|
| 135 | -->
|
---|
| 136 | </Project> |
---|