Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3/HeuristicLab.Problems.MetaOptimization.Views-3.3.csproj @ 4791

Last change on this file since 4791 was 4516, checked in by cneumuel, 14 years ago

initial prototype for Meta Optimization Problem (#1215)

File size: 7.7 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>{59567338-A551-4386-8405-A8C0DF3E376D}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.MetaOptimization.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.MetaOptimization.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="HeuristicLab.Collections-3.3">
42      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Common-3.3">
45      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
46    </Reference>
47    <Reference Include="HeuristicLab.Common.Resources-3.3">
48      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.Core-3.3">
51      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
52    </Reference>
53    <Reference Include="HeuristicLab.Core.Views-3.3">
54      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
55    </Reference>
56    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
57    <Reference Include="HeuristicLab.Data.Views-3.3">
58      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.MainForm-3.3">
61      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
64      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Parameters-3.3">
67      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.Parameters.Views-3.3">
70      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
71    </Reference>
72    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
73      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
74    </Reference>
75    <Reference Include="System" />
76    <Reference Include="System.Core" />
77    <Reference Include="System.Drawing" />
78    <Reference Include="System.Windows.Forms" />
79    <Reference Include="System.Xml.Linq" />
80    <Reference Include="System.Data.DataSetExtensions" />
81    <Reference Include="System.Data" />
82    <Reference Include="System.Xml" />
83  </ItemGroup>
84  <ItemGroup>
85    <Compile Include="NumericRangeView.cs">
86      <SubType>UserControl</SubType>
87    </Compile>
88    <Compile Include="NumericRangeView.Designer.cs">
89      <DependentUpon>NumericRangeView.cs</DependentUpon>
90    </Compile>
91    <Compile Include="ObjectSelectorDialog.cs">
92      <SubType>Form</SubType>
93    </Compile>
94    <Compile Include="ObjectSelectorDialog.Designer.cs">
95      <DependentUpon>ObjectSelectorDialog.cs</DependentUpon>
96    </Compile>
97    <Compile Include="ParameterConfigurationListView.cs">
98      <SubType>UserControl</SubType>
99    </Compile>
100    <Compile Include="ParameterConfigurationListView.Designer.cs">
101      <DependentUpon>ParameterConfigurationListView.cs</DependentUpon>
102    </Compile>
103    <Compile Include="NumericParameterConfigurationView.cs">
104      <SubType>UserControl</SubType>
105    </Compile>
106    <Compile Include="NumericParameterConfigurationView.Designer.cs">
107      <DependentUpon>NumericParameterConfigurationView.cs</DependentUpon>
108    </Compile>
109    <Compile Include="HeuristicLabProblemsMetaOptimizationViewsPlugin.cs" />
110    <Compile Include="ParameterConfigurationView.cs">
111      <SubType>UserControl</SubType>
112    </Compile>
113    <Compile Include="ParameterConfigurationView.Designer.cs">
114      <DependentUpon>ParameterConfigurationView.cs</DependentUpon>
115    </Compile>
116    <Compile Include="Properties\AssemblyInfo.cs" />
117  </ItemGroup>
118  <ItemGroup>
119    <None Include="HeuristicLab.snk" />
120    <None Include="UpdateLocalInstallation.cmd" />
121  </ItemGroup>
122  <ItemGroup>
123    <ProjectReference Include="..\..\HeuristicLab.Problems.MetaOptimization\3.3\HeuristicLab.Problems.MetaOptimization-3.3.csproj">
124      <Project>{ABBC1DF6-FCC6-4F86-AB75-B6B3A72E7D17}</Project>
125      <Name>HeuristicLab.Problems.MetaOptimization-3.3</Name>
126    </ProjectReference>
127  </ItemGroup>
128  <ItemGroup>
129    <EmbeddedResource Include="NumericRangeView.resx">
130      <DependentUpon>NumericRangeView.cs</DependentUpon>
131    </EmbeddedResource>
132    <EmbeddedResource Include="ObjectSelectorDialog.resx">
133      <DependentUpon>ObjectSelectorDialog.cs</DependentUpon>
134    </EmbeddedResource>
135    <EmbeddedResource Include="ParameterConfigurationListView.resx">
136      <DependentUpon>ParameterConfigurationListView.cs</DependentUpon>
137    </EmbeddedResource>
138    <EmbeddedResource Include="NumericParameterConfigurationView.resx">
139      <DependentUpon>NumericParameterConfigurationView.cs</DependentUpon>
140    </EmbeddedResource>
141    <EmbeddedResource Include="ParameterConfigurationView.resx">
142      <DependentUpon>ParameterConfigurationView.cs</DependentUpon>
143    </EmbeddedResource>
144  </ItemGroup>
145  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
146  <PropertyGroup>
147    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
148set ProjectDir=$(ProjectDir)
149set SolutionDir=$(SolutionDir)
150set Outdir=$(Outdir)</PreBuildEvent>
151  </PropertyGroup>
152  <PropertyGroup>
153    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
154set ProjectDir=$(ProjectDir)
155set SolutionDir=$(SolutionDir)
156set Outdir=$(Outdir)
157
158call UpdateLocalInstallation.cmd</PostBuildEvent>
159  </PropertyGroup>
160  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
161       Other similar extension points exist, see Microsoft.Common.targets.
162  <Target Name="BeforeBuild">
163  </Target>
164  <Target Name="AfterBuild">
165  </Target>
166  -->
167</Project>
Note: See TracBrowser for help on using the repository browser.