[7231] | 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>{683C29F1-9A43-4998-B58A-C477B86B7A64}</ProjectGuid>
|
---|
| 9 | <OutputType>Exe</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>VRPProblemAnalyzer</RootNamespace>
|
---|
| 12 | <AssemblyName>VRPProblemAnalyzer</AssemblyName>
|
---|
[11626] | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
| 14 | <TargetFrameworkProfile>
|
---|
| 15 | </TargetFrameworkProfile>
|
---|
[7231] | 16 | <FileAlignment>512</FileAlignment>
|
---|
| 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 19 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 20 | <DebugSymbols>true</DebugSymbols>
|
---|
| 21 | <DebugType>full</DebugType>
|
---|
| 22 | <Optimize>false</Optimize>
|
---|
[7232] | 23 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
[7231] | 24 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 25 | <ErrorReport>prompt</ErrorReport>
|
---|
| 26 | <WarningLevel>4</WarningLevel>
|
---|
[11626] | 27 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7231] | 28 | </PropertyGroup>
|
---|
| 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 30 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 31 | <DebugType>pdbonly</DebugType>
|
---|
| 32 | <Optimize>true</Optimize>
|
---|
[7232] | 33 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
[7231] | 34 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 35 | <ErrorReport>prompt</ErrorReport>
|
---|
| 36 | <WarningLevel>4</WarningLevel>
|
---|
[11626] | 37 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7231] | 38 | </PropertyGroup>
|
---|
[7232] | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
| 45 | <CodeAnalysisLogFile>bin\Debug\VRPProblemAnalyzer.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 46 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 47 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 48 | <ErrorReport>prompt</ErrorReport>
|
---|
| 49 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 50 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 51 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 52 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 53 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11626] | 54 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7232] | 55 | </PropertyGroup>
|
---|
| 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
---|
| 57 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 58 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 59 | <Optimize>true</Optimize>
|
---|
| 60 | <DebugType>pdbonly</DebugType>
|
---|
| 61 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
| 62 | <CodeAnalysisLogFile>bin\Release\VRPProblemAnalyzer.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 63 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 64 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 65 | <ErrorReport>prompt</ErrorReport>
|
---|
| 66 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 67 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 68 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 69 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 70 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11626] | 71 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7232] | 72 | </PropertyGroup>
|
---|
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 74 | <DebugSymbols>true</DebugSymbols>
|
---|
| 75 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 76 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 77 | <DebugType>full</DebugType>
|
---|
| 78 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 79 | <CodeAnalysisLogFile>bin\Debug\VRPProblemAnalyzer.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 80 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 81 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 82 | <ErrorReport>prompt</ErrorReport>
|
---|
| 83 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 84 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 85 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 86 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 87 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11626] | 88 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7232] | 89 | </PropertyGroup>
|
---|
| 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 91 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 92 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 93 | <Optimize>true</Optimize>
|
---|
| 94 | <DebugType>pdbonly</DebugType>
|
---|
| 95 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 96 | <CodeAnalysisLogFile>bin\Release\VRPProblemAnalyzer.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 97 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 98 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 99 | <ErrorReport>prompt</ErrorReport>
|
---|
| 100 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 101 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 102 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 103 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 104 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11626] | 105 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[7232] | 106 | </PropertyGroup>
|
---|
[7231] | 107 | <ItemGroup>
|
---|
[12818] | 108 | <Reference Include="ALGLIB-3.7.0">
|
---|
| 109 | <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
|
---|
[7231] | 110 | </Reference>
|
---|
| 111 | <Reference Include="System" />
|
---|
| 112 | <Reference Include="System.Core" />
|
---|
[7316] | 113 | <Reference Include="System.Drawing" />
|
---|
| 114 | <Reference Include="System.Windows.Forms" />
|
---|
| 115 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
[7231] | 116 | <Reference Include="System.Xml.Linq" />
|
---|
| 117 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 118 | <Reference Include="Microsoft.CSharp" />
|
---|
| 119 | <Reference Include="System.Data" />
|
---|
| 120 | <Reference Include="System.Xml" />
|
---|
| 121 | </ItemGroup>
|
---|
| 122 | <ItemGroup>
|
---|
[7315] | 123 | <Compile Include="EnumerableExtensions.cs" />
|
---|
[7316] | 124 | <Compile Include="PictureGenerator.cs" />
|
---|
[7315] | 125 | <Compile Include="PointD.cs" />
|
---|
| 126 | <Compile Include="DepotExcentricityCalculator.cs" />
|
---|
[7231] | 127 | <Compile Include="KMeansClustering.cs" />
|
---|
| 128 | <Compile Include="Program.cs" />
|
---|
| 129 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[7316] | 130 | <Compile Include="SolutionParser.cs" />
|
---|
[7231] | 131 | <Compile Include="TSPLIBParser.cs" />
|
---|
[7315] | 132 | <Compile Include="Utils.cs" />
|
---|
[7231] | 133 | </ItemGroup>
|
---|
[11626] | 134 | <ItemGroup>
|
---|
| 135 | <None Include="app.config" />
|
---|
| 136 | </ItemGroup>
|
---|
[7231] | 137 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 138 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 139 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 140 | <Target Name="BeforeBuild">
|
---|
| 141 | </Target>
|
---|
| 142 | <Target Name="AfterBuild">
|
---|
| 143 | </Target>
|
---|
| 144 | -->
|
---|
| 145 | </Project> |
---|