1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
---|
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>{6BD69CDA-4875-4045-8B35-6FD4602854F5}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Operators.MPISupport</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Operators.MPISupport-3.3</AssemblyName>
|
---|
13 | <SignAssembly>true</SignAssembly>
|
---|
14 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
15 | <FileUpgradeFlags>
|
---|
16 | </FileUpgradeFlags>
|
---|
17 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
18 | <UpgradeBackupLocation>
|
---|
19 | </UpgradeBackupLocation>
|
---|
20 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
21 | <TargetFrameworkProfile>
|
---|
22 | </TargetFrameworkProfile>
|
---|
23 | <PublishUrl>publish\</PublishUrl>
|
---|
24 | <Install>true</Install>
|
---|
25 | <InstallFrom>Disk</InstallFrom>
|
---|
26 | <UpdateEnabled>false</UpdateEnabled>
|
---|
27 | <UpdateMode>Foreground</UpdateMode>
|
---|
28 | <UpdateInterval>7</UpdateInterval>
|
---|
29 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
30 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
31 | <UpdateRequired>false</UpdateRequired>
|
---|
32 | <MapFileExtensions>true</MapFileExtensions>
|
---|
33 | <ApplicationRevision>0</ApplicationRevision>
|
---|
34 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
35 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
36 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
37 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
38 | </PropertyGroup>
|
---|
39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
40 | <DebugSymbols>true</DebugSymbols>
|
---|
41 | <DebugType>full</DebugType>
|
---|
42 | <Optimize>false</Optimize>
|
---|
43 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
45 | <ErrorReport>prompt</ErrorReport>
|
---|
46 | <WarningLevel>4</WarningLevel>
|
---|
47 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
48 | </PropertyGroup>
|
---|
49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
50 | <DebugType>pdbonly</DebugType>
|
---|
51 | <Optimize>true</Optimize>
|
---|
52 | <OutputPath>bin\Release\</OutputPath>
|
---|
53 | <DefineConstants>TRACE</DefineConstants>
|
---|
54 | <ErrorReport>prompt</ErrorReport>
|
---|
55 | <WarningLevel>4</WarningLevel>
|
---|
56 | <DocumentationFile>bin\Release\HeuristicLab.Operators.MPISupport-3.3.xml</DocumentationFile>
|
---|
57 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
58 | </PropertyGroup>
|
---|
59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
60 | <DebugSymbols>true</DebugSymbols>
|
---|
61 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
62 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
63 | <DebugType>full</DebugType>
|
---|
64 | <PlatformTarget>x86</PlatformTarget>
|
---|
65 | <ErrorReport>prompt</ErrorReport>
|
---|
66 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
67 | </PropertyGroup>
|
---|
68 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
69 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
70 | <DefineConstants>TRACE</DefineConstants>
|
---|
71 | <DocumentationFile>bin\Release\HeuristicLab.Operators.MPISupport-3.2.XML</DocumentationFile>
|
---|
72 | <Optimize>true</Optimize>
|
---|
73 | <DebugType>pdbonly</DebugType>
|
---|
74 | <PlatformTarget>x86</PlatformTarget>
|
---|
75 | <ErrorReport>prompt</ErrorReport>
|
---|
76 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
77 | </PropertyGroup>
|
---|
78 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
79 | <DebugSymbols>true</DebugSymbols>
|
---|
80 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
81 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
82 | <DebugType>full</DebugType>
|
---|
83 | <PlatformTarget>x64</PlatformTarget>
|
---|
84 | <ErrorReport>prompt</ErrorReport>
|
---|
85 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
86 | </PropertyGroup>
|
---|
87 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
88 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
89 | <DefineConstants>TRACE</DefineConstants>
|
---|
90 | <DocumentationFile>bin\Release\HeuristicLab.Operators.MPISupport-3.2.XML</DocumentationFile>
|
---|
91 | <Optimize>true</Optimize>
|
---|
92 | <DebugType>pdbonly</DebugType>
|
---|
93 | <PlatformTarget>x64</PlatformTarget>
|
---|
94 | <ErrorReport>prompt</ErrorReport>
|
---|
95 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
96 | </PropertyGroup>
|
---|
97 | <ItemGroup>
|
---|
98 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
99 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
100 | <Private>False</Private>
|
---|
101 | </Reference>
|
---|
102 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
103 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
104 | <Private>False</Private>
|
---|
105 | </Reference>
|
---|
106 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
107 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
108 | <Private>False</Private>
|
---|
109 | </Reference>
|
---|
110 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
111 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
112 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
113 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
114 | <Private>False</Private>
|
---|
115 | </Reference>
|
---|
116 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
117 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
118 | <Private>False</Private>
|
---|
119 | </Reference>
|
---|
120 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
121 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
122 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
123 | <Private>False</Private>
|
---|
124 | </Reference>
|
---|
125 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
126 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
127 | <Private>False</Private>
|
---|
128 | </Reference>
|
---|
129 | <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
130 | <Reference Include="MPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=29b4a045737654fe, processorArchitecture=MSIL">
|
---|
131 | <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.MPInet\1.0.0\MPI.dll</HintPath>
|
---|
132 | </Reference>
|
---|
133 | <Reference Include="System" />
|
---|
134 | <Reference Include="System.Core">
|
---|
135 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
136 | </Reference>
|
---|
137 | <Reference Include="System.Data" />
|
---|
138 | <Reference Include="System.Data.Linq">
|
---|
139 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
140 | </Reference>
|
---|
141 | <Reference Include="System.Drawing" />
|
---|
142 | <Reference Include="System.Windows.Forms" />
|
---|
143 | <Reference Include="System.Xml" />
|
---|
144 | </ItemGroup>
|
---|
145 | <ItemGroup>
|
---|
146 | <Compile Include="BinaryTransport\Core\VariableTransfer.cs" />
|
---|
147 | <Compile Include="BinaryTransport\Core\ScopeTransfer.cs" />
|
---|
148 | <Compile Include="BinaryTransport\Data\IntValueTransfer.cs" />
|
---|
149 | <Compile Include="BinaryTransport\Data\DoubleValueTransfer.cs" />
|
---|
150 | <Compile Include="BinaryTransport\ItemTransfer.cs" />
|
---|
151 | <Compile Include="BinaryTransport\MPIBinaryTransportWrapper.cs" />
|
---|
152 | <Compile Include="BinaryTransport\Permutation\PermutationTransfer.cs" />
|
---|
153 | <Compile Include="BinaryTransport\VRP\VRPTransfer.cs" />
|
---|
154 | <Compile Include="MPIHelper.cs" />
|
---|
155 | <Compile Include="MPISolutionsCreator.cs" />
|
---|
156 | <Compile Include="MPITransportWrapper.cs" />
|
---|
157 | <Compile Include="MPIUnidirectionalRingMigrator.cs" />
|
---|
158 | <Compile Include="MPIUniformSubscopesProcessor.cs" />
|
---|
159 | <Compile Include="Plugin.cs" />
|
---|
160 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
161 | </ItemGroup>
|
---|
162 | <ItemGroup>
|
---|
163 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
164 | <None Include="HeuristicLab.snk" />
|
---|
165 | <None Include="Plugin.cs.frame" />
|
---|
166 | </ItemGroup>
|
---|
167 | <ItemGroup>
|
---|
168 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
169 | <Visible>False</Visible>
|
---|
170 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
171 | <Install>false</Install>
|
---|
172 | </BootstrapperPackage>
|
---|
173 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
174 | <Visible>False</Visible>
|
---|
175 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
176 | <Install>true</Install>
|
---|
177 | </BootstrapperPackage>
|
---|
178 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
179 | <Visible>False</Visible>
|
---|
180 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
181 | <Install>true</Install>
|
---|
182 | </BootstrapperPackage>
|
---|
183 | </ItemGroup>
|
---|
184 | <ItemGroup />
|
---|
185 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
186 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
187 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
188 | <Target Name="BeforeBuild">
|
---|
189 | </Target>
|
---|
190 | <Target Name="AfterBuild">
|
---|
191 | </Target>
|
---|
192 | -->
|
---|
193 | <PropertyGroup>
|
---|
194 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
195 | set ProjectDir=$(ProjectDir)
|
---|
196 | set SolutionDir=$(SolutionDir)
|
---|
197 | set Outdir=$(Outdir)
|
---|
198 |
|
---|
199 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
200 | </PropertyGroup>
|
---|
201 | <PropertyGroup>
|
---|
202 | <PostBuildEvent>
|
---|
203 | </PostBuildEvent>
|
---|
204 | </PropertyGroup>
|
---|
205 | </Project> |
---|