Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Engine/HeuristicLab.Hive.Engine.csproj @ 1487

Last change on this file since 1487 was 1474, checked in by abeham, 16 years ago

Added x64 and x86 configurations to all projects
Removed "Release x64" configuration from HeuristicLab.csproj (is covered by Release|x64)

File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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  </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 Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>bin\x86\Debug\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x86</PlatformTarget>
39    <ErrorReport>prompt</ErrorReport>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
42    <OutputPath>bin\x86\Release\</OutputPath>
43    <DefineConstants>TRACE</DefineConstants>
44    <Optimize>true</Optimize>
45    <DebugType>pdbonly</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
50    <DebugSymbols>true</DebugSymbols>
51    <OutputPath>bin\x64\Debug\</OutputPath>
52    <DefineConstants>DEBUG;TRACE</DefineConstants>
53    <DebugType>full</DebugType>
54    <PlatformTarget>x64</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
58    <OutputPath>bin\x64\Release\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64  </PropertyGroup>
65  <ItemGroup>
66    <Reference Include="System" />
67    <Reference Include="System.Core">
68      <RequiredTargetFramework>3.5</RequiredTargetFramework>
69    </Reference>
70    <Reference Include="System.Drawing" />
71    <Reference Include="System.ServiceModel">
72      <RequiredTargetFramework>3.0</RequiredTargetFramework>
73    </Reference>
74    <Reference Include="System.Windows.Forms" />
75    <Reference Include="System.Xml.Linq">
76      <RequiredTargetFramework>3.5</RequiredTargetFramework>
77    </Reference>
78    <Reference Include="System.Data.DataSetExtensions">
79      <RequiredTargetFramework>3.5</RequiredTargetFramework>
80    </Reference>
81    <Reference Include="System.Data" />
82    <Reference Include="System.Xml" />
83  </ItemGroup>
84  <ItemGroup>
85    <Compile Include="Job.cs" />
86    <Compile Include="HeuristicLabHiveEnginePlugin.cs" />
87    <Compile Include="HiveEngine.cs" />
88    <Compile Include="HiveEngineEditor.cs">
89      <SubType>UserControl</SubType>
90    </Compile>
91    <Compile Include="HiveEngineEditor.Designer.cs">
92      <DependentUpon>HiveEngineEditor.cs</DependentUpon>
93    </Compile>
94    <Compile Include="Properties\AssemblyInfo.cs" />
95    <Compile Include="ServiceLocator.cs" />
96  </ItemGroup>
97  <ItemGroup>
98    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
99      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
100      <Name>HeuristicLab.Core</Name>
101    </ProjectReference>
102    <ProjectReference Include="..\HeuristicLab.DataAccess\HeuristicLab.DataAccess.csproj">
103      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
104      <Name>HeuristicLab.DataAccess</Name>
105    </ProjectReference>
106    <ProjectReference Include="..\HeuristicLab.Hive.Contracts\HeuristicLab.Hive.Contracts.csproj">
107      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
108      <Name>HeuristicLab.Hive.Contracts</Name>
109    </ProjectReference>
110    <ProjectReference Include="..\HeuristicLab.Hive.JobBase\HeuristicLab.Hive.JobBase.csproj">
111      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
112      <Name>HeuristicLab.Hive.JobBase</Name>
113    </ProjectReference>
114    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
115      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
116      <Name>HeuristicLab.PluginInfrastructure</Name>
117    </ProjectReference>
118    <ProjectReference Include="..\HeuristicLab.SequentialEngine\HeuristicLab.SequentialEngine.csproj">
119      <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
120      <Name>HeuristicLab.SequentialEngine</Name>
121    </ProjectReference>
122  </ItemGroup>
123  <ItemGroup>
124    <None Include="Properties\AssemblyInfo.frame" />
125  </ItemGroup>
126  <ItemGroup>
127    <EmbeddedResource Include="HiveEngineEditor.resx">
128      <DependentUpon>HiveEngineEditor.cs</DependentUpon>
129    </EmbeddedResource>
130  </ItemGroup>
131  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
132  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
133       Other similar extension points exist, see Microsoft.Common.targets.
134  <Target Name="BeforeBuild">
135  </Target>
136  <Target Name="AfterBuild">
137  </Target>
138  -->
139  <PropertyGroup>
140    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
141set ProjectDir=$(ProjectDir)
142set SolutionDir=$(SolutionDir)
143set Outdir=$(Outdir)
144
145call PreBuildEvent.cmd</PreBuildEvent>
146  </PropertyGroup>
147</Project>
Note: See TracBrowser for help on using the repository browser.