Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.SimOpt/HeuristicLab.SimOpt.csproj @ 1413

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

added some manipulation operators (#540)

File size: 7.9 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  <ItemGroup>
52    <Reference Include="System" />
53    <Reference Include="System.Core">
54      <RequiredTargetFramework>3.5</RequiredTargetFramework>
55    </Reference>
56    <Reference Include="System.Drawing" />
57    <Reference Include="System.Windows.Forms" />
58    <Reference Include="System.Xml.Linq">
59      <RequiredTargetFramework>3.5</RequiredTargetFramework>
60    </Reference>
61    <Reference Include="System.Data.DataSetExtensions">
62      <RequiredTargetFramework>3.5</RequiredTargetFramework>
63    </Reference>
64    <Reference Include="System.Data" />
65    <Reference Include="System.Xml" />
66  </ItemGroup>
67  <ItemGroup>
68    <Compile Include="IntParameterBoundConstraintView.cs">
69      <SubType>UserControl</SubType>
70    </Compile>
71    <Compile Include="IntParameterBoundConstraintView.Designer.cs">
72      <DependentUpon>IntParameterBoundConstraintView.cs</DependentUpon>
73    </Compile>
74    <Compile Include="IntParameterBoundConstraint.cs" />
75    <Compile Include="NumericDataRoundedAverageMultiCrossover.cs">
76      <SubType>Code</SubType>
77    </Compile>
78    <Compile Include="SimOptCrossoverPreparator.cs" />
79    <Compile Include="SimOptSelfAdaptiveNumericVectorNormalMutation.cs">
80      <SubType>Code</SubType>
81    </Compile>
82    <Compile Include="SimOptSelfAdaptiveNumericVectorProbabilityMutation.cs">
83      <SubType>Code</SubType>
84    </Compile>
85    <Compile Include="SimOptSequentialSubOperatorProcessor.cs" />
86    <Compile Include="SimOptSquentialSubOperatorCrossover.cs" />
87    <Compile Include="DoubleParameterBoundConstraint.cs" />
88    <Compile Include="DoubleParameterBoundConstraintView.cs">
89      <SubType>UserControl</SubType>
90    </Compile>
91    <Compile Include="DoubleParameterBoundConstraintView.Designer.cs">
92      <DependentUpon>DoubleParameterBoundConstraintView.cs</DependentUpon>
93    </Compile>
94    <Compile Include="HeuristicLabSimOptPlugin.cs" />
95    <Compile Include="Properties\AssemblyInfo.cs" />
96    <Compile Include="SimOptDiscreteMultiCrossover.cs" />
97    <Compile Include="SimOptParameterExtractor.cs">
98      <SubType>Code</SubType>
99    </Compile>
100    <Compile Include="SimOptParameterPacker.cs" />
101    <Compile Include="SimOptProblemInjector.cs" />
102    <Compile Include="SimOptProblemInjectorView.cs">
103      <SubType>UserControl</SubType>
104    </Compile>
105    <Compile Include="SimOptProblemInjectorView.Designer.cs">
106      <DependentUpon>SimOptProblemInjectorView.cs</DependentUpon>
107    </Compile>
108    <Compile Include="SimOptSinglePointCrossover.cs" />
109  </ItemGroup>
110  <ItemGroup>
111    <None Include="HeuristicLab.snk" />
112  </ItemGroup>
113  <ItemGroup>
114    <EmbeddedResource Include="IntParameterBoundConstraintView.resx">
115      <DependentUpon>IntParameterBoundConstraintView.cs</DependentUpon>
116      <SubType>Designer</SubType>
117    </EmbeddedResource>
118    <EmbeddedResource Include="DoubleParameterBoundConstraintView.resx">
119      <DependentUpon>DoubleParameterBoundConstraintView.cs</DependentUpon>
120      <SubType>Designer</SubType>
121    </EmbeddedResource>
122    <EmbeddedResource Include="SimOptProblemInjectorView.resx">
123      <DependentUpon>SimOptProblemInjectorView.cs</DependentUpon>
124      <SubType>Designer</SubType>
125    </EmbeddedResource>
126  </ItemGroup>
127  <ItemGroup>
128    <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
129      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
130      <Name>HeuristicLab.Constraints</Name>
131    </ProjectReference>
132    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
133      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
134      <Name>HeuristicLab.Core</Name>
135    </ProjectReference>
136    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
137      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
138      <Name>HeuristicLab.Data</Name>
139    </ProjectReference>
140    <ProjectReference Include="..\HeuristicLab.Evolutionary\HeuristicLab.Evolutionary.csproj">
141      <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
142      <Name>HeuristicLab.Evolutionary</Name>
143    </ProjectReference>
144    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
145      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
146      <Name>HeuristicLab.Operators</Name>
147    </ProjectReference>
148    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
149      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
150      <Name>HeuristicLab.PluginInfrastructure</Name>
151    </ProjectReference>
152    <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
153      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
154      <Name>HeuristicLab.Random</Name>
155    </ProjectReference>
156    <ProjectReference Include="..\HeuristicLab.Selection\HeuristicLab.Selection.csproj">
157      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
158      <Name>HeuristicLab.Selection</Name>
159    </ProjectReference>
160  </ItemGroup>
161  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
162  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
163       Other similar extension points exist, see Microsoft.Common.targets.
164  <Target Name="BeforeBuild">
165  </Target>
166  <Target Name="AfterBuild">
167  </Target>
168  -->
169  <PropertyGroup>
170    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
171set ProjectDir=$(ProjectDir)
172set SolutionDir=$(SolutionDir)
173set Outdir=$(Outdir)
174
175call PreBuildEvent.cmd</PreBuildEvent>
176    <PostBuildEvent>
177    </PostBuildEvent>
178  </PropertyGroup>
179</Project>
Note: See TracBrowser for help on using the repository browser.