Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1822 was 1789, checked in by dtraxing, 16 years ago

improved support for algorithm abort. (ticket #580)

File size: 9.4 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  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
53    <DebugSymbols>true</DebugSymbols>
54    <OutputPath>bin\x86\Debug\</OutputPath>
55    <DefineConstants>DEBUG;TRACE</DefineConstants>
56    <DebugType>full</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
61    <OutputPath>bin\x86\Release\</OutputPath>
62    <DefineConstants>TRACE</DefineConstants>
63    <Optimize>true</Optimize>
64    <DebugType>pdbonly</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
69    <DebugSymbols>true</DebugSymbols>
70    <OutputPath>bin\x64\Debug\</OutputPath>
71    <DefineConstants>DEBUG;TRACE</DefineConstants>
72    <DebugType>full</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
77    <OutputPath>bin\x64\Release\</OutputPath>
78    <DefineConstants>TRACE</DefineConstants>
79    <Optimize>true</Optimize>
80    <DebugType>pdbonly</DebugType>
81    <PlatformTarget>x64</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
83  </PropertyGroup>
84  <ItemGroup>
85    <Reference Include="System" />
86    <Reference Include="System.Core">
87      <RequiredTargetFramework>3.5</RequiredTargetFramework>
88    </Reference>
89    <Reference Include="System.Xml.Linq">
90      <RequiredTargetFramework>3.5</RequiredTargetFramework>
91    </Reference>
92    <Reference Include="System.Data.DataSetExtensions">
93      <RequiredTargetFramework>3.5</RequiredTargetFramework>
94    </Reference>
95    <Reference Include="System.Data" />
96    <Reference Include="System.Deployment" />
97    <Reference Include="System.Drawing" />
98    <Reference Include="System.Windows.Forms" />
99    <Reference Include="System.Xml" />
100  </ItemGroup>
101  <ItemGroup>
102    <Compile Include="FixedOperatorBase.cs" />
103    <Compile Include="FixedSGAMain.cs" />
104    <Compile Include="HeuristicLabFixedOperatorsPlugin.cs" />
105    <Compile Include="Properties\AssemblyInfo.cs" />
106  </ItemGroup>
107  <ItemGroup>
108    <None Include="Properties\AssemblyInfo.frame" />
109    <None Include="HeuristicLab.snk" />
110  </ItemGroup>
111  <ItemGroup>
112    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
113      <Visible>False</Visible>
114      <ProductName>.NET Framework Client Profile</ProductName>
115      <Install>false</Install>
116    </BootstrapperPackage>
117    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
118      <Visible>False</Visible>
119      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
120      <Install>false</Install>
121    </BootstrapperPackage>
122    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
123      <Visible>False</Visible>
124      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
125      <Install>false</Install>
126    </BootstrapperPackage>
127    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
128      <Visible>False</Visible>
129      <ProductName>.NET Framework 3.5</ProductName>
130      <Install>false</Install>
131    </BootstrapperPackage>
132    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
133      <Visible>False</Visible>
134      <ProductName>.NET Framework 3.5 SP1</ProductName>
135      <Install>true</Install>
136    </BootstrapperPackage>
137    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
138      <Visible>False</Visible>
139      <ProductName>Windows Installer 3.1</ProductName>
140      <Install>true</Install>
141    </BootstrapperPackage>
142  </ItemGroup>
143  <ItemGroup>
144    <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">
145      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
146      <Name>HeuristicLab.Constraints-3.2</Name>
147    </ProjectReference>
148    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
149      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
150      <Name>HeuristicLab.Core-3.2</Name>
151    </ProjectReference>
152    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
153      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
154      <Name>HeuristicLab.Data-3.2</Name>
155    </ProjectReference>
156    <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.2\HeuristicLab.Evolutionary-3.2.csproj">
157      <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
158      <Name>HeuristicLab.Evolutionary-3.2</Name>
159    </ProjectReference>
160    <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj">
161      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
162      <Name>HeuristicLab.Logging-3.2</Name>
163    </ProjectReference>
164    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
165      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
166      <Name>HeuristicLab.Operators-3.2</Name>
167    </ProjectReference>
168    <ProjectReference Include="..\..\HeuristicLab.Permutation\3.2\HeuristicLab.Permutation-3.2.csproj">
169      <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
170      <Name>HeuristicLab.Permutation-3.2</Name>
171    </ProjectReference>
172    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
173      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
174      <Name>HeuristicLab.PluginInfrastructure</Name>
175    </ProjectReference>
176    <ProjectReference Include="..\..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
177      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
178      <Name>HeuristicLab.Random-3.2</Name>
179    </ProjectReference>
180    <ProjectReference Include="..\..\HeuristicLab.Routing.TSP\3.2\HeuristicLab.Routing.TSP-3.2.csproj">
181      <Project>{9EF75B49-D507-44E0-BC5D-C200FDA53B9B}</Project>
182      <Name>HeuristicLab.Routing.TSP-3.2</Name>
183    </ProjectReference>
184    <ProjectReference Include="..\..\HeuristicLab.Selection\3.2\HeuristicLab.Selection-3.2.csproj">
185      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
186      <Name>HeuristicLab.Selection-3.2</Name>
187    </ProjectReference>
188    <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.2\HeuristicLab.SequentialEngine-3.2.csproj">
189      <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
190      <Name>HeuristicLab.SequentialEngine-3.2</Name>
191    </ProjectReference>
192  </ItemGroup>
193  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
194  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
195       Other similar extension points exist, see Microsoft.Common.targets.
196  <Target Name="BeforeBuild">
197  </Target>
198  <Target Name="AfterBuild">
199  </Target>
200  -->
201  <PropertyGroup>
202    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
203set ProjectDir=$(ProjectDir)
204set SolutionDir=$(SolutionDir)
205set Outdir=$(Outdir)
206
207call PreBuildEvent.cmd</PreBuildEvent>
208  </PropertyGroup>
209</Project>
Note: See TracBrowser for help on using the repository browser.