Free cookie consent management tool by TermsFeed Policy Generator

source: branches/MPI/HeuristicLab.MPIAlgorithmRunner/3.3/HeuristicLab.MPIAlgorithmRunner-3.3.csproj @ 6394

Last change on this file since 6394 was 6394, checked in by svonolfe, 13 years ago

Added first working version of the MPI engine (#1542)

File size: 10.4 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)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{62C3B458-430E-4EF4-8250-C50BCF94D035}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.MPIAlgorithmRunner</RootNamespace>
12    <AssemblyName>HeuristicLab.MPIAlgorithmRunner-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15    <FileAlignment>512</FileAlignment>
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
18    <PlatformTarget>x86</PlatformTarget>
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
28    <PlatformTarget>x86</PlatformTarget>
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35  </PropertyGroup>
36  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>bin\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>AnyCPU</PlatformTarget>
42    <CodeAnalysisLogFile>bin\Debug\MPIAlgorithmRunner.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
43    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
44    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
48    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
49  </PropertyGroup>
50  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>AnyCPU</PlatformTarget>
56    <CodeAnalysisLogFile>bin\Release\MPIAlgorithmRunner.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
57    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
58    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
59    <ErrorReport>prompt</ErrorReport>
60    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
61    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
62    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
63    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
64    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
65    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
66  </PropertyGroup>
67  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
68    <DebugSymbols>true</DebugSymbols>
69    <OutputPath>bin\x64\Debug\</OutputPath>
70    <DefineConstants>DEBUG;TRACE</DefineConstants>
71    <DebugType>full</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <CodeAnalysisLogFile>bin\Debug\MPIAlgorithmRunner.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
74    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
75    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
78    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
79    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
80    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
81    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
82    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
83  </PropertyGroup>
84  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
85    <OutputPath>bin\x64\Release\</OutputPath>
86    <DefineConstants>TRACE</DefineConstants>
87    <Optimize>true</Optimize>
88    <DebugType>pdbonly</DebugType>
89    <PlatformTarget>x64</PlatformTarget>
90    <CodeAnalysisLogFile>bin\Release\MPIAlgorithmRunner.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
91    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
92    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
93    <ErrorReport>prompt</ErrorReport>
94    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
95    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
96    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
97  </PropertyGroup>
98  <PropertyGroup>
99    <SignAssembly>true</SignAssembly>
100  </PropertyGroup>
101  <PropertyGroup>
102    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
103  </PropertyGroup>
104  <ItemGroup>
105    <Reference Include="HeuristicLab.Collections-3.3">
106      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
107    </Reference>
108    <Reference Include="HeuristicLab.Common-3.3">
109      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
110    </Reference>
111    <Reference Include="HeuristicLab.Core-3.3">
112      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Optimization-3.3">
115      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
116    </Reference>
117    <Reference Include="HeuristicLab.Persistence-3.3">
118      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
119    </Reference>
120    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
121      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
122    </Reference>
123    <Reference Include="Microsoft.Hpc.Scheduler, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
124      <HintPath>Microsoft.Hpc.Scheduler.dll</HintPath>
125    </Reference>
126    <Reference Include="MPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=29b4a045737654fe, processorArchitecture=MSIL">
127      <HintPath>..\HeuristicLab.ExtLibs\HeuristicLab.MPInet\1.0.0\MPI.dll</HintPath>
128    </Reference>
129    <Reference Include="System" />
130    <Reference Include="System.Core" />
131    <Reference Include="System.Runtime.Serialization" />
132    <Reference Include="System.ServiceModel" />
133    <Reference Include="System.Xml.Linq" />
134    <Reference Include="System.Data.DataSetExtensions" />
135    <Reference Include="Microsoft.CSharp" />
136    <Reference Include="System.Data" />
137    <Reference Include="System.Xml" />
138  </ItemGroup>
139  <ItemGroup>
140    <Compile Include="AlgorithmBroker.cs" />
141    <Compile Include="HeuristicLabMPIAlgorithmRunnerPlugin.cs" />
142    <Compile Include="IAlgorithmBroker.cs" />
143    <Compile Include="Program.cs" />
144    <Compile Include="Properties\AssemblyInfo.cs" />
145  </ItemGroup>
146  <ItemGroup>
147    <ProjectReference Include="..\..\HeuristicLab.Operators.MPISupport\3.3\HeuristicLab.Operators.MPISupport-3.3.csproj">
148      <Project>{6BD69CDA-4875-4045-8B35-6FD4602854F5}</Project>
149      <Name>HeuristicLab.Operators.MPISupport-3.3</Name>
150    </ProjectReference>
151    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.MPInet\1.0.0\HeuristicLab.MPInet-1.0.0.csproj">
152      <Project>{C47EEE60-DF91-46DB-9B78-F2C2301D6FE7}</Project>
153      <Name>HeuristicLab.MPInet-1.0.0</Name>
154    </ProjectReference>
155  </ItemGroup>
156  <ItemGroup>
157    <None Include="HeuristicLab.snk" />
158    <None Include="HeuristicLabMPIAlgorithmRunnerPlugin.cs.frame" />
159    <None Include="Properties\AssemblyInfo.frame" />
160  </ItemGroup>
161  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
162  <PropertyGroup>
163    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
164set ProjectDir=$(ProjectDir)
165set SolutionDir=$(SolutionDir)
166set Outdir=$(Outdir)
167
168call PreBuildEvent.cmd
169SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMPIAlgorithmRunnerPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMPIAlgorithmRunnerPlugin.cs"</PreBuildEvent>
170  </PropertyGroup>
171  <PropertyGroup>
172    <PostBuildEvent>set ProjectName=$(ProjectName)
173set Source=$(TargetPath)
174set Configuration=$(ConfigurationName)
175set Platform=$(PlatformName)
176set SolutionDir=$(SolutionDir)
177
178if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent>
179  </PropertyGroup>
180  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
181       Other similar extension points exist, see Microsoft.Common.targets.
182  <Target Name="BeforeBuild">
183  </Target>
184  <Target Name="AfterBuild">
185  </Target>
186  -->
187</Project>
Note: See TracBrowser for help on using the repository browser.