Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DistributedEngine/3.2/HeuristicLab.DistributedEngine.csproj @ 1529

Last change on this file since 1529 was 1529, checked in by gkronber, 15 years ago

Moved source files of plugins AdvancedOptimizationFrontEnd ... Grid into version-specific sub-folders. #576

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