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

Last change on this file since 4839 was 4839, checked in by cneumuel, 13 years ago

#1215 worked on MetaOptimization

  • split configurations into ValueConfigurations and ParameterConfigurations
File size: 8.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">
57      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
58    </Reference>
59    <Reference Include="HeuristicLab.Data.Views-3.3">
60      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.MainForm-3.3">
63      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
64    </Reference>
65    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
66      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
67    </Reference>
68    <Reference Include="HeuristicLab.Parameters-3.3">
69      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
70    </Reference>
71    <Reference Include="HeuristicLab.Parameters.Views-3.3">
72      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
73    </Reference>
74    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
75      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
76    </Reference>
77    <Reference Include="System" />
78    <Reference Include="System.Core" />
79    <Reference Include="System.Drawing" />
80    <Reference Include="System.Windows.Forms" />
81    <Reference Include="System.Xml.Linq" />
82    <Reference Include="System.Data.DataSetExtensions" />
83    <Reference Include="System.Data" />
84    <Reference Include="System.Xml" />
85  </ItemGroup>
86  <ItemGroup>
87    <Compile Include="ValueConfigurationViews\ValueConfigurationCheckedItemList.cs">
88      <SubType>UserControl</SubType>
89    </Compile>
90    <Compile Include="ValueConfigurationViews\ValueConfigurationCheckedItemList.Designer.cs">
91      <DependentUpon>ValueConfigurationCheckedItemList.cs</DependentUpon>
92    </Compile>
93    <Compile Include="ValueConfigurationViews\NumericRangeView.cs">
94      <SubType>UserControl</SubType>
95    </Compile>
96    <Compile Include="ValueConfigurationViews\NumericRangeView.Designer.cs">
97      <DependentUpon>NumericRangeView.cs</DependentUpon>
98    </Compile>
99    <Compile Include="ObjectSelectorDialog.cs">
100      <SubType>Form</SubType>
101    </Compile>
102    <Compile Include="ObjectSelectorDialog.Designer.cs">
103      <DependentUpon>ObjectSelectorDialog.cs</DependentUpon>
104    </Compile>
105    <Compile Include="ParameterConfigurationViews\ParameterConfigurationListView.cs">
106      <SubType>UserControl</SubType>
107    </Compile>
108    <Compile Include="ParameterConfigurationViews\ParameterConfigurationListView.Designer.cs">
109      <DependentUpon>ParameterConfigurationListView.cs</DependentUpon>
110    </Compile>
111    <Compile Include="HeuristicLabProblemsMetaOptimizationViewsPlugin.cs" />
112    <Compile Include="ParameterConfigurationViews\ParameterConfigurationView.cs">
113      <SubType>UserControl</SubType>
114    </Compile>
115    <Compile Include="ParameterConfigurationViews\ParameterConfigurationView.Designer.cs">
116      <DependentUpon>ParameterConfigurationView.cs</DependentUpon>
117    </Compile>
118    <Compile Include="Properties\AssemblyInfo.cs" />
119    <Compile Include="ValueConfigurationViews\ValueConfigurationView.cs">
120      <SubType>UserControl</SubType>
121    </Compile>
122    <Compile Include="ValueConfigurationViews\ValueConfigurationView.Designer.cs">
123      <DependentUpon>ValueConfigurationView.cs</DependentUpon>
124    </Compile>
125    <Compile Include="ValueConfigurationViews\ValueView.cs">
126      <SubType>UserControl</SubType>
127    </Compile>
128    <Compile Include="ValueConfigurationViews\ValueView.Designer.cs">
129      <DependentUpon>ValueView.cs</DependentUpon>
130    </Compile>
131  </ItemGroup>
132  <ItemGroup>
133    <None Include="HeuristicLab.snk" />
134    <None Include="UpdateLocalInstallation.cmd" />
135  </ItemGroup>
136  <ItemGroup>
137    <ProjectReference Include="..\..\HeuristicLab.Problems.MetaOptimization\3.3\HeuristicLab.Problems.MetaOptimization-3.3.csproj">
138      <Project>{ABBC1DF6-FCC6-4F86-AB75-B6B3A72E7D17}</Project>
139      <Name>HeuristicLab.Problems.MetaOptimization-3.3</Name>
140    </ProjectReference>
141  </ItemGroup>
142  <ItemGroup>
143    <EmbeddedResource Include="ValueConfigurationViews\NumericRangeView.resx">
144      <DependentUpon>NumericRangeView.cs</DependentUpon>
145    </EmbeddedResource>
146    <EmbeddedResource Include="ObjectSelectorDialog.resx">
147      <DependentUpon>ObjectSelectorDialog.cs</DependentUpon>
148    </EmbeddedResource>
149    <EmbeddedResource Include="ParameterConfigurationViews\ParameterConfigurationListView.resx">
150      <DependentUpon>ParameterConfigurationListView.cs</DependentUpon>
151    </EmbeddedResource>
152    <EmbeddedResource Include="ParameterConfigurationViews\ParameterConfigurationView.resx">
153      <DependentUpon>ParameterConfigurationView.cs</DependentUpon>
154    </EmbeddedResource>
155    <EmbeddedResource Include="ValueConfigurationViews\ValueConfigurationView.resx">
156      <DependentUpon>ValueConfigurationView.cs</DependentUpon>
157    </EmbeddedResource>
158    <EmbeddedResource Include="ValueConfigurationViews\ValueView.resx">
159      <DependentUpon>ValueView.cs</DependentUpon>
160    </EmbeddedResource>
161  </ItemGroup>
162  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
163  <PropertyGroup>
164    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
165set ProjectDir=$(ProjectDir)
166set SolutionDir=$(SolutionDir)
167set Outdir=$(Outdir)</PreBuildEvent>
168  </PropertyGroup>
169  <PropertyGroup>
170    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
171set ProjectDir=$(ProjectDir)
172set SolutionDir=$(SolutionDir)
173set Outdir=$(Outdir)
174
175call UpdateLocalInstallation.cmd</PostBuildEvent>
176  </PropertyGroup>
177  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
178       Other similar extension points exist, see Microsoft.Common.targets.
179  <Target Name="BeforeBuild">
180  </Target>
181  <Target Name="AfterBuild">
182  </Target>
183  -->
184</Project>
Note: See TracBrowser for help on using the repository browser.