Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.TSP.Views/3.3/HeuristicLab.Problems.TSP.Views-3.3.csproj @ 2888

Last change on this file since 2888 was 2888, checked in by swagner, 14 years ago

Operator architecture refactoring (#95)

  • renamed HeuristicLab.SGA to HeuristicLab.Algorithms.SGA
File size: 5.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>
8    <ProjectGuid>{DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.TSP.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.TSP.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>bin\Release\HeuristicLab.Problems.TSP.Views-3.3.xml</DocumentationFile>
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="System" />
38    <Reference Include="System.Core">
39      <RequiredTargetFramework>3.5</RequiredTargetFramework>
40    </Reference>
41    <Reference Include="System.Drawing" />
42    <Reference Include="System.Windows.Forms" />
43    <Reference Include="System.Xml.Linq">
44      <RequiredTargetFramework>3.5</RequiredTargetFramework>
45    </Reference>
46    <Reference Include="System.Data.DataSetExtensions">
47      <RequiredTargetFramework>3.5</RequiredTargetFramework>
48    </Reference>
49    <Reference Include="System.Data" />
50    <Reference Include="System.Xml" />
51  </ItemGroup>
52  <ItemGroup>
53    <Compile Include="HeuristicLabProblemsTSPViewsPlugin.cs" />
54    <Compile Include="TSPView.cs">
55      <SubType>UserControl</SubType>
56    </Compile>
57    <Compile Include="TSPView.Designer.cs">
58      <DependentUpon>TSPView.cs</DependentUpon>
59    </Compile>
60    <Compile Include="Properties\AssemblyInfo.cs" />
61  </ItemGroup>
62  <ItemGroup>
63    <None Include="HeuristicLab.snk" />
64    <None Include="HeuristicLabProblemsTSPViewsPlugin.cs.frame" />
65    <None Include="Properties\AssemblyInfo.frame" />
66  </ItemGroup>
67  <ItemGroup>
68    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
69      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
70      <Name>HeuristicLab.Collections-3.3</Name>
71    </ProjectReference>
72    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
73      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
74      <Name>HeuristicLab.Core.Views-3.3</Name>
75    </ProjectReference>
76    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
77      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
78      <Name>HeuristicLab.Core-3.3</Name>
79    </ProjectReference>
80    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
81      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
82      <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
83    </ProjectReference>
84    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
85      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
86      <Name>HeuristicLab.MainForm-3.2</Name>
87    </ProjectReference>
88    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
89      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
90      <Name>HeuristicLab.Optimization.Views-3.3</Name>
91    </ProjectReference>
92    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
93      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
94      <Name>HeuristicLab.Optimization-3.3</Name>
95    </ProjectReference>
96    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
97      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
98      <Name>HeuristicLab.PluginInfrastructure</Name>
99    </ProjectReference>
100    <ProjectReference Include="..\..\HeuristicLab.Problems.TSP\3.3\HeuristicLab.Problems.TSP-3.3.csproj">
101      <Project>{600287A3-8714-453E-B875-A05F3EB72315}</Project>
102      <Name>HeuristicLab.Problems.TSP-3.3</Name>
103    </ProjectReference>
104  </ItemGroup>
105  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
107       Other similar extension points exist, see Microsoft.Common.targets.
108  <Target Name="BeforeBuild">
109  </Target>
110  <Target Name="AfterBuild">
111  </Target>
112  -->
113  <PropertyGroup>
114    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
115set ProjectDir=$(ProjectDir)
116set SolutionDir=$(SolutionDir)
117set Outdir=$(Outdir)
118
119call PreBuildEvent.cmd
120SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsTSPViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsTSPViewsPlugin.cs"</PreBuildEvent>
121  </PropertyGroup>
122</Project>
Note: See TracBrowser for help on using the repository browser.