Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1784:

  • minor bug fixes in several views
File size: 4.8 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)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{1CC61973-7706-42DC-8023-310F591AB02B}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances.Regression.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances.Regression.Views-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Common-3.3">
41      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.MainForm-3.3">
44      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
47      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
50      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="System" />
53    <Reference Include="System.Core" />
54    <Reference Include="System.Drawing" />
55    <Reference Include="System.Windows.Forms" />
56    <Reference Include="System.Xml.Linq" />
57    <Reference Include="System.Data.DataSetExtensions" />
58    <Reference Include="Microsoft.CSharp" />
59    <Reference Include="System.Data" />
60    <Reference Include="System.Xml" />
61  </ItemGroup>
62  <ItemGroup>
63    <Compile Include="Plugin.cs" />
64    <Compile Include="Properties\AssemblyInfo.cs" />
65    <Compile Include="RegressionInstanceProviderView.cs">
66      <SubType>UserControl</SubType>
67    </Compile>
68    <Compile Include="RegressionInstanceProviderView.Designer.cs">
69      <DependentUpon>RegressionInstanceProviderView.cs</DependentUpon>
70    </Compile>
71  </ItemGroup>
72  <ItemGroup>
73    <None Include="HeuristicLab.snk" />
74    <None Include="Plugin.cs.frame" />
75    <None Include="Properties\AssemblyInfo.cs.frame" />
76  </ItemGroup>
77  <ItemGroup>
78    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Regression\3.4\HeuristicLab.Problems.Instances.Regression-3.4.csproj">
79      <Project>{26BF13E1-C8B2-4ACE-862D-EBFD360116B3}</Project>
80      <Name>HeuristicLab.Problems.Instances.Regression-3.4</Name>
81    </ProjectReference>
82    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.4\HeuristicLab.Problems.Instances.Views-3.4.csproj">
83      <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
84      <Name>HeuristicLab.Problems.Instances.Views-3.4</Name>
85    </ProjectReference>
86    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
87      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
88      <Name>HeuristicLab.Problems.Instances-3.3</Name>
89    </ProjectReference>
90  </ItemGroup>
91  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92  <PropertyGroup>
93    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
94set ProjectDir=$(ProjectDir)
95set SolutionDir=$(SolutionDir)
96set Outdir=$(Outdir)
97
98call PreBuildEvent.cmd
99</PreBuildEvent>
100  </PropertyGroup>
101  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
102       Other similar extension points exist, see Microsoft.Common.targets.
103  <Target Name="BeforeBuild">
104  </Target>
105  <Target Name="AfterBuild">
106  </Target>
107  -->
108</Project>
Note: See TracBrowser for help on using the repository browser.