Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PSO/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj @ 5311

Last change on this file since 5311 was 5311, checked in by mkofler, 13 years ago

#852: Adjusted parameter modifiers as discussed in ticket.

File size: 11.9 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{2C429157-9C34-4DD3-9D5F-B444B751E39A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.ParticleSwarmOptimization</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36    <TargetFrameworkProfile />
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x86\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
67    <OutputPath>bin\x86\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
76    <DebugSymbols>true</DebugSymbols>
77    <OutputPath>bin\x64\Debug\</OutputPath>
78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x64</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
85    <OutputPath>bin\x64\Release\</OutputPath>
86    <DefineConstants>TRACE</DefineConstants>
87    <Optimize>true</Optimize>
88    <DebugType>pdbonly</DebugType>
89    <PlatformTarget>x64</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
92  </PropertyGroup>
93  <ItemGroup>
94    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
95      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="System" />
98    <Reference Include="System.Core">
99      <RequiredTargetFramework>3.5</RequiredTargetFramework>
100    </Reference>
101    <Reference Include="System.Xml.Linq">
102      <RequiredTargetFramework>3.5</RequiredTargetFramework>
103    </Reference>
104    <Reference Include="System.Data.DataSetExtensions">
105      <RequiredTargetFramework>3.5</RequiredTargetFramework>
106    </Reference>
107    <Reference Include="System.Data" />
108    <Reference Include="System.Xml" />
109  </ItemGroup>
110  <ItemGroup>
111    <Compile Include="BestPointInitializer.cs" />
112    <Compile Include="IDiscreteDoubleMatrixModifier.cs" />
113    <Compile Include="VelocityBoundsModifier.cs" />
114    <Compile Include="RandomTopologyInitializer.cs" />
115    <Compile Include="VonNeumannTopologyInitializer.cs" />
116    <Compile Include="EmptyTopologyInitializer.cs" />
117    <Compile Include="RingTopologyInitializer.cs" />
118    <Compile Include="ITopologyUpdater.cs" />
119    <Compile Include="IdentityTopologyUpdater.cs" />
120    <Compile Include="NeighborUpdater.cs" />
121    <Compile Include="TopologyInitializer.cs" />
122    <Compile Include="ITopologyInitializer.cs" />
123    <Compile Include="NeighborhoodParticleUpdater.cs" />
124    <Compile Include="IParticleUpdater.cs" />
125    <Compile Include="TotallyConnectedParticleUpdater.cs" />
126    <Compile Include="HeuristicLabAlgorithmsParticleSwarmOptimizationPlugin.cs" />
127    <Compile Include="ParticleSwarmOptimization.cs" />
128    <Compile Include="Properties\AssemblyInfo.cs" />
129    <Compile Include="ParticleUpdater.cs" />
130    <Compile Include="SwarmUpdater.cs" />
131  </ItemGroup>
132  <ItemGroup>
133    <None Include="HeuristicLab.snk" />
134    <None Include="HeuristicLabAlgorithmsParticleSwarmOptimizationPlugin.cs.frame" />
135    <None Include="Properties\AssemblyInfo.frame" />
136  </ItemGroup>
137  <ItemGroup>
138    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
139      <SpecificVersion>False</SpecificVersion>
140      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
141    </Reference>
142    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
143      <SpecificVersion>False</SpecificVersion>
144      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
145    </Reference>
146    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
147      <SpecificVersion>False</SpecificVersion>
148      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
149    </Reference>
150    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
151      <SpecificVersion>False</SpecificVersion>
152      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
153    </Reference>
154    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
155      <SpecificVersion>False</SpecificVersion>
156      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
157    </Reference>
158    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
159      <SpecificVersion>False</SpecificVersion>
160      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
161    </Reference>
162    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
163      <SpecificVersion>False</SpecificVersion>
164      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
165    </Reference>
166    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
167      <SpecificVersion>False</SpecificVersion>
168      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
169    </Reference>
170    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
171      <SpecificVersion>False</SpecificVersion>
172      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
173    </Reference>
174    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
175      <SpecificVersion>False</SpecificVersion>
176      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
177    </Reference>
178    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
179      <SpecificVersion>False</SpecificVersion>
180      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
181    </Reference>
182    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
183      <SpecificVersion>False</SpecificVersion>
184      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
185    </Reference>
186    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
187      <SpecificVersion>False</SpecificVersion>
188      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
189    </Reference>
190  </ItemGroup>
191  <ItemGroup>
192    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
193      <Visible>False</Visible>
194      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
195      <Install>false</Install>
196    </BootstrapperPackage>
197    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
198      <Visible>False</Visible>
199      <ProductName>.NET Framework 3.5 SP1</ProductName>
200      <Install>true</Install>
201    </BootstrapperPackage>
202    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
203      <Visible>False</Visible>
204      <ProductName>Windows Installer 3.1</ProductName>
205      <Install>true</Install>
206    </BootstrapperPackage>
207  </ItemGroup>
208  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
209  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
210       Other similar extension points exist, see Microsoft.Common.targets.
211  <Target Name="BeforeBuild">
212  </Target>
213  <Target Name="AfterBuild">
214  </Target>
215  -->
216  <PropertyGroup>
217    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
218set ProjectDir=$(ProjectDir)
219set SolutionDir=$(SolutionDir)
220set Outdir=$(Outdir)
221
222call PreBuildEvent.cmd
223SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAlgorithmsParticleSwarmOptimizationPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAlgorithmsParticleSwarmOptimizationPlugin.cs"
224SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"</PreBuildEvent>
225  </PropertyGroup>
226  <PropertyGroup>
227    <PostBuildEvent>copy $(TargetFileName) "C:\Program Files\HeuristicLab 3.3"</PostBuildEvent>
228  </PropertyGroup>
229</Project>
Note: See TracBrowser for help on using the repository browser.