Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DistributedEngine/HeuristicLab.DistributedEngine.csproj @ 1334

Last change on this file since 1334 was 852, checked in by swagner, 15 years ago

Integrated ConfigMerger into build process (#403).
Refactored pre- and post-build scripts (#403).

File size: 5.2 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>{E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.DistributedEngine</RootNamespace>
12    <AssemblyName>HeuristicLab.DistributedEngine-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    <DocumentationFile>bin\Release\HeuristicLab.DistributedEngine-3.2.XML</DocumentationFile>
33  </PropertyGroup>
34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
35    <DebugSymbols>true</DebugSymbols>
36    <OutputPath>bin\x86\Debug\</OutputPath>
37    <DefineConstants>DEBUG;TRACE</DefineConstants>
38    <DebugType>full</DebugType>
39    <PlatformTarget>x86</PlatformTarget>
40    <ErrorReport>prompt</ErrorReport>
41  </PropertyGroup>
42  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
43    <OutputPath>bin\x86\Release\</OutputPath>
44    <DefineConstants>TRACE</DefineConstants>
45    <DocumentationFile>bin\Release\HeuristicLab.DistributedEngine-3.2.XML</DocumentationFile>
46    <Optimize>true</Optimize>
47    <DebugType>pdbonly</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50  </PropertyGroup>
51  <ItemGroup>
52    <Reference Include="System" />
53    <Reference Include="System.Core">
54      <RequiredTargetFramework>3.5</RequiredTargetFramework>
55    </Reference>
56    <Reference Include="System.Data" />
57    <Reference Include="System.Drawing" />
58    <Reference Include="System.Runtime.Serialization">
59      <RequiredTargetFramework>3.0</RequiredTargetFramework>
60    </Reference>
61    <Reference Include="System.ServiceModel">
62      <RequiredTargetFramework>3.0</RequiredTargetFramework>
63    </Reference>
64    <Reference Include="System.Windows.Forms" />
65    <Reference Include="System.Xml" />
66  </ItemGroup>
67  <ItemGroup>
68    <Compile Include="HeuristicLabDistributedEnginePlugin.cs" />
69    <Compile Include="Properties\AssemblyInfo.cs" />
70    <Compile Include="DistributedEngine.cs" />
71    <Compile Include="DistributedEngineEditor.cs">
72      <SubType>UserControl</SubType>
73    </Compile>
74    <Compile Include="DistributedEngineEditor.Designer.cs">
75      <DependentUpon>DistributedEngineEditor.cs</DependentUpon>
76    </Compile>
77  </ItemGroup>
78  <ItemGroup>
79    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
80      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
81      <Name>HeuristicLab.Core</Name>
82    </ProjectReference>
83    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
84      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
85      <Name>HeuristicLab.Data</Name>
86    </ProjectReference>
87    <ProjectReference Include="..\HeuristicLab.Grid\HeuristicLab.Grid.csproj">
88      <Project>{545CE756-98D8-423B-AC2E-6E7D70926E5C}</Project>
89      <Name>HeuristicLab.Grid</Name>
90    </ProjectReference>
91    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
92      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
93      <Name>HeuristicLab.PluginInfrastructure</Name>
94    </ProjectReference>
95  </ItemGroup>
96  <ItemGroup>
97    <EmbeddedResource Include="DistributedEngineEditor.resx">
98      <DependentUpon>DistributedEngineEditor.cs</DependentUpon>
99      <SubType>Designer</SubType>
100    </EmbeddedResource>
101  </ItemGroup>
102  <ItemGroup>
103    <None Include="Properties\AssemblyInfo.frame" />
104  </ItemGroup>
105  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
107       Other similar extension points exist, see Microsoft.Common.targets.
108  <Target Name="BeforeBuild">
109  </Target>
110  <Target Name="AfterBuild">
111  </Target>
112  -->
113  <PropertyGroup>
114    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
115set ProjectDir=$(ProjectDir)
116set SolutionDir=$(SolutionDir)
117set Outdir=$(Outdir)
118
119call PreBuildEvent.cmd</PreBuildEvent>
120  </PropertyGroup>
121</Project>
Note: See TracBrowser for help on using the repository browser.