Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.FixedOperators/3.2/HeuristicLab.FixedOperators-3.2.csproj @ 1693

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

Improved algorithm abortion support. Added support for composite operations in FixedSGAMain. (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.FixedOperators</RootNamespace>
12    <AssemblyName>HeuristicLab.FixedOperators-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="FixedAllSGAMain.cs" />
71    <Compile Include="CreateReplacement.cs" />
72    <Compile Include="CreateChildrenHardWired.cs" />
73    <Compile Include="FixedBase.cs" />
74    <Compile Include="FixedSGAMain.cs" />
75    <Compile Include="HeuristicLabFixedOperatorsPlugin.cs" />
76    <Compile Include="Properties\AssemblyInfo.cs" />
77    <Compile Include="CreateChildren.cs" />
78  </ItemGroup>
79  <ItemGroup>
80    <None Include="Properties\AssemblyInfo.frame" />
81    <None Include="HeuristicLab.snk" />
82  </ItemGroup>
83  <ItemGroup>
84    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
85      <Visible>False</Visible>
86      <ProductName>.NET Framework Client Profile</ProductName>
87      <Install>false</Install>
88    </BootstrapperPackage>
89    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
90      <Visible>False</Visible>
91      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
92      <Install>false</Install>
93    </BootstrapperPackage>
94    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
95      <Visible>False</Visible>
96      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
97      <Install>false</Install>
98    </BootstrapperPackage>
99    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
100      <Visible>False</Visible>
101      <ProductName>.NET Framework 3.5</ProductName>
102      <Install>false</Install>
103    </BootstrapperPackage>
104    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
105      <Visible>False</Visible>
106      <ProductName>.NET Framework 3.5 SP1</ProductName>
107      <Install>true</Install>
108    </BootstrapperPackage>
109    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
110      <Visible>False</Visible>
111      <ProductName>Windows Installer 3.1</ProductName>
112      <Install>true</Install>
113    </BootstrapperPackage>
114  </ItemGroup>
115  <ItemGroup>
116    <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">
117      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
118      <Name>HeuristicLab.Constraints-3.2</Name>
119    </ProjectReference>
120    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
121      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
122      <Name>HeuristicLab.Core-3.2</Name>
123    </ProjectReference>
124    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
125      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
126      <Name>HeuristicLab.Data-3.2</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.2\HeuristicLab.Evolutionary-3.2.csproj">
129      <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
130      <Name>HeuristicLab.Evolutionary-3.2</Name>
131    </ProjectReference>
132    <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj">
133      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
134      <Name>HeuristicLab.Logging-3.2</Name>
135    </ProjectReference>
136    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
137      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
138      <Name>HeuristicLab.Operators-3.2</Name>
139    </ProjectReference>
140    <ProjectReference Include="..\..\HeuristicLab.Permutation\3.2\HeuristicLab.Permutation-3.2.csproj">
141      <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
142      <Name>HeuristicLab.Permutation-3.2</Name>
143    </ProjectReference>
144    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
145      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
146      <Name>HeuristicLab.PluginInfrastructure</Name>
147    </ProjectReference>
148    <ProjectReference Include="..\..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
149      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
150      <Name>HeuristicLab.Random-3.2</Name>
151    </ProjectReference>
152    <ProjectReference Include="..\..\HeuristicLab.Routing.TSP\3.2\HeuristicLab.Routing.TSP-3.2.csproj">
153      <Project>{9EF75B49-D507-44E0-BC5D-C200FDA53B9B}</Project>
154      <Name>HeuristicLab.Routing.TSP-3.2</Name>
155    </ProjectReference>
156    <ProjectReference Include="..\..\HeuristicLab.Selection\3.2\HeuristicLab.Selection-3.2.csproj">
157      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
158      <Name>HeuristicLab.Selection-3.2</Name>
159    </ProjectReference>
160    <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.2\HeuristicLab.SequentialEngine-3.2.csproj">
161      <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
162      <Name>HeuristicLab.SequentialEngine-3.2</Name>
163    </ProjectReference>
164  </ItemGroup>
165  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
166  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
167       Other similar extension points exist, see Microsoft.Common.targets.
168  <Target Name="BeforeBuild">
169  </Target>
170  <Target Name="AfterBuild">
171  </Target>
172  -->
173  <PropertyGroup>
174    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
175set ProjectDir=$(ProjectDir)
176set SolutionDir=$(SolutionDir)
177set Outdir=$(Outdir)
178
179call PreBuildEvent.cmd</PreBuildEvent>
180  </PropertyGroup>
181</Project>
Note: See TracBrowser for help on using the repository browser.