Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Assignment.QAP/HeuristicLab.Assignment.QAP.csproj @ 1353

Last change on this file since 1353 was 1291, checked in by gkronber, 15 years ago
  • Added configuration Release/x86 for projects Assignment.QAP, Hive.JobBase and IntVector
  • Removed write-protection from project file of HeuristicLab.Visualization.Test

#99999 (General Housekeeping)

File size: 5.3 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>{0AFC3DEE-0CA4-4CE6-BDE2-E06DDBB8BD21}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Assignment.QAP</RootNamespace>
12    <AssemblyName>HeuristicLab.Assignment.QAP-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  </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  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>bin\x86\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44  </PropertyGroup>
45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
46    <OutputPath>bin\x86\Release\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x86</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52  </PropertyGroup>
53  <ItemGroup>
54    <Reference Include="System" />
55    <Reference Include="System.Data" />
56    <Reference Include="System.Drawing" />
57    <Reference Include="System.Windows.Forms" />
58    <Reference Include="System.Xml" />
59  </ItemGroup>
60  <ItemGroup>
61    <Compile Include="QAPEvaluator.cs" />
62    <Compile Include="QAPInjector.cs" />
63    <Compile Include="QAPInjectorView.cs">
64      <SubType>UserControl</SubType>
65    </Compile>
66    <Compile Include="QAPInjectorView.Designer.cs">
67      <DependentUpon>QAPInjectorView.cs</DependentUpon>
68    </Compile>
69    <Compile Include="QAPParser.cs" />
70    <Compile Include="QAPPlugin.cs" />
71  </ItemGroup>
72  <ItemGroup>
73    <ProjectReference Include="..\HeuristicLab.Charting\HeuristicLab.Charting.csproj">
74      <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
75      <Name>HeuristicLab.Charting</Name>
76    </ProjectReference>
77    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
78      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
79      <Name>HeuristicLab.Core</Name>
80    </ProjectReference>
81    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
82      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
83      <Name>HeuristicLab.Data</Name>
84    </ProjectReference>
85    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
86      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
87      <Name>HeuristicLab.Operators</Name>
88    </ProjectReference>
89    <ProjectReference Include="..\HeuristicLab.Permutation\HeuristicLab.Permutation.csproj">
90      <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
91      <Name>HeuristicLab.Permutation</Name>
92    </ProjectReference>
93    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
94      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
95      <Name>HeuristicLab.PluginInfrastructure</Name>
96    </ProjectReference>
97  </ItemGroup>
98  <ItemGroup>
99    <None Include="HeuristicLab.snk" />
100    <None Include="Properties\AssemblyInfo.frame" />
101  </ItemGroup>
102  <ItemGroup>
103    <EmbeddedResource Include="QAPInjectorView.resx">
104      <DependentUpon>QAPInjectorView.cs</DependentUpon>
105      <SubType>Designer</SubType>
106    </EmbeddedResource>
107  </ItemGroup>
108  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
110       Other similar extension points exist, see Microsoft.Common.targets.
111  <Target Name="BeforeBuild">
112  </Target>
113  <Target Name="AfterBuild">
114  </Target>
115  -->
116  <PropertyGroup>
117    <PostBuildEvent>
118    </PostBuildEvent>
119    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
120set ProjectDir=$(ProjectDir)
121set SolutionDir=$(SolutionDir)
122set Outdir=$(Outdir)
123
124call PreBuildEvent.cmd</PreBuildEvent>
125  </PropertyGroup>
126</Project>
Note: See TracBrowser for help on using the repository browser.