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)' == '' ">AnyCPU</Platform>
|
---|
6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Clients.Hive.Slave</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Clients.Hive.Slave-3.4</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
14 | <FileAlignment>512</FileAlignment>
|
---|
15 | </PropertyGroup>
|
---|
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
17 | <DebugSymbols>true</DebugSymbols>
|
---|
18 | <DebugType>full</DebugType>
|
---|
19 | <Optimize>false</Optimize>
|
---|
20 | <OutputPath>bin\Debug\</OutputPath>
|
---|
21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
22 | <ErrorReport>prompt</ErrorReport>
|
---|
23 | <WarningLevel>4</WarningLevel>
|
---|
24 | </PropertyGroup>
|
---|
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
26 | <DebugType>pdbonly</DebugType>
|
---|
27 | <Optimize>true</Optimize>
|
---|
28 | <OutputPath>bin\Release\</OutputPath>
|
---|
29 | <DefineConstants>TRACE</DefineConstants>
|
---|
30 | <ErrorReport>prompt</ErrorReport>
|
---|
31 | <WarningLevel>4</WarningLevel>
|
---|
32 | </PropertyGroup>
|
---|
33 | <PropertyGroup>
|
---|
34 | <SignAssembly>true</SignAssembly>
|
---|
35 | </PropertyGroup>
|
---|
36 | <PropertyGroup>
|
---|
37 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
38 | </PropertyGroup>
|
---|
39 | <ItemGroup>
|
---|
40 | <Reference Include="HeuristicLab.Clients.Common-3.3">
|
---|
41 | <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
|
---|
42 | </Reference>
|
---|
43 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
44 | <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
45 | </Reference>
|
---|
46 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
47 | <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
48 | </Reference>
|
---|
49 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
50 | <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
51 | </Reference>
|
---|
52 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
53 | <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
54 | </Reference>
|
---|
55 | <Reference Include="System" />
|
---|
56 | <Reference Include="System.Core" />
|
---|
57 | <Reference Include="System.Xml.Linq" />
|
---|
58 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
59 | <Reference Include="System.Data" />
|
---|
60 | <Reference Include="System.Xml" />
|
---|
61 | </ItemGroup>
|
---|
62 | <ItemGroup>
|
---|
63 | <Compile Include="SlaveDummy.cs" />
|
---|
64 | <None Include="HeuristicLabClientsHiveSlavePlugin.cs.frame" />
|
---|
65 | <Compile Include="HeuristicLabClientsHiveSlavePlugin.cs" />
|
---|
66 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
67 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
68 | </ItemGroup>
|
---|
69 | <ItemGroup>
|
---|
70 | <None Include="HeuristicLab.snk" />
|
---|
71 | </ItemGroup>
|
---|
72 | <ItemGroup>
|
---|
73 | <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj">
|
---|
74 | <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
|
---|
75 | <Name>HeuristicLab.Clients.Hive-3.4</Name>
|
---|
76 | </ProjectReference>
|
---|
77 | <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
|
---|
78 | <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
|
---|
79 | <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
|
---|
80 | </ProjectReference>
|
---|
81 | </ItemGroup>
|
---|
82 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
83 | <PropertyGroup>
|
---|
84 | <PostBuildEvent>set ProjectName=$(ProjectName)
|
---|
85 | set TargetPath=$(TargetPath)
|
---|
86 | call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
|
---|
87 | </PropertyGroup>
|
---|
88 | <PropertyGroup>
|
---|
89 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
90 | set ProjectDir=$(ProjectDir)
|
---|
91 | set SolutionDir=$(SolutionDir)
|
---|
92 | set Outdir=$(Outdir)
|
---|
93 |
|
---|
94 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
95 | </PropertyGroup>
|
---|
96 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
97 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
98 | <Target Name="BeforeBuild">
|
---|
99 | </Target>
|
---|
100 | <Target Name="AfterBuild">
|
---|
101 | </Target>
|
---|
102 | -->
|
---|
103 | </Project> |
---|