Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering.Views/3.3/HeuristicLab.Problems.Orienteering.Views-3.3.csproj @ 11235

Last change on this file since 11235 was 11235, checked in by pfleck, 10 years ago

#2208:

  • Implemented OrienteeringSolutionView
  • Fixed bug in tour cleanup
File size: 6.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{BBF2CCC8-4D87-4297-8E18-8241FF93F966}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.Orienteering.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.Orienteering.Views-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>..\..\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25    <DebugType>pdbonly</DebugType>
26    <Optimize>true</Optimize>
27    <OutputPath>..\..\bin\</OutputPath>
28    <DefineConstants>TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <PropertyGroup>
33    <SignAssembly>true</SignAssembly>
34  </PropertyGroup>
35  <PropertyGroup>
36    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
37  </PropertyGroup>
38  <ItemGroup>
39    <Reference Include="System" />
40    <Reference Include="System.Core" />
41    <Reference Include="System.Data" />
42    <Reference Include="System.Drawing" />
43    <Reference Include="System.Windows.Forms" />
44    <Reference Include="System.Xml" />
45  </ItemGroup>
46  <ItemGroup>
47    <Compile Include="OrienteeringProblemView.cs">
48      <SubType>UserControl</SubType>
49    </Compile>
50    <Compile Include="OrienteeringProblemView.Designer.cs">
51      <DependentUpon>OrienteeringProblemView.cs</DependentUpon>
52    </Compile>
53    <Compile Include="OrienteeringSolutionView.cs">
54      <SubType>UserControl</SubType>
55    </Compile>
56    <Compile Include="OrienteeringSolutionView.Designer.cs">
57      <DependentUpon>OrienteeringSolutionView.cs</DependentUpon>
58    </Compile>
59    <Compile Include="Plugin.cs" />
60    <Compile Include="Properties\AssemblyInfo.cs" />
61  </ItemGroup>
62  <ItemGroup>
63    <None Include="HeuristicLab.snk" />
64    <None Include="Plugin.cs.frame" />
65    <None Include="Properties\AssemblyInfo.cs.frame" />
66  </ItemGroup>
67  <ItemGroup>
68    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
69      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
70      <Name>HeuristicLab.Common-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.Data\3.3\HeuristicLab.Data-3.3.csproj">
81      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
82      <Name>HeuristicLab.Data-3.3</Name>
83    </ProjectReference>
84    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
85      <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
86      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
87    </ProjectReference>
88    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
89      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
90      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
91    </ProjectReference>
92    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
93      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
94      <Name>HeuristicLab.MainForm-3.3</Name>
95    </ProjectReference>
96    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
97      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
98      <Name>HeuristicLab.Optimization.Views-3.3</Name>
99    </ProjectReference>
100    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
101      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
102      <Name>HeuristicLab.Optimization-3.3</Name>
103    </ProjectReference>
104    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
105      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
106      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
107    </ProjectReference>
108    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
109      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
110      <Name>HeuristicLab.Problems.Instances-3.3</Name>
111    </ProjectReference>
112    <ProjectReference Include="..\..\HeuristicLab.Problems.Orienteering\3.3\HeuristicLab.Problems.Orienteering-3.3.csproj">
113      <Project>{D1EFA4CC-909F-41D5-9C1F-C3AF1957A372}</Project>
114      <Name>HeuristicLab.Problems.Orienteering-3.3</Name>
115    </ProjectReference>
116  </ItemGroup>
117  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
118  <PropertyGroup>
119    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
120set ProjectDir=$(ProjectDir)
121set SolutionDir=$(SolutionDir)
122set Outdir=$(Outdir)
123
124call PreBuildEvent.cmd
125</PreBuildEvent>
126  </PropertyGroup>
127  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
128       Other similar extension points exist, see Microsoft.Common.targets.
129  <Target Name="BeforeBuild">
130  </Target>
131  <Target Name="AfterBuild">
132  </Target>
133  -->
134</Project>
Note: See TracBrowser for help on using the repository browser.