Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Knapsack.Views/3.3/HeuristicLab.Problems.Knapsack.Views-3.3.csproj @ 3070

Last change on this file since 3070 was 3070, checked in by svonolfe, 14 years ago

Added the Knapsack problem to test the BinaryVector operators (#917)

File size: 5.7 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>{A9EE65D9-405B-4C9C-B470-FC911AAC541B}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Knapsack.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Knapsack.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  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="System" />
37    <Reference Include="System.Core">
38      <RequiredTargetFramework>3.5</RequiredTargetFramework>
39    </Reference>
40    <Reference Include="System.Drawing" />
41    <Reference Include="System.Windows.Forms" />
42    <Reference Include="System.Xml.Linq">
43      <RequiredTargetFramework>3.5</RequiredTargetFramework>
44    </Reference>
45    <Reference Include="System.Data.DataSetExtensions">
46      <RequiredTargetFramework>3.5</RequiredTargetFramework>
47    </Reference>
48    <Reference Include="System.Data" />
49    <Reference Include="System.Xml" />
50  </ItemGroup>
51  <ItemGroup>
52    <Compile Include="HeuristicLabProblemsKnapsackViewsPlugin.cs" />
53    <Compile Include="Properties\AssemblyInfo.cs" />
54    <Compile Include="KnapsackView.cs">
55      <SubType>UserControl</SubType>
56    </Compile>
57    <Compile Include="KnapsackView.Designer.cs">
58      <DependentUpon>KnapsackView.cs</DependentUpon>
59    </Compile>
60  </ItemGroup>
61  <ItemGroup>
62    <None Include="HeuristicLab.snk" />
63    <None Include="HeuristicLabProblemsKnapsackViewsPlugin.cs.frame" />
64    <None Include="Properties\AssemblyInfo.frame" />
65  </ItemGroup>
66  <ItemGroup>
67    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
68      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
69      <Name>HeuristicLab.Collections-3.3</Name>
70    </ProjectReference>
71    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
72      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
73      <Name>HeuristicLab.Core.Views-3.3</Name>
74    </ProjectReference>
75    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
76      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
77      <Name>HeuristicLab.Core-3.3</Name>
78    </ProjectReference>
79    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
80      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
81      <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
82    </ProjectReference>
83    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
84      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
85      <Name>HeuristicLab.MainForm-3.2</Name>
86    </ProjectReference>
87    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
88      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
89      <Name>HeuristicLab.Optimization.Views-3.3</Name>
90    </ProjectReference>
91    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
92      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
93      <Name>HeuristicLab.Optimization-3.3</Name>
94    </ProjectReference>
95    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
96      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
97      <Name>HeuristicLab.PluginInfrastructure</Name>
98    </ProjectReference>
99    <ProjectReference Include="..\..\HeuristicLab.Problems.Knapsack\3.3\HeuristicLab.Problems.Knapsack-3.3.csproj">
100      <Project>{E10F395F-C8A6-48AD-B470-9AA7A1F43809}</Project>
101      <Name>HeuristicLab.Problems.Knapsack-3.3</Name>
102    </ProjectReference>
103  </ItemGroup>
104  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
106       Other similar extension points exist, see Microsoft.Common.targets.
107  <Target Name="BeforeBuild">
108  </Target>
109  <Target Name="AfterBuild">
110  </Target>
111  -->
112  <PropertyGroup>
113    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
114set ProjectDir=$(ProjectDir)
115set SolutionDir=$(SolutionDir)
116set Outdir=$(Outdir)
117
118call PreBuildEvent.cmd
119SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsKnapsackViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsKnapsackViewsPlugin.cs"</PreBuildEvent>
120  </PropertyGroup>
121</Project>
Note: See TracBrowser for help on using the repository browser.