Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Engine/3.3/HeuristicLab.Hive.Engine-3.3.csproj @ 4073

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

moved remaining Hive projects to 3.3-HiveMigration (#1091)

File size: 7.7 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>{C8FEDAC1-0326-4293-B585-F0FEDDEDFC11}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Engine</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Engine-3.2</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\x86\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="System" />
79    <Reference Include="System.Core">
80      <RequiredTargetFramework>3.5</RequiredTargetFramework>
81    </Reference>
82    <Reference Include="System.Drawing" />
83    <Reference Include="System.ServiceModel">
84      <RequiredTargetFramework>3.0</RequiredTargetFramework>
85    </Reference>
86    <Reference Include="System.Windows.Forms" />
87    <Reference Include="System.Xml.Linq">
88      <RequiredTargetFramework>3.5</RequiredTargetFramework>
89    </Reference>
90    <Reference Include="System.Data.DataSetExtensions">
91      <RequiredTargetFramework>3.5</RequiredTargetFramework>
92    </Reference>
93    <Reference Include="System.Data" />
94    <Reference Include="System.Xml" />
95  </ItemGroup>
96  <ItemGroup>
97    <Compile Include="Job.cs" />
98    <Compile Include="HeuristicLabHiveEnginePlugin.cs" />
99    <Compile Include="HiveEngine.cs" />
100    <Compile Include="HiveEngineEditor.cs">
101      <SubType>UserControl</SubType>
102    </Compile>
103    <Compile Include="HiveEngineEditor.Designer.cs">
104      <DependentUpon>HiveEngineEditor.cs</DependentUpon>
105    </Compile>
106    <Compile Include="Properties\AssemblyInfo.cs" />
107    <Compile Include="ServiceLocator.cs" />
108  </ItemGroup>
109  <ItemGroup>
110    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
111      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
112      <Name>HeuristicLab.Common-3.2</Name>
113    </ProjectReference>
114    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
115      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
116      <Name>HeuristicLab.Core-3.2</Name>
117    </ProjectReference>
118    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
119      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
120      <Name>HeuristicLab.DataAccess-3.2</Name>
121    </ProjectReference>
122    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
123      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
124      <Name>HeuristicLab.Data-3.2</Name>
125    </ProjectReference>
126    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
127      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
128      <Name>HeuristicLab.Hive.Contracts-3.2</Name>
129    </ProjectReference>
130    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.2\HeuristicLab.Hive.JobBase-3.2.csproj">
131      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
132      <Name>HeuristicLab.Hive.JobBase-3.2</Name>
133    </ProjectReference>
134    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
135      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
136      <Name>HeuristicLab.PluginInfrastructure</Name>
137    </ProjectReference>
138    <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.2\HeuristicLab.SequentialEngine-3.2.csproj">
139      <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
140      <Name>HeuristicLab.SequentialEngine-3.2</Name>
141    </ProjectReference>
142    <ProjectReference Include="..\..\HeuristicLab.Tracing\3.2\HeuristicLab.Tracing-3.2.csproj">
143      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
144      <Name>HeuristicLab.Tracing-3.2</Name>
145    </ProjectReference>
146  </ItemGroup>
147  <ItemGroup>
148    <None Include="HeuristicLab.snk" />
149    <None Include="Properties\AssemblyInfo.frame" />
150  </ItemGroup>
151  <ItemGroup>
152    <EmbeddedResource Include="HiveEngineEditor.resx">
153      <DependentUpon>HiveEngineEditor.cs</DependentUpon>
154      <SubType>Designer</SubType>
155    </EmbeddedResource>
156  </ItemGroup>
157  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
158  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
159       Other similar extension points exist, see Microsoft.Common.targets.
160  <Target Name="BeforeBuild">
161  </Target>
162  <Target Name="AfterBuild">
163  </Target>
164  -->
165  <PropertyGroup>
166    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
167set ProjectDir=$(ProjectDir)
168set SolutionDir=$(SolutionDir)
169set Outdir=$(Outdir)
170
171call PreBuildEvent.cmd</PreBuildEvent>
172  </PropertyGroup>
173</Project>
Note: See TracBrowser for help on using the repository browser.