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>v4.0</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>..\..\..\..\trunk\sources\bin\</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>..\..\..\..\trunk\sources\bin\</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 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
41 | <DebugSymbols>true</DebugSymbols>
|
---|
42 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
44 | <DebugType>full</DebugType>
|
---|
45 | <PlatformTarget>x86</PlatformTarget>
|
---|
46 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.MetaOptimization.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
47 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
48 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
49 | <ErrorReport>prompt</ErrorReport>
|
---|
50 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
51 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
52 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
53 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
54 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
55 | </PropertyGroup>
|
---|
56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
57 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
58 | <DefineConstants>TRACE</DefineConstants>
|
---|
59 | <Optimize>true</Optimize>
|
---|
60 | <DebugType>pdbonly</DebugType>
|
---|
61 | <PlatformTarget>x86</PlatformTarget>
|
---|
62 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.MetaOptimization.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
63 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
64 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
65 | <ErrorReport>prompt</ErrorReport>
|
---|
66 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
67 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
68 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
69 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
70 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
71 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
72 | </PropertyGroup>
|
---|
73 | <ItemGroup>
|
---|
74 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
75 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
76 | <Private>False</Private>
|
---|
77 | </Reference>
|
---|
78 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
79 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
80 | <Private>False</Private>
|
---|
81 | </Reference>
|
---|
82 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
83 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
84 | <Private>False</Private>
|
---|
85 | </Reference>
|
---|
86 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
87 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
88 | <Private>False</Private>
|
---|
89 | </Reference>
|
---|
90 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
91 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
92 | <Private>False</Private>
|
---|
93 | </Reference>
|
---|
94 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
95 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
96 | <Private>False</Private>
|
---|
97 | </Reference>
|
---|
98 | <Reference Include="HeuristicLab.Data.Views-3.3">
|
---|
99 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
100 | <Private>False</Private>
|
---|
101 | </Reference>
|
---|
102 | <Reference Include="HeuristicLab.Encodings.ParameterConfigurationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
103 | <Private>False</Private>
|
---|
104 | </Reference>
|
---|
105 | <Reference Include="HeuristicLab.Encodings.ParameterConfigurationEncoding.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
106 | <Private>False</Private>
|
---|
107 | </Reference>
|
---|
108 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
109 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
110 | <Private>False</Private>
|
---|
111 | </Reference>
|
---|
112 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
113 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
114 | <Private>False</Private>
|
---|
115 | </Reference>
|
---|
116 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
117 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
118 | <Private>False</Private>
|
---|
119 | </Reference>
|
---|
120 | <Reference Include="HeuristicLab.Optimization.Views-3.3">
|
---|
121 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
122 | <Private>False</Private>
|
---|
123 | </Reference>
|
---|
124 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
125 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
126 | <Private>False</Private>
|
---|
127 | </Reference>
|
---|
128 | <Reference Include="HeuristicLab.Parameters.Views-3.3">
|
---|
129 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
|
---|
130 | <Private>False</Private>
|
---|
131 | </Reference>
|
---|
132 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
133 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
134 | <Private>False</Private>
|
---|
135 | </Reference>
|
---|
136 | <Reference Include="System" />
|
---|
137 | <Reference Include="System.Core" />
|
---|
138 | <Reference Include="System.Drawing" />
|
---|
139 | <Reference Include="System.Windows.Forms" />
|
---|
140 | <Reference Include="System.Xml.Linq" />
|
---|
141 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
142 | <Reference Include="System.Data" />
|
---|
143 | <Reference Include="System.Xml" />
|
---|
144 | </ItemGroup>
|
---|
145 | <ItemGroup>
|
---|
146 | <Compile Include="ConstrainedItemListView.cs">
|
---|
147 | <SubType>UserControl</SubType>
|
---|
148 | </Compile>
|
---|
149 | <Compile Include="ConstrainedItemListView.Designer.cs">
|
---|
150 | <DependentUpon>ConstrainedItemListView.cs</DependentUpon>
|
---|
151 | </Compile>
|
---|
152 | <Compile Include="ConstrainedTypeValueView.cs">
|
---|
153 | <SubType>UserControl</SubType>
|
---|
154 | </Compile>
|
---|
155 | <Compile Include="ConstrainedTypeValueView.Designer.cs">
|
---|
156 | <DependentUpon>ConstrainedTypeValueView.cs</DependentUpon>
|
---|
157 | </Compile>
|
---|
158 | <Compile Include="ItemDictionaryView.cs">
|
---|
159 | <SubType>UserControl</SubType>
|
---|
160 | </Compile>
|
---|
161 | <Compile Include="ItemDictionaryView.Designer.cs">
|
---|
162 | <DependentUpon>ItemDictionaryView.cs</DependentUpon>
|
---|
163 | </Compile>
|
---|
164 | <Compile Include="MetaOptimizationProblemView.cs">
|
---|
165 | <SubType>UserControl</SubType>
|
---|
166 | </Compile>
|
---|
167 | <Compile Include="MetaOptimizationProblemView.Designer.cs">
|
---|
168 | <DependentUpon>MetaOptimizationProblemView.cs</DependentUpon>
|
---|
169 | </Compile>
|
---|
170 | <None Include="Plugin.cs.frame" />
|
---|
171 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
172 | <Compile Include="Plugin.cs" />
|
---|
173 | <Compile Include="RunCollectionDictionaryView.cs">
|
---|
174 | <SubType>UserControl</SubType>
|
---|
175 | </Compile>
|
---|
176 | <Compile Include="RunCollectionDictionaryView.Designer.cs">
|
---|
177 | <DependentUpon>RunCollectionDictionaryView.cs</DependentUpon>
|
---|
178 | </Compile>
|
---|
179 | <Compile Include="RunCollectionItemDictionaryView.cs">
|
---|
180 | <SubType>UserControl</SubType>
|
---|
181 | </Compile>
|
---|
182 | <Compile Include="RunCollectionItemDictionaryView.Designer.cs">
|
---|
183 | <DependentUpon>RunCollectionItemDictionaryView.cs</DependentUpon>
|
---|
184 | </Compile>
|
---|
185 | <Compile Include="ValueConfigurationViews\ValueConfigurationCheckedItemCollectionView.cs">
|
---|
186 | <SubType>UserControl</SubType>
|
---|
187 | </Compile>
|
---|
188 | <Compile Include="ValueConfigurationViews\ValueConfigurationCheckedItemCollectionView.Designer.cs">
|
---|
189 | <DependentUpon>ValueConfigurationCheckedItemCollectionView.cs</DependentUpon>
|
---|
190 | </Compile>
|
---|
191 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
192 | </ItemGroup>
|
---|
193 | <ItemGroup>
|
---|
194 | <None Include="HeuristicLab.snk" />
|
---|
195 | </ItemGroup>
|
---|
196 | <ItemGroup />
|
---|
197 | <ItemGroup>
|
---|
198 | <ProjectReference Include="..\..\HeuristicLab.Problems.MetaOptimization\3.3\HeuristicLab.Problems.MetaOptimization-3.3.csproj">
|
---|
199 | <Project>{ABBC1DF6-FCC6-4F86-AB75-B6B3A72E7D17}</Project>
|
---|
200 | <Name>HeuristicLab.Problems.MetaOptimization-3.3</Name>
|
---|
201 | <Private>False</Private>
|
---|
202 | </ProjectReference>
|
---|
203 | </ItemGroup>
|
---|
204 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
205 | <PropertyGroup>
|
---|
206 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
207 | set ProjectDir=$(ProjectDir)
|
---|
208 | set SolutionDir=$(SolutionDir)
|
---|
209 | set Outdir=$(Outdir)
|
---|
210 |
|
---|
211 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
212 | </PropertyGroup>
|
---|
213 | <PropertyGroup>
|
---|
214 | <PostBuildEvent>
|
---|
215 | </PostBuildEvent>
|
---|
216 | </PropertyGroup>
|
---|
217 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
218 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
219 | <Target Name="BeforeBuild">
|
---|
220 | </Target>
|
---|
221 | <Target Name="AfterBuild">
|
---|
222 | </Target>
|
---|
223 | -->
|
---|
224 | </Project> |
---|