Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ProblemRefactoring/HeuristicLab.Problems.Knapsack.Views/3.3/HeuristicLab.Problems.Knapsack.Views-3.3.csproj @ 13364

Last change on this file since 13364 was 13364, checked in by mkommend, 8 years ago

#2521: Refactored IntegerVectorEncoding, KnapsackProblem, and P3.

File size: 9.8 KB
RevLine 
[3070]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[3070]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>
[11623]13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[6866]14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
[3070]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>
[3070]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>
[3070]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
[4065]47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]48    <Prefer32Bit>false</Prefer32Bit>
[3070]49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
[6866]53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3070]54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
[4065]57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]58    <Prefer32Bit>false</Prefer32Bit>
[3070]59  </PropertyGroup>
[3082]60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
[6866]62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3082]63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
[4065]67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]68    <Prefer32Bit>false</Prefer32Bit>
[3082]69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]71    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3082]72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
[4065]77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]78    <Prefer32Bit>false</Prefer32Bit>
[3082]79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
81    <DebugSymbols>true</DebugSymbols>
[6866]82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3082]83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x86</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
[4065]87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]88    <Prefer32Bit>false</Prefer32Bit>
[3082]89  </PropertyGroup>
90  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]91    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3082]92    <DefineConstants>TRACE</DefineConstants>
93    <Optimize>true</Optimize>
94    <DebugType>pdbonly</DebugType>
95    <PlatformTarget>x86</PlatformTarget>
96    <ErrorReport>prompt</ErrorReport>
[4065]97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]98    <Prefer32Bit>false</Prefer32Bit>
[3082]99  </PropertyGroup>
[3070]100  <ItemGroup>
101    <Reference Include="System" />
102    <Reference Include="System.Core">
103      <RequiredTargetFramework>3.5</RequiredTargetFramework>
104    </Reference>
105    <Reference Include="System.Drawing" />
106    <Reference Include="System.Windows.Forms" />
107    <Reference Include="System.Xml.Linq">
108      <RequiredTargetFramework>3.5</RequiredTargetFramework>
109    </Reference>
110    <Reference Include="System.Data.DataSetExtensions">
111      <RequiredTargetFramework>3.5</RequiredTargetFramework>
112    </Reference>
113    <Reference Include="System.Data" />
114    <Reference Include="System.Xml" />
115  </ItemGroup>
116  <ItemGroup>
[3467]117    <Compile Include="KnapsackSolutionView.cs">
118      <SubType>UserControl</SubType>
119    </Compile>
120    <Compile Include="KnapsackSolutionView.Designer.cs">
121      <DependentUpon>KnapsackSolutionView.cs</DependentUpon>
122    </Compile>
[6866]123    <Compile Include="Plugin.cs" />
[3166]124    <Compile Include="Properties\AssemblyInfo.cs" />
[3070]125  </ItemGroup>
126  <ItemGroup>
127    <None Include="HeuristicLab.snk" />
[6866]128    <None Include="Plugin.cs.frame" />
129    <None Include="Properties\AssemblyInfo.cs.frame" />
[3070]130  </ItemGroup>
131  <ItemGroup>
[3467]132    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
133      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
134      <Name>HeuristicLab.Common-3.3</Name>
[6866]135      <Private>False</Private>
[3467]136    </ProjectReference>
[3070]137    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
138      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
139      <Name>HeuristicLab.Core.Views-3.3</Name>
[6866]140      <Private>False</Private>
[3070]141    </ProjectReference>
142    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
143      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
144      <Name>HeuristicLab.Core-3.3</Name>
[6866]145      <Private>False</Private>
[3070]146    </ProjectReference>
[3467]147    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
148      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
149      <Name>HeuristicLab.Data-3.3</Name>
[6866]150      <Private>False</Private>
[3467]151    </ProjectReference>
152    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
153      <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project>
154      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
[6866]155      <Private>False</Private>
[3467]156    </ProjectReference>
[3437]157    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
[3070]158      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
[3437]159      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
[6866]160      <Private>False</Private>
[3070]161    </ProjectReference>
[3437]162    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
[3070]163      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
[3437]164      <Name>HeuristicLab.MainForm-3.3</Name>
[6866]165      <Private>False</Private>
[3070]166    </ProjectReference>
[13364]167    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
168      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
169      <Name>HeuristicLab.Optimization-3.3</Name>
170      <Private>False</Private>
171    </ProjectReference>
[3832]172    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[3070]173      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]174      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]175      <Private>False</Private>
[3070]176    </ProjectReference>
177    <ProjectReference Include="..\..\HeuristicLab.Problems.Knapsack\3.3\HeuristicLab.Problems.Knapsack-3.3.csproj">
178      <Project>{E10F395F-C8A6-48AD-B470-9AA7A1F43809}</Project>
179      <Name>HeuristicLab.Problems.Knapsack-3.3</Name>
[6866]180      <Private>False</Private>
[3070]181    </ProjectReference>
182  </ItemGroup>
[4065]183  <ItemGroup>
184    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
185      <Visible>False</Visible>
186      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
187      <Install>false</Install>
188    </BootstrapperPackage>
189    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
190      <Visible>False</Visible>
191      <ProductName>.NET Framework 3.5 SP1</ProductName>
192      <Install>true</Install>
193    </BootstrapperPackage>
194    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
195      <Visible>False</Visible>
196      <ProductName>Windows Installer 3.1</ProductName>
197      <Install>true</Install>
198    </BootstrapperPackage>
199  </ItemGroup>
[3070]200  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
201  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
202       Other similar extension points exist, see Microsoft.Common.targets.
203  <Target Name="BeforeBuild">
204  </Target>
205  <Target Name="AfterBuild">
206  </Target>
207  -->
208  <PropertyGroup>
[11623]209    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[3070]210set ProjectDir=$(ProjectDir)
211set SolutionDir=$(SolutionDir)
212set Outdir=$(Outdir)
213
214call PreBuildEvent.cmd
[6866]215</PreBuildEvent>
[11623]216    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]217export ProjectDir=$(ProjectDir)
218export SolutionDir=$(SolutionDir)
219
220$SolutionDir/PreBuildEvent.sh
221</PreBuildEvent>
[3070]222  </PropertyGroup>
223</Project>
Note: See TracBrowser for help on using the repository browser.