Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3214 was 2474, checked in by swagner, 15 years ago

Implemented generic EventArgs (#796)

File size: 7.4 KB
RevLine 
[2]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>
[574]5    <ProductVersion>9.0.30729</ProductVersion>
[2]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>
[582]11    <AssemblyName>HeuristicLab.SGA-3.2</AssemblyName>
[2]12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
[2474]19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
[2]20  </PropertyGroup>
21  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22    <DebugSymbols>true</DebugSymbols>
23    <DebugType>full</DebugType>
24    <Optimize>false</Optimize>
25    <OutputPath>bin\Debug\</OutputPath>
26    <DefineConstants>DEBUG;TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
[582]37    <DocumentationFile>bin\Release\HeuristicLab.SGA-3.2.XML</DocumentationFile>
[2]38  </PropertyGroup>
[564]39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>bin\x86\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
48    <OutputPath>bin\x86\Release\</OutputPath>
49    <DefineConstants>TRACE</DefineConstants>
[582]50    <DocumentationFile>bin\Release\HeuristicLab.SGA-3.2.XML</DocumentationFile>
[564]51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x86</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55  </PropertyGroup>
[1474]56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\x64\Debug\</OutputPath>
59    <DefineConstants>DEBUG;TRACE</DefineConstants>
60    <DebugType>full</DebugType>
61    <PlatformTarget>x64</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
65    <OutputPath>bin\x64\Release\</OutputPath>
66    <DefineConstants>TRACE</DefineConstants>
67    <DocumentationFile>bin\Release\HeuristicLab.SGA-3.2.XML</DocumentationFile>
68    <Optimize>true</Optimize>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x64</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72  </PropertyGroup>
[2]73  <ItemGroup>
74    <Reference Include="System" />
[2474]75    <Reference Include="System.Core">
76      <RequiredTargetFramework>3.5</RequiredTargetFramework>
77    </Reference>
[2]78    <Reference Include="System.Data" />
79    <Reference Include="System.Drawing" />
80    <Reference Include="System.Windows.Forms" />
81    <Reference Include="System.Xml" />
82  </ItemGroup>
83  <ItemGroup>
84    <Compile Include="HeuristicLabSGAPlugin.cs" />
85    <Compile Include="Properties\AssemblyInfo.cs" />
86    <Compile Include="SGA.cs" />
87    <Compile Include="SGAEditor.cs">
88      <SubType>UserControl</SubType>
89    </Compile>
90    <Compile Include="SGAEditor.Designer.cs">
91      <DependentUpon>SGAEditor.cs</DependentUpon>
92    </Compile>
93  </ItemGroup>
94  <ItemGroup>
[2474]95    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
96      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
97      <Name>HeuristicLab.Common-3.2</Name>
98    </ProjectReference>
[1534]99    <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">
[2]100      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
[1534]101      <Name>HeuristicLab.Constraints-3.2</Name>
[2]102    </ProjectReference>
[1534]103    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
[2]104      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
[1534]105      <Name>HeuristicLab.Core-3.2</Name>
[2]106    </ProjectReference>
[1534]107    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
[2]108      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
[1534]109      <Name>HeuristicLab.Data-3.2</Name>
[2]110    </ProjectReference>
[1534]111    <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.2\HeuristicLab.Evolutionary-3.2.csproj">
[1225]112      <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
[1534]113      <Name>HeuristicLab.Evolutionary-3.2</Name>
[1225]114    </ProjectReference>
[1534]115    <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj">
[2]116      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
[1534]117      <Name>HeuristicLab.Logging-3.2</Name>
[2]118    </ProjectReference>
[1534]119    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
[2]120      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
[1534]121      <Name>HeuristicLab.Operators-3.2</Name>
[2]122    </ProjectReference>
[1534]123    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
[2]124      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
125      <Name>HeuristicLab.PluginInfrastructure</Name>
126    </ProjectReference>
[1534]127    <ProjectReference Include="..\..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
[2]128      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
[1534]129      <Name>HeuristicLab.Random-3.2</Name>
[2]130    </ProjectReference>
[1534]131    <ProjectReference Include="..\..\HeuristicLab.Selection\3.2\HeuristicLab.Selection-3.2.csproj">
[2]132      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
[1534]133      <Name>HeuristicLab.Selection-3.2</Name>
[2]134    </ProjectReference>
[1534]135    <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.2\HeuristicLab.SequentialEngine-3.2.csproj">
[2]136      <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
[1534]137      <Name>HeuristicLab.SequentialEngine-3.2</Name>
[2]138    </ProjectReference>
139  </ItemGroup>
140  <ItemGroup>
141    <None Include="HeuristicLab.snk" />
[30]142    <None Include="Properties\AssemblyInfo.frame" />
[2]143  </ItemGroup>
144  <ItemGroup>
145    <EmbeddedResource Include="SGAEditor.resx">
146      <SubType>Designer</SubType>
147      <DependentUpon>SGAEditor.cs</DependentUpon>
148    </EmbeddedResource>
149  </ItemGroup>
150  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
151  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
152       Other similar extension points exist, see Microsoft.Common.targets.
153  <Target Name="BeforeBuild">
154  </Target>
155  <Target Name="AfterBuild">
156  </Target>
157  -->
[30]158  <PropertyGroup>
[852]159    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
160set ProjectDir=$(ProjectDir)
161set SolutionDir=$(SolutionDir)
162set Outdir=$(Outdir)
163
164call PreBuildEvent.cmd</PreBuildEvent>
[30]165  </PropertyGroup>
[2]166</Project>
Note: See TracBrowser for help on using the repository browser.