Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.2/sources/HeuristicLab.SGA/3.2/HeuristicLab.SGA-3.2.csproj @ 4539

Last change on this file since 4539 was 2474, checked in by swagner, 14 years ago

Implemented generic EventArgs (#796)

File size: 7.4 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.30729</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    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
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>
37    <DocumentationFile>bin\Release\HeuristicLab.SGA-3.2.XML</DocumentationFile>
38  </PropertyGroup>
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>
50    <DocumentationFile>bin\Release\HeuristicLab.SGA-3.2.XML</DocumentationFile>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x86</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55  </PropertyGroup>
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>
73  <ItemGroup>
74    <Reference Include="System" />
75    <Reference Include="System.Core">
76      <RequiredTargetFramework>3.5</RequiredTargetFramework>
77    </Reference>
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>
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>
99    <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">
100      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
101      <Name>HeuristicLab.Constraints-3.2</Name>
102    </ProjectReference>
103    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
104      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
105      <Name>HeuristicLab.Core-3.2</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
108      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
109      <Name>HeuristicLab.Data-3.2</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.2\HeuristicLab.Evolutionary-3.2.csproj">
112      <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
113      <Name>HeuristicLab.Evolutionary-3.2</Name>
114    </ProjectReference>
115    <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj">
116      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
117      <Name>HeuristicLab.Logging-3.2</Name>
118    </ProjectReference>
119    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
120      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
121      <Name>HeuristicLab.Operators-3.2</Name>
122    </ProjectReference>
123    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
124      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
125      <Name>HeuristicLab.PluginInfrastructure</Name>
126    </ProjectReference>
127    <ProjectReference Include="..\..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
128      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
129      <Name>HeuristicLab.Random-3.2</Name>
130    </ProjectReference>
131    <ProjectReference Include="..\..\HeuristicLab.Selection\3.2\HeuristicLab.Selection-3.2.csproj">
132      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
133      <Name>HeuristicLab.Selection-3.2</Name>
134    </ProjectReference>
135    <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.2\HeuristicLab.SequentialEngine-3.2.csproj">
136      <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
137      <Name>HeuristicLab.SequentialEngine-3.2</Name>
138    </ProjectReference>
139  </ItemGroup>
140  <ItemGroup>
141    <None Include="HeuristicLab.snk" />
142    <None Include="Properties\AssemblyInfo.frame" />
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  -->
158  <PropertyGroup>
159    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
160set ProjectDir=$(ProjectDir)
161set SolutionDir=$(SolutionDir)
162set Outdir=$(Outdir)
163
164call PreBuildEvent.cmd</PreBuildEvent>
165  </PropertyGroup>
166</Project>
Note: See TracBrowser for help on using the repository browser.