Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding.Views/3.3/HeuristicLab.Encodings.ParameterConfigurationEncoding.Views-3.3.csproj @ 8517

Last change on this file since 8517 was 8517, checked in by jkarder, 12 years ago

#1853:

  • created branch for ParameterConfigurationEncoding
  • added CreateExperimentDialog that uses the extracted encoding
File size: 7.5 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>{FDE4DD6C-EE0E-4830-8151-CE450448A4CC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.ParameterConfigurationEncoding.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.ParameterConfigurationEncoding.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
42    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
43      <Private>False</Private>
44    </Reference>
45    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
46    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
47      <Private>False</Private>
48    </Reference>
49    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
50    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
51    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
52    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
53      <Private>False</Private>
54    </Reference>
55    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
56      <Private>False</Private>
57    </Reference>
58    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
59      <Private>False</Private>
60    </Reference>
61    <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
62    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
63      <Private>False</Private>
64    </Reference>
65    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
66    <Reference Include="HeuristicLab.Parameters.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
67    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
68      <Private>False</Private>
69    </Reference>
70    <Reference Include="System" />
71    <Reference Include="System.Core" />
72    <Reference Include="System.Data" />
73    <Reference Include="System.Drawing" />
74    <Reference Include="System.Windows.Forms" />
75    <Reference Include="System.Xml" />
76  </ItemGroup>
77  <ItemGroup>
78    <None Include="Plugin.cs.frame" />
79    <Compile Include="CreateExperimentDialogV2.cs">
80      <SubType>Form</SubType>
81    </Compile>
82    <Compile Include="CreateExperimentDialogV2.Designer.cs">
83      <DependentUpon>CreateExperimentDialogV2.cs</DependentUpon>
84    </Compile>
85    <Compile Include="MenuItems\CreateExperimentMenuItemV2.cs" />
86    <Compile Include="MessageItem.cs">
87      <SubType>Code</SubType>
88    </Compile>
89    <Compile Include="ObjectSelectorDialog.cs">
90      <SubType>Form</SubType>
91    </Compile>
92    <Compile Include="ObjectSelectorDialog.designer.cs">
93      <DependentUpon>ObjectSelectorDialog.cs</DependentUpon>
94    </Compile>
95    <Compile Include="OptimizableView.cs">
96      <SubType>UserControl</SubType>
97    </Compile>
98    <Compile Include="OptimizableView.designer.cs">
99      <DependentUpon>OptimizableView.cs</DependentUpon>
100    </Compile>
101    <Compile Include="ParameterConfigurationTreeView.cs">
102      <SubType>UserControl</SubType>
103    </Compile>
104    <Compile Include="ParameterConfigurationTreeView.designer.cs">
105      <DependentUpon>ParameterConfigurationTreeView.cs</DependentUpon>
106    </Compile>
107    <Compile Include="Plugin.cs" />
108    <Compile Include="Properties\AssemblyInfo.cs" />
109    <None Include="Properties\AssemblyInfo.cs.frame" />
110    <Compile Include="ValueConfigurationViews\RangeView.cs">
111      <SubType>UserControl</SubType>
112    </Compile>
113    <Compile Include="ValueConfigurationViews\RangeView.designer.cs">
114      <DependentUpon>RangeView.cs</DependentUpon>
115    </Compile>
116    <Compile Include="ValueConfigurationViews\ValueView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="ValueConfigurationViews\ValueView.designer.cs">
120      <DependentUpon>ValueView.cs</DependentUpon>
121    </Compile>
122  </ItemGroup>
123  <ItemGroup>
124    <None Include="HeuristicLab.snk" />
125  </ItemGroup>
126  <ItemGroup>
127    <ProjectReference Include="..\..\HeuristicLab.Encodings.ParameterConfigurationEncoding\3.3\HeuristicLab.Encodings.ParameterConfigurationEncoding-3.3.csproj">
128      <Project>{7520D3F4-7526-4BB7-B71E-F41F5D5559F9}</Project>
129      <Name>HeuristicLab.Encodings.ParameterConfigurationEncoding-3.3</Name>
130    </ProjectReference>
131  </ItemGroup>
132  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
133  <PropertyGroup>
134    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
135set ProjectDir=$(ProjectDir)
136set SolutionDir=$(SolutionDir)
137set Outdir=$(Outdir)
138
139call PreBuildEvent.cmd
140</PreBuildEvent>
141  </PropertyGroup>
142  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
143       Other similar extension points exist, see Microsoft.Common.targets.
144  <Target Name="BeforeBuild">
145  </Target>
146  <Target Name="AfterBuild">
147  </Target>
148  -->
149</Project>
Note: See TracBrowser for help on using the repository browser.