Free cookie consent management tool by TermsFeed Policy Generator

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

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

changed implementation of fixed operators. (ticket #580)

File size: 9.5 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="Copy of FixedOperatorBase.cs" />
103    <Compile Include="Copy of FixedSGAMain.cs" />
104    <Compile Include="FixedOperatorBase.cs" />
105    <Compile Include="FixedSGAMain.cs" />
106    <Compile Include="HeuristicLabFixedOperatorsPlugin.cs" />
107    <Compile Include="Properties\AssemblyInfo.cs" />
108  </ItemGroup>
109  <ItemGroup>
110    <None Include="Properties\AssemblyInfo.frame" />
111    <None Include="HeuristicLab.snk" />
112  </ItemGroup>
113  <ItemGroup>
114    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
115      <Visible>False</Visible>
116      <ProductName>.NET Framework Client Profile</ProductName>
117      <Install>false</Install>
118    </BootstrapperPackage>
119    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
120      <Visible>False</Visible>
121      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
122      <Install>false</Install>
123    </BootstrapperPackage>
124    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
125      <Visible>False</Visible>
126      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
127      <Install>false</Install>
128    </BootstrapperPackage>
129    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
130      <Visible>False</Visible>
131      <ProductName>.NET Framework 3.5</ProductName>
132      <Install>false</Install>
133    </BootstrapperPackage>
134    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
135      <Visible>False</Visible>
136      <ProductName>.NET Framework 3.5 SP1</ProductName>
137      <Install>true</Install>
138    </BootstrapperPackage>
139    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
140      <Visible>False</Visible>
141      <ProductName>Windows Installer 3.1</ProductName>
142      <Install>true</Install>
143    </BootstrapperPackage>
144  </ItemGroup>
145  <ItemGroup>
146    <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">
147      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
148      <Name>HeuristicLab.Constraints-3.2</Name>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
151      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
152      <Name>HeuristicLab.Core-3.2</Name>
153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
155      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
156      <Name>HeuristicLab.Data-3.2</Name>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.2\HeuristicLab.Evolutionary-3.2.csproj">
159      <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
160      <Name>HeuristicLab.Evolutionary-3.2</Name>
161    </ProjectReference>
162    <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj">
163      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
164      <Name>HeuristicLab.Logging-3.2</Name>
165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
167      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
168      <Name>HeuristicLab.Operators-3.2</Name>
169    </ProjectReference>
170    <ProjectReference Include="..\..\HeuristicLab.Permutation\3.2\HeuristicLab.Permutation-3.2.csproj">
171      <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
172      <Name>HeuristicLab.Permutation-3.2</Name>
173    </ProjectReference>
174    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
175      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
176      <Name>HeuristicLab.PluginInfrastructure</Name>
177    </ProjectReference>
178    <ProjectReference Include="..\..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
179      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
180      <Name>HeuristicLab.Random-3.2</Name>
181    </ProjectReference>
182    <ProjectReference Include="..\..\HeuristicLab.Routing.TSP\3.2\HeuristicLab.Routing.TSP-3.2.csproj">
183      <Project>{9EF75B49-D507-44E0-BC5D-C200FDA53B9B}</Project>
184      <Name>HeuristicLab.Routing.TSP-3.2</Name>
185    </ProjectReference>
186    <ProjectReference Include="..\..\HeuristicLab.Selection\3.2\HeuristicLab.Selection-3.2.csproj">
187      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
188      <Name>HeuristicLab.Selection-3.2</Name>
189    </ProjectReference>
190    <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.2\HeuristicLab.SequentialEngine-3.2.csproj">
191      <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
192      <Name>HeuristicLab.SequentialEngine-3.2</Name>
193    </ProjectReference>
194  </ItemGroup>
195  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
196  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
197       Other similar extension points exist, see Microsoft.Common.targets.
198  <Target Name="BeforeBuild">
199  </Target>
200  <Target Name="AfterBuild">
201  </Target>
202  -->
203  <PropertyGroup>
204    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
205set ProjectDir=$(ProjectDir)
206set SolutionDir=$(SolutionDir)
207set Outdir=$(Outdir)
208
209call PreBuildEvent.cmd</PreBuildEvent>
210  </PropertyGroup>
211</Project>
Note: See TracBrowser for help on using the repository browser.