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>
|
---|
13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
14 | <TargetFrameworkProfile>
|
---|
15 | </TargetFrameworkProfile>
|
---|
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>
|
---|
23 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
24 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
25 | <ErrorReport>prompt</ErrorReport>
|
---|
26 | <WarningLevel>4</WarningLevel>
|
---|
27 | <Prefer32Bit>false</Prefer32Bit>
|
---|
28 | </PropertyGroup>
|
---|
29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
30 | <PlatformTarget>x86</PlatformTarget>
|
---|
31 | <DebugType>pdbonly</DebugType>
|
---|
32 | <Optimize>true</Optimize>
|
---|
33 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
34 | <DefineConstants>TRACE</DefineConstants>
|
---|
35 | <ErrorReport>prompt</ErrorReport>
|
---|
36 | <WarningLevel>4</WarningLevel>
|
---|
37 | <Prefer32Bit>false</Prefer32Bit>
|
---|
38 | </PropertyGroup>
|
---|
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>
|
---|
54 | <Prefer32Bit>false</Prefer32Bit>
|
---|
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>
|
---|
71 | <Prefer32Bit>false</Prefer32Bit>
|
---|
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>
|
---|
88 | <Prefer32Bit>false</Prefer32Bit>
|
---|
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>
|
---|
105 | <Prefer32Bit>false</Prefer32Bit>
|
---|
106 | </PropertyGroup>
|
---|
107 | <ItemGroup>
|
---|
108 | <Reference Include="ALGLIB-3.7.0">
|
---|
109 | <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
|
---|
110 | </Reference>
|
---|
111 | <Reference Include="System" />
|
---|
112 | <Reference Include="System.Core" />
|
---|
113 | <Reference Include="System.Drawing" />
|
---|
114 | <Reference Include="System.Windows.Forms" />
|
---|
115 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
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>
|
---|
123 | <Compile Include="EnumerableExtensions.cs" />
|
---|
124 | <Compile Include="PictureGenerator.cs" />
|
---|
125 | <Compile Include="PointD.cs" />
|
---|
126 | <Compile Include="DepotExcentricityCalculator.cs" />
|
---|
127 | <Compile Include="KMeansClustering.cs" />
|
---|
128 | <Compile Include="Program.cs" />
|
---|
129 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
130 | <Compile Include="SolutionParser.cs" />
|
---|
131 | <Compile Include="TSPLIBParser.cs" />
|
---|
132 | <Compile Include="Utils.cs" />
|
---|
133 | </ItemGroup>
|
---|
134 | <ItemGroup>
|
---|
135 | <None Include="app.config" />
|
---|
136 | </ItemGroup>
|
---|
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> |
---|