[4359] | 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)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
[4361] | 8 | <ProjectGuid>{7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}</ProjectGuid>
|
---|
[4359] | 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.VehicleRouting.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.VehicleRouting.Views-3.4</AssemblyName>
|
---|
[5867] | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
[4359] | 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | <FileUpgradeFlags>
|
---|
| 18 | </FileUpgradeFlags>
|
---|
| 19 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 20 | <UpgradeBackupLocation />
|
---|
| 21 | <PublishUrl>publish\</PublishUrl>
|
---|
| 22 | <Install>true</Install>
|
---|
| 23 | <InstallFrom>Disk</InstallFrom>
|
---|
| 24 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 25 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 26 | <UpdateInterval>7</UpdateInterval>
|
---|
| 27 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 28 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 29 | <UpdateRequired>false</UpdateRequired>
|
---|
| 30 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 31 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 32 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 33 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 34 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 35 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[5867] | 36 | <TargetFrameworkProfile />
|
---|
[4359] | 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 39 | <DebugSymbols>true</DebugSymbols>
|
---|
| 40 | <DebugType>full</DebugType>
|
---|
| 41 | <Optimize>false</Optimize>
|
---|
[7088] | 42 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4359] | 43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 44 | <ErrorReport>prompt</ErrorReport>
|
---|
| 45 | <WarningLevel>4</WarningLevel>
|
---|
| 46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 47 | </PropertyGroup>
|
---|
| 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 49 | <DebugType>pdbonly</DebugType>
|
---|
| 50 | <Optimize>true</Optimize>
|
---|
[7090] | 51 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4359] | 52 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 53 | <ErrorReport>prompt</ErrorReport>
|
---|
| 54 | <WarningLevel>4</WarningLevel>
|
---|
| 55 | <DocumentationFile>bin\Release\HeuristicLab.Problems.VehicleRouting.Views-3.4.xml</DocumentationFile>
|
---|
| 56 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 57 | </PropertyGroup>
|
---|
| 58 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 59 | <DebugSymbols>true</DebugSymbols>
|
---|
[7090] | 60 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4359] | 61 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 62 | <DebugType>full</DebugType>
|
---|
| 63 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 64 | <ErrorReport>prompt</ErrorReport>
|
---|
| 65 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 66 | </PropertyGroup>
|
---|
| 67 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[7090] | 68 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4359] | 69 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 70 | <DocumentationFile>bin\x86\Release\HeuristicLab.Problems.VehicleRouting.Views-3.4.xml</DocumentationFile>
|
---|
| 71 | <Optimize>true</Optimize>
|
---|
| 72 | <DebugType>pdbonly</DebugType>
|
---|
| 73 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 74 | <ErrorReport>prompt</ErrorReport>
|
---|
| 75 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 76 | </PropertyGroup>
|
---|
| 77 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 78 | <DebugSymbols>true</DebugSymbols>
|
---|
[7090] | 79 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4359] | 80 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 81 | <DebugType>full</DebugType>
|
---|
| 82 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 83 | <ErrorReport>prompt</ErrorReport>
|
---|
| 84 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 85 | </PropertyGroup>
|
---|
| 86 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[7090] | 87 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4359] | 88 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 89 | <DocumentationFile>bin\x64\Release\HeuristicLab.Problems.VehicleRouting.Views-3.4.xml</DocumentationFile>
|
---|
| 90 | <Optimize>true</Optimize>
|
---|
| 91 | <DebugType>pdbonly</DebugType>
|
---|
| 92 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 93 | <ErrorReport>prompt</ErrorReport>
|
---|
| 94 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 95 | </PropertyGroup>
|
---|
| 96 | <ItemGroup>
|
---|
[6970] | 97 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
[7088] | 98 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 99 | <Private>False</Private>
|
---|
[6970] | 100 | </Reference>
|
---|
| 101 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
[7088] | 102 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 103 | <Private>False</Private>
|
---|
[6970] | 104 | </Reference>
|
---|
| 105 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
[7088] | 106 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 107 | <Private>False</Private>
|
---|
[6970] | 108 | </Reference>
|
---|
| 109 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
[7088] | 110 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 111 | <Private>False</Private>
|
---|
[6970] | 112 | </Reference>
|
---|
| 113 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
[7088] | 114 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
| 115 | <Private>False</Private>
|
---|
[6970] | 116 | </Reference>
|
---|
| 117 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
[7088] | 118 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 119 | <Private>False</Private>
|
---|
[6970] | 120 | </Reference>
|
---|
| 121 | <Reference Include="HeuristicLab.Data.Views-3.3">
|
---|
[7088] | 122 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
| 123 | <Private>False</Private>
|
---|
[6970] | 124 | </Reference>
|
---|
| 125 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
[7088] | 126 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 127 | <Private>False</Private>
|
---|
[6970] | 128 | </Reference>
|
---|
| 129 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
[7088] | 130 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
| 131 | <Private>False</Private>
|
---|
[6970] | 132 | </Reference>
|
---|
| 133 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
[7088] | 134 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
| 135 | <Private>False</Private>
|
---|
[6970] | 136 | </Reference>
|
---|
| 137 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
[7088] | 138 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 139 | <Private>False</Private>
|
---|
[6970] | 140 | </Reference>
|
---|
| 141 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
[7088] | 142 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 143 | <Private>False</Private>
|
---|
[6970] | 144 | </Reference>
|
---|
| 145 | <Reference Include="HeuristicLab.Optimization.Views-3.3">
|
---|
[7088] | 146 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
| 147 | <Private>False</Private>
|
---|
[6970] | 148 | </Reference>
|
---|
| 149 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
[7088] | 150 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 151 | <Private>False</Private>
|
---|
[6970] | 152 | </Reference>
|
---|
| 153 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
[7088] | 154 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 155 | <Private>False</Private>
|
---|
[6970] | 156 | </Reference>
|
---|
| 157 | <Reference Include="HeuristicLab.Persistence.GUI-3.3">
|
---|
[7088] | 158 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence.GUI-3.3.dll</HintPath>
|
---|
| 159 | <Private>False</Private>
|
---|
[6970] | 160 | </Reference>
|
---|
| 161 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
[7088] | 162 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 163 | <Private>False</Private>
|
---|
[6970] | 164 | </Reference>
|
---|
[4359] | 165 | <Reference Include="System" />
|
---|
| 166 | <Reference Include="System.Core">
|
---|
| 167 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 168 | </Reference>
|
---|
| 169 | <Reference Include="System.Drawing" />
|
---|
| 170 | <Reference Include="System.Windows.Forms" />
|
---|
| 171 | <Reference Include="System.Xml.Linq">
|
---|
| 172 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 173 | </Reference>
|
---|
| 174 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 175 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 176 | </Reference>
|
---|
| 177 | <Reference Include="System.Data" />
|
---|
| 178 | <Reference Include="System.Xml" />
|
---|
| 179 | </ItemGroup>
|
---|
| 180 | <ItemGroup>
|
---|
[7088] | 181 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[6856] | 182 | <Compile Include="MDCVRPPDTWView.cs">
|
---|
| 183 | <SubType>UserControl</SubType>
|
---|
| 184 | </Compile>
|
---|
| 185 | <Compile Include="MDCVRPPDTWView.Designer.cs">
|
---|
| 186 | <DependentUpon>MDCVRPPDTWView.cs</DependentUpon>
|
---|
| 187 | </Compile>
|
---|
[6854] | 188 | <Compile Include="MDCVRPTWView.cs">
|
---|
| 189 | <SubType>UserControl</SubType>
|
---|
| 190 | </Compile>
|
---|
| 191 | <Compile Include="MDCVRPTWView.Designer.cs">
|
---|
| 192 | <DependentUpon>MDCVRPTWView.cs</DependentUpon>
|
---|
| 193 | </Compile>
|
---|
[6851] | 194 | <Compile Include="MultiDepotVRPView.cs">
|
---|
| 195 | <SubType>UserControl</SubType>
|
---|
| 196 | </Compile>
|
---|
| 197 | <Compile Include="MultiDepotVRPView.Designer.cs">
|
---|
| 198 | <DependentUpon>MultiDepotVRPView.cs</DependentUpon>
|
---|
| 199 | </Compile>
|
---|
[6710] | 200 | <Compile Include="CVRPPDTWView.cs">
|
---|
| 201 | <SubType>UserControl</SubType>
|
---|
| 202 | </Compile>
|
---|
| 203 | <Compile Include="CVRPPDTWView.Designer.cs">
|
---|
| 204 | <DependentUpon>CVRPPDTWView.cs</DependentUpon>
|
---|
| 205 | </Compile>
|
---|
[4374] | 206 | <Compile Include="CVRPTWView.cs">
|
---|
| 207 | <SubType>UserControl</SubType>
|
---|
| 208 | </Compile>
|
---|
| 209 | <Compile Include="CVRPTWView.Designer.cs">
|
---|
| 210 | <DependentUpon>CVRPTWView.cs</DependentUpon>
|
---|
| 211 | </Compile>
|
---|
[7088] | 212 | <Compile Include="Plugin.cs" />
|
---|
[4374] | 213 | <Compile Include="SingleDepotVRPView.cs">
|
---|
| 214 | <SubType>UserControl</SubType>
|
---|
| 215 | </Compile>
|
---|
| 216 | <Compile Include="SingleDepotVRPView.Designer.cs">
|
---|
| 217 | <DependentUpon>SingleDepotVRPView.cs</DependentUpon>
|
---|
| 218 | </Compile>
|
---|
[4860] | 219 | <Compile Include="VRPImportDialog.cs">
|
---|
| 220 | <SubType>Form</SubType>
|
---|
| 221 | </Compile>
|
---|
| 222 | <Compile Include="VRPImportDialog.Designer.cs">
|
---|
| 223 | <DependentUpon>VRPImportDialog.cs</DependentUpon>
|
---|
| 224 | </Compile>
|
---|
[4374] | 225 | <Compile Include="VRPProblemInstanceView.cs">
|
---|
| 226 | <SubType>UserControl</SubType>
|
---|
| 227 | </Compile>
|
---|
| 228 | <Compile Include="VRPProblemInstanceView.Designer.cs">
|
---|
| 229 | <DependentUpon>VRPProblemInstanceView.cs</DependentUpon>
|
---|
| 230 | </Compile>
|
---|
[4362] | 231 | <Compile Include="VehicleRoutingProblemView.cs">
|
---|
| 232 | <SubType>UserControl</SubType>
|
---|
| 233 | </Compile>
|
---|
| 234 | <Compile Include="VehicleRoutingProblemView.Designer.cs">
|
---|
| 235 | <DependentUpon>VehicleRoutingProblemView.cs</DependentUpon>
|
---|
| 236 | </Compile>
|
---|
[4374] | 237 | <Compile Include="VRPSolutionView.cs">
|
---|
| 238 | <SubType>UserControl</SubType>
|
---|
| 239 | </Compile>
|
---|
| 240 | <Compile Include="VRPSolutionView.Designer.cs">
|
---|
| 241 | <DependentUpon>VRPSolutionView.cs</DependentUpon>
|
---|
| 242 | </Compile>
|
---|
[4359] | 243 | </ItemGroup>
|
---|
| 244 | <ItemGroup>
|
---|
[7088] | 245 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[4359] | 246 | <None Include="HeuristicLab.snk" />
|
---|
[7088] | 247 | <None Include="Plugin.cs.frame" />
|
---|
[4359] | 248 | </ItemGroup>
|
---|
| 249 | <ItemGroup>
|
---|
| 250 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 251 | <Visible>False</Visible>
|
---|
| 252 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 253 | <Install>false</Install>
|
---|
| 254 | </BootstrapperPackage>
|
---|
| 255 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 256 | <Visible>False</Visible>
|
---|
| 257 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 258 | <Install>true</Install>
|
---|
| 259 | </BootstrapperPackage>
|
---|
| 260 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 261 | <Visible>False</Visible>
|
---|
| 262 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 263 | <Install>true</Install>
|
---|
| 264 | </BootstrapperPackage>
|
---|
| 265 | </ItemGroup>
|
---|
[7088] | 266 | <ItemGroup>
|
---|
| 267 | <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting\3.4\HeuristicLab.Problems.VehicleRouting-3.4.csproj">
|
---|
| 268 | <Project>{B94FFB82-43D4-40AB-9980-B03470ADF221}</Project>
|
---|
| 269 | <Name>HeuristicLab.Problems.VehicleRouting-3.4</Name>
|
---|
| 270 | <Private>False</Private>
|
---|
| 271 | </ProjectReference>
|
---|
| 272 | </ItemGroup>
|
---|
[4359] | 273 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 274 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 275 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 276 | <Target Name="BeforeBuild">
|
---|
| 277 | </Target>
|
---|
| 278 | <Target Name="AfterBuild">
|
---|
| 279 | </Target>
|
---|
| 280 | -->
|
---|
| 281 | <PropertyGroup>
|
---|
| 282 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 283 | set ProjectDir=$(ProjectDir)
|
---|
| 284 | set SolutionDir=$(SolutionDir)
|
---|
| 285 | set Outdir=$(Outdir)
|
---|
| 286 |
|
---|
[7088] | 287 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[4359] | 288 | </PropertyGroup>
|
---|
[6970] | 289 | <PropertyGroup>
|
---|
[7088] | 290 | <PostBuildEvent>
|
---|
| 291 | </PostBuildEvent>
|
---|
[6970] | 292 | </PropertyGroup>
|
---|
[4359] | 293 | </Project> |
---|