Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj @ 7754

Last change on this file since 7754 was 7754, checked in by sforsten, 12 years ago

#1784:

  • deleted not used interface and view
  • changed the superclass of TSPLIBTSPInstanceProviderView to ProblemInstanceProviderViewGeneric
  • deleted the Location change in the designer files of TravelingSalesmanProlemView and QuadraticAssignmentProblemView
  • set all references to CopyLocal false
File size: 10.9 KB
RevLine 
[2796]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[2796]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>
[3158]8    <ProjectGuid>{CDA28124-ACD0-4231-8EB0-C510B361F84E}</ProjectGuid>
[2796]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
[3158]11    <RootNamespace>HeuristicLab.Problems.TravelingSalesman.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.TravelingSalesman.Views-3.3</AssemblyName>
[5832]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
[2796]16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
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>
[2796]38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
[6866]43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2796]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
[4065]47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2796]48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
[7754]52    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[2796]53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
[6866]56    <DocumentationFile>
57    </DocumentationFile>
[4065]58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2796]59  </PropertyGroup>
[2900]60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
61    <DebugSymbols>true</DebugSymbols>
[6866]62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2900]63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
[4065]67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]70    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2900]71    <DefineConstants>TRACE</DefineConstants>
[6866]72    <DocumentationFile>
73    </DocumentationFile>
[2900]74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
[4065]78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
81    <DebugSymbols>true</DebugSymbols>
[6866]82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2900]83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x64</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
[4065]87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]88  </PropertyGroup>
89  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]90    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2900]91    <DefineConstants>TRACE</DefineConstants>
[6866]92    <DocumentationFile>
93    </DocumentationFile>
[2900]94    <Optimize>true</Optimize>
95    <DebugType>pdbonly</DebugType>
96    <PlatformTarget>x64</PlatformTarget>
97    <ErrorReport>prompt</ErrorReport>
[4065]98    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]99  </PropertyGroup>
[2796]100  <ItemGroup>
[7754]101    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
106      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
110      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
114      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
118      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
119      <Private>False</Private>
120    </Reference>
121    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
131      <Private>False</Private>
132    </Reference>
133    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
138      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
139      <Private>False</Private>
140    </Reference>
141    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
142      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
143      <Private>False</Private>
144    </Reference>
145    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
146      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
147      <Private>False</Private>
148    </Reference>
[2796]149    <Reference Include="System" />
150    <Reference Include="System.Core">
151      <RequiredTargetFramework>3.5</RequiredTargetFramework>
152    </Reference>
[2805]153    <Reference Include="System.Drawing" />
154    <Reference Include="System.Windows.Forms" />
[2796]155    <Reference Include="System.Xml.Linq">
156      <RequiredTargetFramework>3.5</RequiredTargetFramework>
157    </Reference>
158    <Reference Include="System.Data.DataSetExtensions">
159      <RequiredTargetFramework>3.5</RequiredTargetFramework>
160    </Reference>
161    <Reference Include="System.Data" />
162    <Reference Include="System.Xml" />
163  </ItemGroup>
164  <ItemGroup>
[3107]165    <Compile Include="PathTSPTourView.cs">
166      <SubType>UserControl</SubType>
167    </Compile>
168    <Compile Include="PathTSPTourView.Designer.cs">
169      <DependentUpon>PathTSPTourView.cs</DependentUpon>
170    </Compile>
[6866]171    <Compile Include="Plugin.cs" />
[3159]172    <Compile Include="TravelingSalesmanProblemView.cs">
173      <SubType>UserControl</SubType>
174    </Compile>
175    <Compile Include="TravelingSalesmanProblemView.Designer.cs">
176      <DependentUpon>TravelingSalesmanProblemView.cs</DependentUpon>
177    </Compile>
[2796]178    <Compile Include="Properties\AssemblyInfo.cs" />
179  </ItemGroup>
180  <ItemGroup>
181    <None Include="HeuristicLab.snk" />
[6866]182    <None Include="Plugin.cs.frame" />
183    <None Include="Properties\AssemblyInfo.cs.frame" />
[2796]184  </ItemGroup>
185  <ItemGroup>
[2834]186    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
187      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
188      <Name>HeuristicLab.Optimization.Views-3.3</Name>
[6866]189      <Private>False</Private>
[2834]190    </ProjectReference>
[7558]191    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
192      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
193      <Name>HeuristicLab.Problems.Instances-3.3</Name>
[7646]194      <Private>False</Private>
[7558]195    </ProjectReference>
[2796]196  </ItemGroup>
[4065]197  <ItemGroup>
198    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
199      <Visible>False</Visible>
200      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
201      <Install>false</Install>
202    </BootstrapperPackage>
203    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
204      <Visible>False</Visible>
205      <ProductName>.NET Framework 3.5 SP1</ProductName>
206      <Install>true</Install>
207    </BootstrapperPackage>
208    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
209      <Visible>False</Visible>
210      <ProductName>Windows Installer 3.1</ProductName>
211      <Install>true</Install>
212    </BootstrapperPackage>
213  </ItemGroup>
[2796]214  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
215  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
216       Other similar extension points exist, see Microsoft.Common.targets.
217  <Target Name="BeforeBuild">
218  </Target>
219  <Target Name="AfterBuild">
220  </Target>
221  -->
222  <PropertyGroup>
223    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
224set ProjectDir=$(ProjectDir)
225set SolutionDir=$(SolutionDir)
226set Outdir=$(Outdir)
227
228call PreBuildEvent.cmd
[6866]229</PreBuildEvent>
[2796]230  </PropertyGroup>
231</Project>
Note: See TracBrowser for help on using the repository browser.