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

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

#1215 worked on metaoptimization

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