Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HL-3.2-MonoMigration/HeuristicLab.SGA/HeuristicLab.SGA.csproj @ 638

Last change on this file since 638 was 638, checked in by gkronber, 16 years ago

created a branch for changes needed to run HL3 on Mono 2.0
(ticket #298)

File size: 5.8 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.21022</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{E39AF78A-9692-472B-B061-E2F1B1AB2C92}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.SGA</RootNamespace>
11    <AssemblyName>HeuristicLab.SGA-3.2</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>bin\Debug\</OutputPath>
25    <DefineConstants>DEBUG;TRACE</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36    <DocumentationFile>bin\Release\HeuristicLab.SGA-3.2.XML</DocumentationFile>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
39    <DebugSymbols>true</DebugSymbols>
40    <OutputPath>bin\x86\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <DebugType>full</DebugType>
43    <PlatformTarget>x86</PlatformTarget>
44    <ErrorReport>prompt</ErrorReport>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47    <OutputPath>bin\x86\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <DocumentationFile>bin\Release\HeuristicLab.SGA-3.2.XML</DocumentationFile>
50    <Optimize>true</Optimize>
51    <DebugType>pdbonly</DebugType>
52    <PlatformTarget>x86</PlatformTarget>
53    <ErrorReport>prompt</ErrorReport>
54  </PropertyGroup>
55  <ItemGroup>
56    <Reference Include="System" />
57    <Reference Include="System.Data" />
58    <Reference Include="System.Drawing" />
59    <Reference Include="System.Windows.Forms" />
60    <Reference Include="System.Xml" />
61  </ItemGroup>
62  <ItemGroup>
63    <Compile Include="HeuristicLabSGAPlugin.cs" />
64    <Compile Include="Properties\AssemblyInfo.cs" />
65    <Compile Include="SGA.cs" />
66    <Compile Include="SGAEditor.cs">
67      <SubType>UserControl</SubType>
68    </Compile>
69    <Compile Include="SGAEditor.Designer.cs">
70      <DependentUpon>SGAEditor.cs</DependentUpon>
71    </Compile>
72  </ItemGroup>
73  <ItemGroup>
74    <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
75      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
76      <Name>HeuristicLab.Constraints</Name>
77    </ProjectReference>
78    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
79      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
80      <Name>HeuristicLab.Core</Name>
81    </ProjectReference>
82    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
83      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
84      <Name>HeuristicLab.Data</Name>
85    </ProjectReference>
86    <ProjectReference Include="..\HeuristicLab.Logging\HeuristicLab.Logging.csproj">
87      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
88      <Name>HeuristicLab.Logging</Name>
89    </ProjectReference>
90    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
91      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
92      <Name>HeuristicLab.Operators</Name>
93    </ProjectReference>
94    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
95      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
96      <Name>HeuristicLab.PluginInfrastructure</Name>
97    </ProjectReference>
98    <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
99      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
100      <Name>HeuristicLab.Random</Name>
101    </ProjectReference>
102    <ProjectReference Include="..\HeuristicLab.Selection\HeuristicLab.Selection.csproj">
103      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
104      <Name>HeuristicLab.Selection</Name>
105    </ProjectReference>
106    <ProjectReference Include="..\HeuristicLab.SequentialEngine\HeuristicLab.SequentialEngine.csproj">
107      <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
108      <Name>HeuristicLab.SequentialEngine</Name>
109    </ProjectReference>
110  </ItemGroup>
111  <ItemGroup>
112    <None Include="HeuristicLab.snk" />
113    <None Include="Properties\AssemblyInfo.frame" />
114  </ItemGroup>
115  <ItemGroup>
116    <EmbeddedResource Include="SGAEditor.resx">
117      <SubType>Designer</SubType>
118      <DependentUpon>SGAEditor.cs</DependentUpon>
119    </EmbeddedResource>
120  </ItemGroup>
121  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
122  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
123       Other similar extension points exist, see Microsoft.Common.targets.
124  <Target Name="BeforeBuild">
125  </Target>
126  <Target Name="AfterBuild">
127  </Target>
128  -->
129  <PropertyGroup>
130    <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
131  </PropertyGroup>
132</Project>
Note: See TracBrowser for help on using the repository browser.