Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Views/3.4/HeuristicLab.Problems.Instances.Views-3.4.csproj @ 7664

Last change on this file since 7664 was 7664, checked in by sforsten, 12 years ago

#1784:

  • added Keijzer, Korns, Vladislavleva und Nguyen regression problem instances
  • changes have been made in the ProblemView. Some parts have been replaced with views from Problems.Instances.Views
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{1BFDCC58-E228-46DE-A36E-8503194B434D}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances.Views-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
19    <PlatformTarget>x86</PlatformTarget>
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>bin\Debug\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
29    <PlatformTarget>x86</PlatformTarget>
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <PropertyGroup>
38    <SignAssembly>true</SignAssembly>
39  </PropertyGroup>
40  <PropertyGroup>
41    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
42  </PropertyGroup>
43  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
44    <PlatformTarget>AnyCPU</PlatformTarget>
45    <OutputPath>bin\Debug\</OutputPath>
46  </PropertyGroup>
47  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
48    <PlatformTarget>AnyCPU</PlatformTarget>
49    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
50  </PropertyGroup>
51  <PropertyGroup>
52    <StartupObject />
53  </PropertyGroup>
54  <ItemGroup>
55    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
56    <Reference Include="HeuristicLab.Common.Resources-3.3">
57      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
58    </Reference>
59    <Reference Include="HeuristicLab.MainForm-3.3">
60      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
63      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
64    </Reference>
65    <Reference Include="HeuristicLab.Optimization-3.3">
66      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
67    </Reference>
68    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
69      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
70    </Reference>
71    <Reference Include="System" />
72    <Reference Include="System.Core" />
73    <Reference Include="System.Xml.Linq" />
74    <Reference Include="System.Data.DataSetExtensions" />
75    <Reference Include="Microsoft.CSharp" />
76    <Reference Include="System.Data" />
77    <Reference Include="System.Drawing" />
78    <Reference Include="System.Windows.Forms" />
79    <Reference Include="System.Xml" />
80  </ItemGroup>
81  <ItemGroup>
82    <Compile Include="ProblemInstanceConsumerView.cs">
83      <SubType>UserControl</SubType>
84    </Compile>
85    <Compile Include="ProblemInstanceConsumerView.Designer.cs">
86      <DependentUpon>ProblemInstanceConsumerView.cs</DependentUpon>
87    </Compile>
88    <Compile Include="ProblemInstanceProviderView.cs">
89      <SubType>UserControl</SubType>
90    </Compile>
91    <Compile Include="ProblemInstanceProviderView.Designer.cs">
92      <DependentUpon>ProblemInstanceProviderView.cs</DependentUpon>
93    </Compile>
94    <Compile Include="Properties\AssemblyInfo.cs" />
95    <None Include="HeuristicLab.snk" />
96    <None Include="Plugin.cs.frame" />
97    <None Include="Properties\AssemblyInfo.cs.frame" />
98  </ItemGroup>
99  <ItemGroup>
100    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
101      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
102      <Name>HeuristicLab.Problems.Instances-3.3</Name>
103    </ProjectReference>
104  </ItemGroup>
105  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106  <PropertyGroup>
107    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
108set ProjectDir=$(ProjectDir)
109set SolutionDir=$(SolutionDir)
110set Outdir=$(Outdir)
111
112call PreBuildEvent.cmd
113</PreBuildEvent>
114  </PropertyGroup>
115  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
116       Other similar extension points exist, see Microsoft.Common.targets.
117  <Target Name="BeforeBuild">
118  </Target>
119  <Target Name="AfterBuild">
120  </Target>
121  -->
122</Project>
Note: See TracBrowser for help on using the repository browser.