Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj @ 5142

Last change on this file since 5142 was 5142, checked in by swagner, 13 years ago

Migrated projects to .NET 4.0 (#1350)

File size: 11.1 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>
[5142]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile></TargetFrameworkProfile>
[2796]15    <FileAlignment>512</FileAlignment>
16    <SignAssembly>true</SignAssembly>
17    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]18    <FileUpgradeFlags>
19    </FileUpgradeFlags>
20    <OldToolsVersion>3.5</OldToolsVersion>
21    <UpgradeBackupLocation />
22    <PublishUrl>publish\</PublishUrl>
23    <Install>true</Install>
24    <InstallFrom>Disk</InstallFrom>
25    <UpdateEnabled>false</UpdateEnabled>
26    <UpdateMode>Foreground</UpdateMode>
27    <UpdateInterval>7</UpdateInterval>
28    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29    <UpdatePeriodically>false</UpdatePeriodically>
30    <UpdateRequired>false</UpdateRequired>
31    <MapFileExtensions>true</MapFileExtensions>
32    <ApplicationRevision>0</ApplicationRevision>
33    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34    <IsWebBootstrapper>false</IsWebBootstrapper>
35    <UseApplicationTrust>false</UseApplicationTrust>
36    <BootstrapperEnabled>true</BootstrapperEnabled>
[2796]37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
[4065]46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2796]47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
[3158]55    <DocumentationFile>bin\Release\HeuristicLab.Problems.TravelingSalesman.Views-3.3.xml</DocumentationFile>
[4065]56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2796]57  </PropertyGroup>
[2900]58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x86\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x86</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
[4065]65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
68    <OutputPath>bin\x86\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
[3158]70    <DocumentationFile>bin\x86\Release\HeuristicLab.Problems.TravelingSalesman.Views-3.3.xml</DocumentationFile>
[2900]71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x86</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
[4065]75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>bin\x64\Debug\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x64</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
[4065]84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
87    <OutputPath>bin\x64\Release\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
[3158]89    <DocumentationFile>bin\x64\Release\HeuristicLab.Problems.TravelingSalesman.Views-3.3.xml</DocumentationFile>
[2900]90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x64</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
[4065]94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]95  </PropertyGroup>
[2796]96  <ItemGroup>
97    <Reference Include="System" />
98    <Reference Include="System.Core">
99      <RequiredTargetFramework>3.5</RequiredTargetFramework>
100    </Reference>
[2805]101    <Reference Include="System.Drawing" />
102    <Reference Include="System.Windows.Forms" />
[2796]103    <Reference Include="System.Xml.Linq">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data.DataSetExtensions">
107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
108    </Reference>
109    <Reference Include="System.Data" />
110    <Reference Include="System.Xml" />
111  </ItemGroup>
112  <ItemGroup>
[3158]113    <Compile Include="HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs" />
[3107]114    <Compile Include="PathTSPTourView.cs">
115      <SubType>UserControl</SubType>
116    </Compile>
117    <Compile Include="PathTSPTourView.Designer.cs">
118      <DependentUpon>PathTSPTourView.cs</DependentUpon>
119    </Compile>
[3159]120    <Compile Include="TravelingSalesmanProblemView.cs">
121      <SubType>UserControl</SubType>
122    </Compile>
123    <Compile Include="TravelingSalesmanProblemView.Designer.cs">
124      <DependentUpon>TravelingSalesmanProblemView.cs</DependentUpon>
125    </Compile>
[3151]126    <Compile Include="TSPLIBImportDialog.cs">
127      <SubType>Form</SubType>
128    </Compile>
129    <Compile Include="TSPLIBImportDialog.Designer.cs">
130      <DependentUpon>TSPLIBImportDialog.cs</DependentUpon>
131    </Compile>
[2796]132    <Compile Include="Properties\AssemblyInfo.cs" />
133  </ItemGroup>
134  <ItemGroup>
135    <None Include="HeuristicLab.snk" />
[3158]136    <None Include="HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs.frame" />
[2796]137    <None Include="Properties\AssemblyInfo.frame" />
138  </ItemGroup>
139  <ItemGroup>
[2805]140    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
141      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
142      <Name>HeuristicLab.Collections-3.3</Name>
143    </ProjectReference>
[3702]144    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
[3151]145      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
[3702]146      <Name>HeuristicLab.Common.Resources-3.3</Name>
[3151]147    </ProjectReference>
[3384]148    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
149      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
150      <Name>HeuristicLab.Common-3.3</Name>
[3368]151    </ProjectReference>
[2805]152    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
153      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
154      <Name>HeuristicLab.Core.Views-3.3</Name>
155    </ProjectReference>
156    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
157      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
158      <Name>HeuristicLab.Core-3.3</Name>
159    </ProjectReference>
[3107]160    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
161      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
162      <Name>HeuristicLab.Data-3.3</Name>
163    </ProjectReference>
164    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
165      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
166      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
167    </ProjectReference>
[3437]168    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
[2805]169      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
[3437]170      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
[2805]171    </ProjectReference>
[3437]172    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
[2805]173      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
[3437]174      <Name>HeuristicLab.MainForm-3.3</Name>
[2805]175    </ProjectReference>
[2834]176    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
177      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
178      <Name>HeuristicLab.Optimization.Views-3.3</Name>
179    </ProjectReference>
180    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
181      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
182      <Name>HeuristicLab.Optimization-3.3</Name>
183    </ProjectReference>
[3153]184    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
185      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
186      <Name>HeuristicLab.Parameters-3.3</Name>
187    </ProjectReference>
[3832]188    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[2796]189      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]190      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[2796]191    </ProjectReference>
[3158]192    <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
193      <Project>{D767C38D-8014-46B0-9A32-03A3AECCE34A}</Project>
194      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
[2805]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
[3158]229SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs"</PreBuildEvent>
[2796]230  </PropertyGroup>
231</Project>
Note: See TracBrowser for help on using the repository browser.