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 @ 7759

Last change on this file since 7759 was 7754, checked in by sforsten, 13 years ago

#1784:

  • deleted not used interface and view
  • changed the superclass of TSPLIBTSPInstanceProviderView to ProblemInstanceProviderViewGeneric
  • deleted the Location change in the designer files of TravelingSalesmanProlemView and QuadraticAssignmentProblemView
  • set all references to CopyLocal false
File size: 5.0 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>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</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    <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      <Private>False</Private>
43    </Reference>
44    <Reference Include="HeuristicLab.Common.Resources-3.3">
45      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
46      <Private>False</Private>
47    </Reference>
48    <Reference Include="HeuristicLab.MainForm-3.3">
49      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
50      <Private>False</Private>
51    </Reference>
52    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
53      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
54      <Private>False</Private>
55    </Reference>
56    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
57      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
58      <Private>False</Private>
59    </Reference>
60    <Reference Include="System" />
61    <Reference Include="System.Core" />
62    <Reference Include="System.Drawing" />
63    <Reference Include="System.Windows.Forms" />
64    <Reference Include="System.Xml.Linq" />
65    <Reference Include="System.Data.DataSetExtensions" />
66    <Reference Include="Microsoft.CSharp" />
67    <Reference Include="System.Data" />
68    <Reference Include="System.Xml" />
69  </ItemGroup>
70  <ItemGroup>
71    <Compile Include="ProblemInstanceProviderView.cs">
72      <SubType>UserControl</SubType>
73    </Compile>
74    <Compile Include="ProblemInstanceProviderView.Designer.cs">
75      <DependentUpon>ProblemInstanceProviderView.cs</DependentUpon>
76    </Compile>
77    <Compile Include="Plugin.cs" />
78    <Compile Include="ProblemInstanceConsumerView.cs">
79      <SubType>UserControl</SubType>
80    </Compile>
81    <Compile Include="ProblemInstanceConsumerView.Designer.cs">
82      <DependentUpon>ProblemInstanceConsumerView.cs</DependentUpon>
83    </Compile>
84    <Compile Include="ProblemInstanceProviderViewGeneric.cs">
85      <SubType>UserControl</SubType>
86    </Compile>
87    <Compile Include="ProblemInstanceProviderViewGeneric.Designer.cs">
88      <DependentUpon>ProblemInstanceProviderViewGeneric.cs</DependentUpon>
89    </Compile>
90    <Compile Include="Properties\AssemblyInfo.cs" />
91  </ItemGroup>
92  <ItemGroup>
93    <None Include="HeuristicLab.snk" />
94    <None Include="Plugin.cs.frame" />
95  </ItemGroup>
96  <ItemGroup>
97    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
98      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
99      <Name>HeuristicLab.Problems.Instances-3.3</Name>
100      <Private>False</Private>
101    </ProjectReference>
102  </ItemGroup>
103  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104  <PropertyGroup>
105    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
106set ProjectDir=$(ProjectDir)
107set SolutionDir=$(SolutionDir)
108set Outdir=$(Outdir)
109
110call PreBuildEvent.cmd
111</PreBuildEvent>
112  </PropertyGroup>
113  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
114       Other similar extension points exist, see Microsoft.Common.targets.
115  <Target Name="BeforeBuild">
116  </Target>
117  <Target Name="AfterBuild">
118  </Target>
119  -->
120</Project>
Note: See TracBrowser for help on using the repository browser.