[4516] | 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>
|
---|
[5184] | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
[4516] | 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>
|
---|
[6984] | 21 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4516] | 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>
|
---|
[6984] | 29 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4516] | 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>
|
---|
[5110] | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 41 | <DebugSymbols>true</DebugSymbols>
|
---|
[6984] | 42 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[5110] | 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'">
|
---|
[6984] | 57 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[5110] | 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>
|
---|
[4516] | 73 | <ItemGroup>
|
---|
| 74 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
[6984] | 75 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 76 | <Private>False</Private>
|
---|
[4516] | 77 | </Reference>
|
---|
| 78 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
[6984] | 79 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 80 | <Private>False</Private>
|
---|
[4516] | 81 | </Reference>
|
---|
| 82 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
[6984] | 83 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 84 | <Private>False</Private>
|
---|
[4516] | 85 | </Reference>
|
---|
| 86 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
[6984] | 87 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 88 | <Private>False</Private>
|
---|
[4516] | 89 | </Reference>
|
---|
| 90 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
[6984] | 91 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
| 92 | <Private>False</Private>
|
---|
[4516] | 93 | </Reference>
|
---|
[4839] | 94 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
[6984] | 95 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 96 | <Private>False</Private>
|
---|
[4839] | 97 | </Reference>
|
---|
[4516] | 98 | <Reference Include="HeuristicLab.Data.Views-3.3">
|
---|
[6984] | 99 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
| 100 | <Private>False</Private>
|
---|
[4516] | 101 | </Reference>
|
---|
| 102 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
[6984] | 103 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
| 104 | <Private>False</Private>
|
---|
[4516] | 105 | </Reference>
|
---|
| 106 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
[6984] | 107 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
| 108 | <Private>False</Private>
|
---|
[4516] | 109 | </Reference>
|
---|
[5144] | 110 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
[6984] | 111 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 112 | <Private>False</Private>
|
---|
[5144] | 113 | </Reference>
|
---|
| 114 | <Reference Include="HeuristicLab.Optimization.Views-3.3">
|
---|
[6984] | 115 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
| 116 | <Private>False</Private>
|
---|
[5144] | 117 | </Reference>
|
---|
[4516] | 118 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
[6984] | 119 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 120 | <Private>False</Private>
|
---|
[4516] | 121 | </Reference>
|
---|
| 122 | <Reference Include="HeuristicLab.Parameters.Views-3.3">
|
---|
[6984] | 123 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
|
---|
| 124 | <Private>False</Private>
|
---|
[4516] | 125 | </Reference>
|
---|
| 126 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
[6984] | 127 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 128 | <Private>False</Private>
|
---|
[4516] | 129 | </Reference>
|
---|
[5654] | 130 | <Reference Include="HeuristicLab.SequentialEngine-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
[6984] | 131 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
| 132 | <Private>False</Private>
|
---|
[5654] | 133 | </Reference>
|
---|
[4516] | 134 | <Reference Include="System" />
|
---|
| 135 | <Reference Include="System.Core" />
|
---|
| 136 | <Reference Include="System.Drawing" />
|
---|
| 137 | <Reference Include="System.Windows.Forms" />
|
---|
| 138 | <Reference Include="System.Xml.Linq" />
|
---|
| 139 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 140 | <Reference Include="System.Data" />
|
---|
| 141 | <Reference Include="System.Xml" />
|
---|
| 142 | </ItemGroup>
|
---|
| 143 | <ItemGroup>
|
---|
[5111] | 144 | <None Include="ClassDiagram1.cd" />
|
---|
[5110] | 145 | <Compile Include="ConstrainedItemListView.cs">
|
---|
| 146 | <SubType>UserControl</SubType>
|
---|
| 147 | </Compile>
|
---|
| 148 | <Compile Include="ConstrainedItemListView.Designer.cs">
|
---|
| 149 | <DependentUpon>ConstrainedItemListView.cs</DependentUpon>
|
---|
| 150 | </Compile>
|
---|
[5313] | 151 | <Compile Include="ConstrainedTypeValueView.cs">
|
---|
| 152 | <SubType>UserControl</SubType>
|
---|
| 153 | </Compile>
|
---|
| 154 | <Compile Include="ConstrainedTypeValueView.Designer.cs">
|
---|
| 155 | <DependentUpon>ConstrainedTypeValueView.cs</DependentUpon>
|
---|
| 156 | </Compile>
|
---|
| 157 | <Compile Include="CreateExperimentDialog.cs">
|
---|
| 158 | <SubType>Form</SubType>
|
---|
| 159 | </Compile>
|
---|
| 160 | <Compile Include="CreateExperimentDialog.Designer.cs">
|
---|
| 161 | <DependentUpon>CreateExperimentDialog.cs</DependentUpon>
|
---|
| 162 | </Compile>
|
---|
[5303] | 163 | <Compile Include="ItemDictionaryView.cs">
|
---|
| 164 | <SubType>UserControl</SubType>
|
---|
| 165 | </Compile>
|
---|
| 166 | <Compile Include="ItemDictionaryView.Designer.cs">
|
---|
| 167 | <DependentUpon>ItemDictionaryView.cs</DependentUpon>
|
---|
| 168 | </Compile>
|
---|
[6489] | 169 | <Compile Include="MessageItem.cs" />
|
---|
[5144] | 170 | <Compile Include="MetaOptimizationProblemView.cs">
|
---|
| 171 | <SubType>UserControl</SubType>
|
---|
| 172 | </Compile>
|
---|
| 173 | <Compile Include="MetaOptimizationProblemView.Designer.cs">
|
---|
| 174 | <DependentUpon>MetaOptimizationProblemView.cs</DependentUpon>
|
---|
| 175 | </Compile>
|
---|
[4981] | 176 | <Compile Include="OptimizableView.cs">
|
---|
| 177 | <SubType>UserControl</SubType>
|
---|
| 178 | </Compile>
|
---|
| 179 | <Compile Include="OptimizableView.Designer.cs">
|
---|
| 180 | <DependentUpon>OptimizableView.cs</DependentUpon>
|
---|
| 181 | </Compile>
|
---|
[7101] | 182 | <None Include="Plugin.cs.frame" />
|
---|
[4982] | 183 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[5144] | 184 | <Compile Include="ParameterConfigurationTreeView.cs">
|
---|
[4982] | 185 | <SubType>UserControl</SubType>
|
---|
| 186 | </Compile>
|
---|
[5144] | 187 | <Compile Include="ParameterConfigurationTreeView.Designer.cs">
|
---|
| 188 | <DependentUpon>ParameterConfigurationTreeView.cs</DependentUpon>
|
---|
[4982] | 189 | </Compile>
|
---|
[7101] | 190 | <Compile Include="Plugin.cs" />
|
---|
[5303] | 191 | <Compile Include="RunCollectionDictionaryView.cs">
|
---|
| 192 | <SubType>UserControl</SubType>
|
---|
| 193 | </Compile>
|
---|
| 194 | <Compile Include="RunCollectionDictionaryView.Designer.cs">
|
---|
| 195 | <DependentUpon>RunCollectionDictionaryView.cs</DependentUpon>
|
---|
| 196 | </Compile>
|
---|
| 197 | <Compile Include="RunCollectionItemDictionaryView.cs">
|
---|
| 198 | <SubType>UserControl</SubType>
|
---|
| 199 | </Compile>
|
---|
| 200 | <Compile Include="RunCollectionItemDictionaryView.Designer.cs">
|
---|
| 201 | <DependentUpon>RunCollectionItemDictionaryView.cs</DependentUpon>
|
---|
| 202 | </Compile>
|
---|
[5655] | 203 | <Compile Include="ValueConfigurationViews\ValueConfigurationCheckedItemCollectionView.cs">
|
---|
[4830] | 204 | <SubType>UserControl</SubType>
|
---|
| 205 | </Compile>
|
---|
[5655] | 206 | <Compile Include="ValueConfigurationViews\ValueConfigurationCheckedItemCollectionView.Designer.cs">
|
---|
| 207 | <DependentUpon>ValueConfigurationCheckedItemCollectionView.cs</DependentUpon>
|
---|
[4830] | 208 | </Compile>
|
---|
[4984] | 209 | <Compile Include="ValueConfigurationViews\RangeView.cs">
|
---|
[4516] | 210 | <SubType>UserControl</SubType>
|
---|
| 211 | </Compile>
|
---|
[4984] | 212 | <Compile Include="ValueConfigurationViews\RangeView.Designer.cs">
|
---|
| 213 | <DependentUpon>RangeView.cs</DependentUpon>
|
---|
[4516] | 214 | </Compile>
|
---|
| 215 | <Compile Include="ObjectSelectorDialog.cs">
|
---|
| 216 | <SubType>Form</SubType>
|
---|
| 217 | </Compile>
|
---|
| 218 | <Compile Include="ObjectSelectorDialog.Designer.cs">
|
---|
| 219 | <DependentUpon>ObjectSelectorDialog.cs</DependentUpon>
|
---|
| 220 | </Compile>
|
---|
| 221 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[4839] | 222 | <Compile Include="ValueConfigurationViews\ValueView.cs">
|
---|
| 223 | <SubType>UserControl</SubType>
|
---|
| 224 | </Compile>
|
---|
| 225 | <Compile Include="ValueConfigurationViews\ValueView.Designer.cs">
|
---|
[4830] | 226 | <DependentUpon>ValueView.cs</DependentUpon>
|
---|
| 227 | </Compile>
|
---|
[4516] | 228 | </ItemGroup>
|
---|
| 229 | <ItemGroup>
|
---|
| 230 | <None Include="HeuristicLab.snk" />
|
---|
| 231 | </ItemGroup>
|
---|
| 232 | <ItemGroup>
|
---|
[5313] | 233 | <EmbeddedResource Include="ConstrainedTypeValueView.resx">
|
---|
| 234 | <DependentUpon>ConstrainedTypeValueView.cs</DependentUpon>
|
---|
| 235 | </EmbeddedResource>
|
---|
| 236 | <EmbeddedResource Include="CreateExperimentDialog.resx">
|
---|
| 237 | <DependentUpon>CreateExperimentDialog.cs</DependentUpon>
|
---|
| 238 | </EmbeddedResource>
|
---|
[5303] | 239 | <EmbeddedResource Include="ItemDictionaryView.resx">
|
---|
| 240 | <DependentUpon>ItemDictionaryView.cs</DependentUpon>
|
---|
| 241 | </EmbeddedResource>
|
---|
[5144] | 242 | <EmbeddedResource Include="MetaOptimizationProblemView.resx">
|
---|
| 243 | <DependentUpon>MetaOptimizationProblemView.cs</DependentUpon>
|
---|
| 244 | </EmbeddedResource>
|
---|
[4981] | 245 | <EmbeddedResource Include="OptimizableView.resx">
|
---|
| 246 | <DependentUpon>OptimizableView.cs</DependentUpon>
|
---|
| 247 | </EmbeddedResource>
|
---|
[5144] | 248 | <EmbeddedResource Include="ParameterConfigurationTreeView.resx">
|
---|
| 249 | <DependentUpon>ParameterConfigurationTreeView.cs</DependentUpon>
|
---|
[4982] | 250 | </EmbeddedResource>
|
---|
[5303] | 251 | <EmbeddedResource Include="RunCollectionItemDictionaryView.resx">
|
---|
| 252 | <DependentUpon>RunCollectionItemDictionaryView.cs</DependentUpon>
|
---|
| 253 | </EmbeddedResource>
|
---|
[4984] | 254 | <EmbeddedResource Include="ValueConfigurationViews\RangeView.resx">
|
---|
| 255 | <DependentUpon>RangeView.cs</DependentUpon>
|
---|
[4516] | 256 | </EmbeddedResource>
|
---|
| 257 | <EmbeddedResource Include="ObjectSelectorDialog.resx">
|
---|
| 258 | <DependentUpon>ObjectSelectorDialog.cs</DependentUpon>
|
---|
| 259 | </EmbeddedResource>
|
---|
[4839] | 260 | <EmbeddedResource Include="ValueConfigurationViews\ValueView.resx">
|
---|
[4830] | 261 | <DependentUpon>ValueView.cs</DependentUpon>
|
---|
| 262 | </EmbeddedResource>
|
---|
[4516] | 263 | </ItemGroup>
|
---|
[5144] | 264 | <ItemGroup />
|
---|
[4981] | 265 | <ItemGroup>
|
---|
| 266 | <ProjectReference Include="..\..\HeuristicLab.Problems.MetaOptimization\3.3\HeuristicLab.Problems.MetaOptimization-3.3.csproj">
|
---|
| 267 | <Project>{ABBC1DF6-FCC6-4F86-AB75-B6B3A72E7D17}</Project>
|
---|
| 268 | <Name>HeuristicLab.Problems.MetaOptimization-3.3</Name>
|
---|
[6984] | 269 | <Private>False</Private>
|
---|
[4981] | 270 | </ProjectReference>
|
---|
| 271 | </ItemGroup>
|
---|
[4516] | 272 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 273 | <PropertyGroup>
|
---|
| 274 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 275 | set ProjectDir=$(ProjectDir)
|
---|
| 276 | set SolutionDir=$(SolutionDir)
|
---|
[4982] | 277 | set Outdir=$(Outdir)
|
---|
| 278 |
|
---|
| 279 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[4516] | 280 | </PropertyGroup>
|
---|
| 281 | <PropertyGroup>
|
---|
[6984] | 282 | <PostBuildEvent>
|
---|
| 283 | </PostBuildEvent>
|
---|
[4516] | 284 | </PropertyGroup>
|
---|
| 285 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 286 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 287 | <Target Name="BeforeBuild">
|
---|
| 288 | </Target>
|
---|
| 289 | <Target Name="AfterBuild">
|
---|
| 290 | </Target>
|
---|
| 291 | -->
|
---|
| 292 | </Project> |
---|