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

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

#1215 worked on metaoptimization

File size: 8.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>{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="RootParameterConfigurationView.cs">
86      <SubType>UserControl</SubType>
87    </Compile>
88    <Compile Include="RootParameterConfigurationView.Designer.cs">
89      <DependentUpon>RootParameterConfigurationView.cs</DependentUpon>
90    </Compile>
91    <Compile Include="NumericRangeView.cs">
92      <SubType>UserControl</SubType>
93    </Compile>
94    <Compile Include="NumericRangeView.Designer.cs">
95      <DependentUpon>NumericRangeView.cs</DependentUpon>
96    </Compile>
97    <Compile Include="ObjectSelectorDialog.cs">
98      <SubType>Form</SubType>
99    </Compile>
100    <Compile Include="ObjectSelectorDialog.Designer.cs">
101      <DependentUpon>ObjectSelectorDialog.cs</DependentUpon>
102    </Compile>
103    <Compile Include="ParameterConfigurationListView.cs">
104      <SubType>UserControl</SubType>
105    </Compile>
106    <Compile Include="ParameterConfigurationListView.Designer.cs">
107      <DependentUpon>ParameterConfigurationListView.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    <Compile Include="ValueView.cs">
118      <SubType>UserControl</SubType>
119    </Compile>
120    <Compile Include="ValueView.Designer.cs">
121      <DependentUpon>ValueView.cs</DependentUpon>
122    </Compile>
123  </ItemGroup>
124  <ItemGroup>
125    <None Include="HeuristicLab.snk" />
126    <None Include="UpdateLocalInstallation.cmd" />
127  </ItemGroup>
128  <ItemGroup>
129    <ProjectReference Include="..\..\HeuristicLab.Problems.MetaOptimization\3.3\HeuristicLab.Problems.MetaOptimization-3.3.csproj">
130      <Project>{ABBC1DF6-FCC6-4F86-AB75-B6B3A72E7D17}</Project>
131      <Name>HeuristicLab.Problems.MetaOptimization-3.3</Name>
132    </ProjectReference>
133  </ItemGroup>
134  <ItemGroup>
135    <EmbeddedResource Include="RootParameterConfigurationView.resx">
136      <DependentUpon>RootParameterConfigurationView.cs</DependentUpon>
137    </EmbeddedResource>
138    <EmbeddedResource Include="NumericRangeView.resx">
139      <DependentUpon>NumericRangeView.cs</DependentUpon>
140    </EmbeddedResource>
141    <EmbeddedResource Include="ObjectSelectorDialog.resx">
142      <DependentUpon>ObjectSelectorDialog.cs</DependentUpon>
143    </EmbeddedResource>
144    <EmbeddedResource Include="ParameterConfigurationListView.resx">
145      <DependentUpon>ParameterConfigurationListView.cs</DependentUpon>
146    </EmbeddedResource>
147    <EmbeddedResource Include="ParameterConfigurationView.resx">
148      <DependentUpon>ParameterConfigurationView.cs</DependentUpon>
149    </EmbeddedResource>
150    <EmbeddedResource Include="ValueView.resx">
151      <DependentUpon>ValueView.cs</DependentUpon>
152    </EmbeddedResource>
153  </ItemGroup>
154  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
155  <PropertyGroup>
156    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
157set ProjectDir=$(ProjectDir)
158set SolutionDir=$(SolutionDir)
159set Outdir=$(Outdir)</PreBuildEvent>
160  </PropertyGroup>
161  <PropertyGroup>
162    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
163set ProjectDir=$(ProjectDir)
164set SolutionDir=$(SolutionDir)
165set Outdir=$(Outdir)
166
167call UpdateLocalInstallation.cmd</PostBuildEvent>
168  </PropertyGroup>
169  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
170       Other similar extension points exist, see Microsoft.Common.targets.
171  <Target Name="BeforeBuild">
172  </Target>
173  <Target Name="AfterBuild">
174  </Target>
175  -->
176</Project>
Note: See TracBrowser for help on using the repository browser.