Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/HeuristicLab.Clients.Hive.Slave-3.4.csproj @ 5264

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

#1233 switch to .NET 4

File size: 6.3 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)' == '' ">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>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  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="HeuristicLab.Clients.Common-3.3">
42      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Common-3.3">
45      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
46    </Reference>
47    <Reference Include="HeuristicLab.Core-3.3">
48      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.Persistence-3.3">
51      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
52    </Reference>
53    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
54      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
55    </Reference>
56    <Reference Include="System" />
57    <Reference Include="System.Core" />
58    <Reference Include="System.Runtime.Serialization" />
59    <Reference Include="System.ServiceModel" />
60    <Reference Include="System.Xml.Linq" />
61    <Reference Include="System.Data.DataSetExtensions" />
62    <Reference Include="System.Data" />
63    <Reference Include="System.Xml" />
64  </ItemGroup>
65  <ItemGroup>
66    <Compile Include="ConfigManager.cs" />
67    <Compile Include="SlaveClientCom.cs" />
68    <Compile Include="Core.cs" />
69    <Compile Include="DummyListener.cs" />
70    <Compile Include="Executor.cs" />
71    <Compile Include="HeartbeatManager.cs" />
72    <Compile Include="InvalidStateException.cs" />
73    <Compile Include="JobStatus.cs" />
74    <Compile Include="Logger.cs">
75      <SubType>Code</SubType>
76    </Compile>
77    <Compile Include="ExecutorMessageContainer.cs" />
78    <Compile Include="MessageQueue.cs" />
79    <Compile Include="NetworkEnum.cs" />
80    <Compile Include="PluginCache.cs" />
81    <Compile Include="PluginUtil.cs" />
82    <Compile Include="Properties\Settings.Designer.cs">
83      <AutoGen>True</AutoGen>
84      <DesignTimeSharedInput>True</DesignTimeSharedInput>
85      <DependentUpon>Settings.settings</DependentUpon>
86    </Compile>
87    <Compile Include="ServiceContracts\ISlaveCommunication.cs" />
88    <Compile Include="ServiceContracts\ISlaveCommunicationCallbacks.cs" />
89    <Compile Include="SlaveCommunicationService.cs" />
90    <Compile Include="SlaveStatusInfo.cs" />
91    <Compile Include="StatusCommons.cs" />
92    <Compile Include="WcfService.cs" />
93    <None Include="app.config" />
94    <None Include="HeuristicLabClientsHiveSlavePlugin.cs.frame" />
95    <Compile Include="HeuristicLabClientsHiveSlavePlugin.cs" />
96    <Compile Include="Properties\AssemblyInfo.cs" />
97    <None Include="Properties\AssemblyInfo.cs.frame" />
98    <None Include="Properties\Settings.settings">
99      <Generator>PublicSettingsSingleFileGenerator</Generator>
100      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
101    </None>
102  </ItemGroup>
103  <ItemGroup>
104    <None Include="HeuristicLab.snk" />
105  </ItemGroup>
106  <ItemGroup>
107    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj">
108      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
109      <Name>HeuristicLab.Clients.Hive-3.4</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
112      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
113      <Name>HeuristicLab.Hive-3.4</Name>
114    </ProjectReference>
115    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
116      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
117      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
118    </ProjectReference>
119  </ItemGroup>
120  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
121  <PropertyGroup>
122    <PostBuildEvent>set ProjectName=$(ProjectName)
123set TargetPath=$(TargetPath)
124call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
125  </PropertyGroup>
126  <PropertyGroup>
127    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
128set ProjectDir=$(ProjectDir)
129set SolutionDir=$(SolutionDir)
130set Outdir=$(Outdir)
131
132call PreBuildEvent.cmd</PreBuildEvent>
133  </PropertyGroup>
134  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135       Other similar extension points exist, see Microsoft.Common.targets.
136  <Target Name="BeforeBuild">
137  </Target>
138  <Target Name="AfterBuild">
139  </Target>
140  -->
141</Project>
Note: See TracBrowser for help on using the repository browser.