Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.SGA.Hardwired/3.2/HeuristicLab.SGA.Hardwired-3.2.csproj @ 1610

Last change on this file since 1610 was 1576, checked in by dtraxing, 15 years ago

Changed version to 3.2 and updated SGAMain.(ticket #580)

File size: 8.2 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>{583705E2-B1F7-42B8-8149-96E7AECA171A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.SGA.Hardwired</RootNamespace>
12    <AssemblyName>HeuristicLab.SGA.Hardwired-3.2</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <StartupObject>
16    </StartupObject>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <PublishUrl>publish\</PublishUrl>
20    <Install>true</Install>
21    <InstallFrom>Disk</InstallFrom>
22    <UpdateEnabled>false</UpdateEnabled>
23    <UpdateMode>Foreground</UpdateMode>
24    <UpdateInterval>7</UpdateInterval>
25    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26    <UpdatePeriodically>false</UpdatePeriodically>
27    <UpdateRequired>false</UpdateRequired>
28    <MapFileExtensions>true</MapFileExtensions>
29    <ApplicationRevision>0</ApplicationRevision>
30    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31    <IsWebBootstrapper>false</IsWebBootstrapper>
32    <UseApplicationTrust>false</UseApplicationTrust>
33    <BootstrapperEnabled>true</BootstrapperEnabled>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36    <DebugSymbols>true</DebugSymbols>
37    <DebugType>full</DebugType>
38    <Optimize>false</Optimize>
39    <OutputPath>bin\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <ErrorReport>prompt</ErrorReport>
42    <WarningLevel>4</WarningLevel>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45    <DebugType>pdbonly</DebugType>
46    <Optimize>true</Optimize>
47    <OutputPath>bin\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <ErrorReport>prompt</ErrorReport>
50    <WarningLevel>4</WarningLevel>
51  </PropertyGroup>
52  <ItemGroup>
53    <Reference Include="System" />
54    <Reference Include="System.Core">
55      <RequiredTargetFramework>3.5</RequiredTargetFramework>
56    </Reference>
57    <Reference Include="System.Xml.Linq">
58      <RequiredTargetFramework>3.5</RequiredTargetFramework>
59    </Reference>
60    <Reference Include="System.Data.DataSetExtensions">
61      <RequiredTargetFramework>3.5</RequiredTargetFramework>
62    </Reference>
63    <Reference Include="System.Data" />
64    <Reference Include="System.Deployment" />
65    <Reference Include="System.Drawing" />
66    <Reference Include="System.Windows.Forms" />
67    <Reference Include="System.Xml" />
68  </ItemGroup>
69  <ItemGroup>
70    <Compile Include="CreateReplacement.cs" />
71    <Compile Include="CreateChildrenHardWired.cs" />
72    <Compile Include="HeuristicLabSGAHardwiredPlugin.cs" />
73    <Compile Include="Properties\AssemblyInfo.cs" />
74    <Compile Include="CreateChildren.cs" />
75    <Compile Include="SGAMainWithHWControllStructures.cs" />
76  </ItemGroup>
77  <ItemGroup>
78    <None Include="Properties\AssemblyInfo.frame" />
79    <None Include="HeuristicLab.snk" />
80  </ItemGroup>
81  <ItemGroup>
82    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
83      <Visible>False</Visible>
84      <ProductName>.NET Framework Client Profile</ProductName>
85      <Install>false</Install>
86    </BootstrapperPackage>
87    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
88      <Visible>False</Visible>
89      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
90      <Install>false</Install>
91    </BootstrapperPackage>
92    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
93      <Visible>False</Visible>
94      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
95      <Install>false</Install>
96    </BootstrapperPackage>
97    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
98      <Visible>False</Visible>
99      <ProductName>.NET Framework 3.5</ProductName>
100      <Install>false</Install>
101    </BootstrapperPackage>
102    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
103      <Visible>False</Visible>
104      <ProductName>.NET Framework 3.5 SP1</ProductName>
105      <Install>true</Install>
106    </BootstrapperPackage>
107    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
108      <Visible>False</Visible>
109      <ProductName>Windows Installer 3.1</ProductName>
110      <Install>true</Install>
111    </BootstrapperPackage>
112  </ItemGroup>
113  <ItemGroup>
114    <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">
115      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
116      <Name>HeuristicLab.Constraints-3.2</Name>
117    </ProjectReference>
118    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
119      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
120      <Name>HeuristicLab.Core-3.2</Name>
121    </ProjectReference>
122    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
123      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
124      <Name>HeuristicLab.Data-3.2</Name>
125    </ProjectReference>
126    <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.2\HeuristicLab.Evolutionary-3.2.csproj">
127      <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
128      <Name>HeuristicLab.Evolutionary-3.2</Name>
129    </ProjectReference>
130    <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj">
131      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
132      <Name>HeuristicLab.Logging-3.2</Name>
133    </ProjectReference>
134    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
135      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
136      <Name>HeuristicLab.Operators-3.2</Name>
137    </ProjectReference>
138    <ProjectReference Include="..\..\HeuristicLab.Permutation\3.2\HeuristicLab.Permutation-3.2.csproj">
139      <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
140      <Name>HeuristicLab.Permutation-3.2</Name>
141    </ProjectReference>
142    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
143      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
144      <Name>HeuristicLab.PluginInfrastructure</Name>
145    </ProjectReference>
146    <ProjectReference Include="..\..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
147      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
148      <Name>HeuristicLab.Random-3.2</Name>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.Routing.TSP\3.2\HeuristicLab.Routing.TSP-3.2.csproj">
151      <Project>{9EF75B49-D507-44E0-BC5D-C200FDA53B9B}</Project>
152      <Name>HeuristicLab.Routing.TSP-3.2</Name>
153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.Selection\3.2\HeuristicLab.Selection-3.2.csproj">
155      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
156      <Name>HeuristicLab.Selection-3.2</Name>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.2\HeuristicLab.SequentialEngine-3.2.csproj">
159      <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
160      <Name>HeuristicLab.SequentialEngine-3.2</Name>
161    </ProjectReference>
162  </ItemGroup>
163  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
164  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
165       Other similar extension points exist, see Microsoft.Common.targets.
166  <Target Name="BeforeBuild">
167  </Target>
168  <Target Name="AfterBuild">
169  </Target>
170  -->
171  <PropertyGroup>
172    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
173set ProjectDir=$(ProjectDir)
174set SolutionDir=$(SolutionDir)
175set Outdir=$(Outdir)
176
177call PreBuildEvent.cmd</PreBuildEvent>
178  </PropertyGroup>
179</Project>
Note: See TracBrowser for help on using the repository browser.