[6348] | 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>
|
---|
[7205] | 38 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[6348] | 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>
|
---|
[7205] | 105 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 106 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 107 | <Private>False</Private>
|
---|
[6393] | 108 | </Reference>
|
---|
[7205] | 109 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 110 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 111 | <Private>False</Private>
|
---|
[6393] | 112 | </Reference>
|
---|
[7205] | 113 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 114 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 115 | <Private>False</Private>
|
---|
[6393] | 116 | </Reference>
|
---|
[7566] | 117 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
[7205] | 118 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 119 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 120 | <Private>False</Private>
|
---|
[6393] | 121 | </Reference>
|
---|
[7205] | 122 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 123 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 124 | <Private>False</Private>
|
---|
[6393] | 125 | </Reference>
|
---|
[7205] | 126 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 127 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 128 | <Private>False</Private>
|
---|
[6393] | 129 | </Reference>
|
---|
[6388] | 130 | <Reference Include="Microsoft.Hpc.Scheduler, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
---|
| 131 | <HintPath>Microsoft.Hpc.Scheduler.dll</HintPath>
|
---|
| 132 | </Reference>
|
---|
[6348] | 133 | <Reference Include="MPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=29b4a045737654fe, processorArchitecture=MSIL">
|
---|
| 134 | <HintPath>..\HeuristicLab.ExtLibs\HeuristicLab.MPInet\1.0.0\MPI.dll</HintPath>
|
---|
| 135 | </Reference>
|
---|
| 136 | <Reference Include="System" />
|
---|
| 137 | <Reference Include="System.Core" />
|
---|
[6394] | 138 | <Reference Include="System.Runtime.Serialization" />
|
---|
[6388] | 139 | <Reference Include="System.ServiceModel" />
|
---|
[6348] | 140 | <Reference Include="System.Xml.Linq" />
|
---|
| 141 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 142 | <Reference Include="Microsoft.CSharp" />
|
---|
| 143 | <Reference Include="System.Data" />
|
---|
| 144 | <Reference Include="System.Xml" />
|
---|
| 145 | </ItemGroup>
|
---|
| 146 | <ItemGroup>
|
---|
[6388] | 147 | <Compile Include="AlgorithmBroker.cs" />
|
---|
| 148 | <Compile Include="IAlgorithmBroker.cs" />
|
---|
[6348] | 149 | <Compile Include="Program.cs" />
|
---|
| 150 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 151 | </ItemGroup>
|
---|
| 152 | <ItemGroup>
|
---|
[7205] | 153 | <None Include="HeuristicLab.snk" />
|
---|
| 154 | </ItemGroup>
|
---|
| 155 | <ItemGroup>
|
---|
| 156 | <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.MPInet\1.0.0\HeuristicLab.MPInet-1.0.0.csproj">
|
---|
| 157 | <Project>{C47EEE60-DF91-46DB-9B78-F2C2301D6FE7}</Project>
|
---|
| 158 | <Name>HeuristicLab.MPInet-1.0.0</Name>
|
---|
| 159 | <Private>False</Private>
|
---|
| 160 | </ProjectReference>
|
---|
[6393] | 161 | <ProjectReference Include="..\..\HeuristicLab.Operators.MPISupport\3.3\HeuristicLab.Operators.MPISupport-3.3.csproj">
|
---|
[6354] | 162 | <Project>{6BD69CDA-4875-4045-8B35-6FD4602854F5}</Project>
|
---|
| 163 | <Name>HeuristicLab.Operators.MPISupport-3.3</Name>
|
---|
[7205] | 164 | <Private>False</Private>
|
---|
[6354] | 165 | </ProjectReference>
|
---|
[6348] | 166 | </ItemGroup>
|
---|
| 167 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 168 | <PropertyGroup>
|
---|
| 169 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 170 | set ProjectDir=$(ProjectDir)
|
---|
| 171 | set SolutionDir=$(SolutionDir)
|
---|
| 172 | set Outdir=$(Outdir)
|
---|
| 173 |
|
---|
[7205] | 174 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[6348] | 175 | </PropertyGroup>
|
---|
[6394] | 176 | <PropertyGroup>
|
---|
[7205] | 177 | <PostBuildEvent>
|
---|
| 178 | </PostBuildEvent>
|
---|
[6394] | 179 | </PropertyGroup>
|
---|
[6348] | 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> |
---|