Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.SGA/3.2/HeuristicLab.SGA.csproj @ 1530

Last change on this file since 1530 was 1530, checked in by gkronber, 15 years ago

Moved source files of plugins Hive ... Visualization.Test into version-specific sub-folders. #576

File size: 6.9 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  </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  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
56    <DebugSymbols>true</DebugSymbols>
57    <OutputPath>bin\x64\Debug\</OutputPath>
58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <DebugType>full</DebugType>
60    <PlatformTarget>x64</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
64    <OutputPath>bin\x64\Release\</OutputPath>
65    <DefineConstants>TRACE</DefineConstants>
66    <DocumentationFile>bin\Release\HeuristicLab.SGA-3.2.XML</DocumentationFile>
67    <Optimize>true</Optimize>
68    <DebugType>pdbonly</DebugType>
69    <PlatformTarget>x64</PlatformTarget>
70    <ErrorReport>prompt</ErrorReport>
71  </PropertyGroup>
72  <ItemGroup>
73    <Reference Include="System" />
74    <Reference Include="System.Data" />
75    <Reference Include="System.Drawing" />
76    <Reference Include="System.Windows.Forms" />
77    <Reference Include="System.Xml" />
78  </ItemGroup>
79  <ItemGroup>
80    <Compile Include="HeuristicLabSGAPlugin.cs" />
81    <Compile Include="Properties\AssemblyInfo.cs" />
82    <Compile Include="SGA.cs" />
83    <Compile Include="SGAEditor.cs">
84      <SubType>UserControl</SubType>
85    </Compile>
86    <Compile Include="SGAEditor.Designer.cs">
87      <DependentUpon>SGAEditor.cs</DependentUpon>
88    </Compile>
89  </ItemGroup>
90  <ItemGroup>
91    <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
92      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
93      <Name>HeuristicLab.Constraints</Name>
94    </ProjectReference>
95    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
96      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
97      <Name>HeuristicLab.Core</Name>
98    </ProjectReference>
99    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
100      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
101      <Name>HeuristicLab.Data</Name>
102    </ProjectReference>
103    <ProjectReference Include="..\HeuristicLab.Evolutionary\HeuristicLab.Evolutionary.csproj">
104      <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
105      <Name>HeuristicLab.Evolutionary</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\HeuristicLab.Logging\HeuristicLab.Logging.csproj">
108      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
109      <Name>HeuristicLab.Logging</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
112      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
113      <Name>HeuristicLab.Operators</Name>
114    </ProjectReference>
115    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
116      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
117      <Name>HeuristicLab.PluginInfrastructure</Name>
118    </ProjectReference>
119    <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
120      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
121      <Name>HeuristicLab.Random</Name>
122    </ProjectReference>
123    <ProjectReference Include="..\HeuristicLab.Selection\HeuristicLab.Selection.csproj">
124      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
125      <Name>HeuristicLab.Selection</Name>
126    </ProjectReference>
127    <ProjectReference Include="..\HeuristicLab.SequentialEngine\HeuristicLab.SequentialEngine.csproj">
128      <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
129      <Name>HeuristicLab.SequentialEngine</Name>
130    </ProjectReference>
131  </ItemGroup>
132  <ItemGroup>
133    <None Include="HeuristicLab.snk" />
134    <None Include="Properties\AssemblyInfo.frame" />
135  </ItemGroup>
136  <ItemGroup>
137    <EmbeddedResource Include="SGAEditor.resx">
138      <SubType>Designer</SubType>
139      <DependentUpon>SGAEditor.cs</DependentUpon>
140    </EmbeddedResource>
141  </ItemGroup>
142  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
143  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
144       Other similar extension points exist, see Microsoft.Common.targets.
145  <Target Name="BeforeBuild">
146  </Target>
147  <Target Name="AfterBuild">
148  </Target>
149  -->
150  <PropertyGroup>
151    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
152set ProjectDir=$(ProjectDir)
153set SolutionDir=$(SolutionDir)
154set Outdir=$(Outdir)
155
156call PreBuildEvent.cmd</PreBuildEvent>
157  </PropertyGroup>
158</Project>
Note: See TracBrowser for help on using the repository browser.