Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Core/3.3/HeuristicLab.Hive.Client.Core-3.3.csproj @ 4121

Last change on this file since 4121 was 4121, checked in by cneumuel, 14 years ago

Stabilization of Hive, Improvement HiveExperiment GUI (#1115)

File size: 8.9 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{5010BD86-23B7-4F8C-888A-76D21AD5266A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Client.Core</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Client.Core-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21  </PropertyGroup>
22  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23    <DebugSymbols>true</DebugSymbols>
24    <DebugType>full</DebugType>
25    <Optimize>false</Optimize>
26    <OutputPath>bin\Debug\</OutputPath>
27    <DefineConstants>DEBUG;TRACE</DefineConstants>
28    <ErrorReport>prompt</ErrorReport>
29    <WarningLevel>4</WarningLevel>
30    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
31  </PropertyGroup>
32  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33    <DebugType>pdbonly</DebugType>
34    <Optimize>true</Optimize>
35    <OutputPath>bin\Release\</OutputPath>
36    <DefineConstants>TRACE</DefineConstants>
37    <ErrorReport>prompt</ErrorReport>
38    <WarningLevel>4</WarningLevel>
39    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>bin\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
51    <OutputPath>bin\x86\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>bin\x64\Debug\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
69    <OutputPath>bin\x64\Release\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <ItemGroup>
78    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
79    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
80      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Tracing-3.3">
83      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
84    </Reference>
85    <Reference Include="System" />
86    <Reference Include="System.Core">
87      <RequiredTargetFramework>3.5</RequiredTargetFramework>
88    </Reference>
89    <Reference Include="System.Runtime.Serialization">
90      <RequiredTargetFramework>3.0</RequiredTargetFramework>
91    </Reference>
92    <Reference Include="System.ServiceModel">
93      <RequiredTargetFramework>3.0</RequiredTargetFramework>
94    </Reference>
95    <Reference Include="System.Xml.Linq">
96      <RequiredTargetFramework>3.5</RequiredTargetFramework>
97    </Reference>
98    <Reference Include="System.Data.DataSetExtensions">
99      <RequiredTargetFramework>3.5</RequiredTargetFramework>
100    </Reference>
101    <Reference Include="System.Data" />
102    <Reference Include="System.Xml" />
103  </ItemGroup>
104  <ItemGroup>
105    <Compile Include="ClientConsoleService\ClientConsoleCommunicator.cs" />
106    <Compile Include="ClientConsoleService\ClientConsoleServer.cs" />
107    <Compile Include="ClientConsoleService\Interfaces\IClientConsoleCommunicator.cs" />
108    <Compile Include="ClientConsoleService\TransferObjects\ConnectionContainer.cs" />
109    <Compile Include="ClientConsoleService\TransferObjects\JobStatus.cs" />
110    <Compile Include="ClientConsoleService\TransferObjects\StatusCommons.cs" />
111    <Compile Include="ConfigurationManager\AppointmentContainer.cs" />
112    <Compile Include="ConfigurationManager\ClientStatusInfo.cs" />
113    <Compile Include="ConfigurationManager\ConfigManager.cs" />
114    <Compile Include="ConfigurationManager\UptimeManager.cs" />
115    <Compile Include="Core.cs" />
116    <Compile Include="CoreApplication.cs" />
117    <Compile Include="CorePlugin.cs" />
118    <Compile Include="Heartbeat.cs" />
119    <Compile Include="JobStorage\JobStorageInfo.cs" />
120    <Compile Include="JobStorage\JobStorageManager.cs" />
121    <Compile Include="PluginCache.cs" />
122    <Compile Include="Properties\AssemblyInfo.cs" />
123    <Compile Include="Properties\Settings.Designer.cs">
124      <AutoGen>True</AutoGen>
125      <DesignTimeSharedInput>True</DesignTimeSharedInput>
126      <DependentUpon>Settings.settings</DependentUpon>
127    </Compile>
128    <Compile Include="Settings.cs" />
129  </ItemGroup>
130  <ItemGroup>
131    <None Include="app.config" />
132    <None Include="HeuristicLab.snk" />
133    <None Include="Properties\AssemblyInfo.frame" />
134    <None Include="Properties\Settings.settings">
135      <Generator>PublicSettingsSingleFileGenerator</Generator>
136      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
137    </None>
138  </ItemGroup>
139  <ItemGroup>
140    <WCFMetadata Include="Service References\" />
141  </ItemGroup>
142  <ItemGroup>
143    <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj">
144      <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project>
145      <Name>HeuristicLab.Calendar-3.3</Name>
146    </ProjectReference>
147    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
148      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
149      <Name>HeuristicLab.DataAccess-3.3</Name>
150    </ProjectReference>
151    <ProjectReference Include="..\..\HeuristicLab.Hive.Client.Common\3.3\HeuristicLab.Hive.Client.Common-3.3.csproj">
152      <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>
153      <Name>HeuristicLab.Hive.Client.Common-3.3</Name>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.Hive.Client.Communication\3.3\HeuristicLab.Hive.Client.Communication-3.3.csproj">
156      <Project>{AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}</Project>
157      <Name>HeuristicLab.Hive.Client.Communication-3.3</Name>
158    </ProjectReference>
159    <ProjectReference Include="..\..\HeuristicLab.Hive.Client.ExecutionEngine\3.3\HeuristicLab.Hive.Client.ExecutionEngine-3.3.csproj">
160      <Project>{1605256A-1CB3-44AB-AAFF-577093EE5789}</Project>
161      <Name>HeuristicLab.Hive.Client.ExecutionEngine-3.3</Name>
162    </ProjectReference>
163    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
164      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
165      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
166    </ProjectReference>
167    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
168      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
169      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
170    </ProjectReference>
171  </ItemGroup>
172  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
173  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
174       Other similar extension points exist, see Microsoft.Common.targets.
175  <Target Name="BeforeBuild">
176  </Target>
177  <Target Name="AfterBuild">
178  </Target>
179  -->
180  <PropertyGroup>
181    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
182set ProjectDir=$(ProjectDir)
183set SolutionDir=$(SolutionDir)
184set Outdir=$(Outdir)
185
186call PreBuildEvent.cmd</PreBuildEvent>
187  </PropertyGroup>
188</Project>
Note: See TracBrowser for help on using the repository browser.