Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.SimOpt/3.2/HeuristicLab.SimOpt-3.2.csproj @ 1709

Last change on this file since 1709 was 1709, checked in by abeham, 15 years ago

Added operator for averaging numeric data

File size: 8.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{32DAA44F-944A-465F-A5C9-1C491EE4976D}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.SimOpt</RootNamespace>
12    <AssemblyName>HeuristicLab.SimOpt-3.2</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>bin\x86\Debug\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>x86</PlatformTarget>
41    <ErrorReport>prompt</ErrorReport>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
44    <OutputPath>bin\x86\Release\</OutputPath>
45    <DefineConstants>TRACE</DefineConstants>
46    <Optimize>true</Optimize>
47    <DebugType>pdbonly</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
52    <DebugSymbols>true</DebugSymbols>
53    <OutputPath>bin\x64\Debug\</OutputPath>
54    <DefineConstants>DEBUG;TRACE</DefineConstants>
55    <DebugType>full</DebugType>
56    <PlatformTarget>x64</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
60    <OutputPath>bin\x64\Release\</OutputPath>
61    <DefineConstants>TRACE</DefineConstants>
62    <Optimize>true</Optimize>
63    <DebugType>pdbonly</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66  </PropertyGroup>
67  <ItemGroup>
68    <Reference Include="System" />
69    <Reference Include="System.Core">
70      <RequiredTargetFramework>3.5</RequiredTargetFramework>
71    </Reference>
72    <Reference Include="System.Drawing" />
73    <Reference Include="System.Windows.Forms" />
74    <Reference Include="System.Xml.Linq">
75      <RequiredTargetFramework>3.5</RequiredTargetFramework>
76    </Reference>
77    <Reference Include="System.Data.DataSetExtensions">
78      <RequiredTargetFramework>3.5</RequiredTargetFramework>
79    </Reference>
80    <Reference Include="System.Data" />
81    <Reference Include="System.Xml" />
82  </ItemGroup>
83  <ItemGroup>
84    <Compile Include="IntParameterBoundConstraintView.cs">
85      <SubType>UserControl</SubType>
86    </Compile>
87    <Compile Include="IntParameterBoundConstraintView.Designer.cs">
88      <DependentUpon>IntParameterBoundConstraintView.cs</DependentUpon>
89    </Compile>
90    <Compile Include="IntParameterBoundConstraint.cs" />
91    <Compile Include="NumericDataAverageMultiCrossover.cs" />
92    <Compile Include="NumericDataRoundedAverageMultiCrossover.cs">
93      <SubType>Code</SubType>
94    </Compile>
95    <Compile Include="SimOptCrossoverPreparator.cs" />
96    <Compile Include="SimOptSelfAdaptiveNumericVectorNormalMutation.cs">
97      <SubType>Code</SubType>
98    </Compile>
99    <Compile Include="SimOptSelfAdaptiveNumericVectorProbabilityMutation.cs">
100      <SubType>Code</SubType>
101    </Compile>
102    <Compile Include="SimOptSequentialSubOperatorProcessor.cs" />
103    <Compile Include="SimOptSquentialSubOperatorCrossover.cs" />
104    <Compile Include="DoubleParameterBoundConstraint.cs" />
105    <Compile Include="DoubleParameterBoundConstraintView.cs">
106      <SubType>UserControl</SubType>
107    </Compile>
108    <Compile Include="DoubleParameterBoundConstraintView.Designer.cs">
109      <DependentUpon>DoubleParameterBoundConstraintView.cs</DependentUpon>
110    </Compile>
111    <Compile Include="HeuristicLabSimOptPlugin.cs" />
112    <Compile Include="Properties\AssemblyInfo.cs" />
113    <Compile Include="SimOptDiscreteMultiCrossover.cs" />
114    <Compile Include="SimOptParameterExtractor.cs">
115      <SubType>Code</SubType>
116    </Compile>
117    <Compile Include="SimOptParameterPacker.cs" />
118    <Compile Include="SimOptProblemInjector.cs" />
119    <Compile Include="SimOptProblemInjectorView.cs">
120      <SubType>UserControl</SubType>
121    </Compile>
122    <Compile Include="SimOptProblemInjectorView.Designer.cs">
123      <DependentUpon>SimOptProblemInjectorView.cs</DependentUpon>
124    </Compile>
125    <Compile Include="SimOptSinglePointCrossover.cs" />
126  </ItemGroup>
127  <ItemGroup>
128    <None Include="HeuristicLab.snk" />
129  </ItemGroup>
130  <ItemGroup>
131    <EmbeddedResource Include="IntParameterBoundConstraintView.resx">
132      <DependentUpon>IntParameterBoundConstraintView.cs</DependentUpon>
133      <SubType>Designer</SubType>
134    </EmbeddedResource>
135    <EmbeddedResource Include="DoubleParameterBoundConstraintView.resx">
136      <DependentUpon>DoubleParameterBoundConstraintView.cs</DependentUpon>
137      <SubType>Designer</SubType>
138    </EmbeddedResource>
139    <EmbeddedResource Include="SimOptProblemInjectorView.resx">
140      <DependentUpon>SimOptProblemInjectorView.cs</DependentUpon>
141      <SubType>Designer</SubType>
142    </EmbeddedResource>
143  </ItemGroup>
144  <ItemGroup>
145    <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">
146      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
147      <Name>HeuristicLab.Constraints-3.2</Name>
148    </ProjectReference>
149    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
150      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
151      <Name>HeuristicLab.Core-3.2</Name>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
154      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
155      <Name>HeuristicLab.Data-3.2</Name>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.2\HeuristicLab.Evolutionary-3.2.csproj">
158      <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
159      <Name>HeuristicLab.Evolutionary-3.2</Name>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
162      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
163      <Name>HeuristicLab.Operators-3.2</Name>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
166      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
167      <Name>HeuristicLab.PluginInfrastructure</Name>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
170      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
171      <Name>HeuristicLab.Random-3.2</Name>
172    </ProjectReference>
173    <ProjectReference Include="..\..\HeuristicLab.Selection\3.2\HeuristicLab.Selection-3.2.csproj">
174      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
175      <Name>HeuristicLab.Selection-3.2</Name>
176    </ProjectReference>
177  </ItemGroup>
178  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
179  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
180       Other similar extension points exist, see Microsoft.Common.targets.
181  <Target Name="BeforeBuild">
182  </Target>
183  <Target Name="AfterBuild">
184  </Target>
185  -->
186  <PropertyGroup>
187    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
188set ProjectDir=$(ProjectDir)
189set SolutionDir=$(SolutionDir)
190set Outdir=$(Outdir)
191
192call PreBuildEvent.cmd</PreBuildEvent>
193    <PostBuildEvent>
194    </PostBuildEvent>
195  </PropertyGroup>
196</Project>
Note: See TracBrowser for help on using the repository browser.