Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Services.ProblemInstances.QAPInitializer/HeuristicLab.Services.ProblemInstances.QAPInitializer.csproj @ 6659

Last change on this file since 6659 was 6659, checked in by abeham, 13 years ago

#1619

  • experimented with a first locally working version
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{BA6B5487-6CCA-4484-B196-13B68A45CBB5}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.ProblemInstances.QAPInitializer</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.ProblemInstances.QAPInitializer</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15    <FileAlignment>512</FileAlignment>
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
18    <PlatformTarget>x86</PlatformTarget>
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
28    <PlatformTarget>x86</PlatformTarget>
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="HeuristicLab.Common-3.3">
38      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
39    </Reference>
40    <Reference Include="HeuristicLab.Core-3.3">
41      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Data-3.3">
44      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
47      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Optimization-3.3">
50      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3">
53      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="System" />
56    <Reference Include="System.Core" />
57    <Reference Include="System.Data.Entity" />
58    <Reference Include="System.Runtime.Serialization" />
59    <Reference Include="System.Security" />
60    <Reference Include="System.ServiceModel" />
61    <Reference Include="System.Xml.Linq" />
62    <Reference Include="System.Data.DataSetExtensions" />
63    <Reference Include="Microsoft.CSharp" />
64    <Reference Include="System.Data" />
65    <Reference Include="System.Xml" />
66  </ItemGroup>
67  <ItemGroup>
68    <Compile Include="Program.cs" />
69    <Compile Include="Properties\AssemblyInfo.cs" />
70  </ItemGroup>
71  <ItemGroup>
72    <WCFMetadata Include="Service References\" />
73  </ItemGroup>
74  <ItemGroup>
75    <None Include="app.config" />
76  </ItemGroup>
77  <ItemGroup>
78    <ProjectReference Include="..\HeuristicLab.Services.ProblemInstances\HeuristicLab.Services.ProblemInstances-3.3.csproj">
79      <Project>{D4E9242F-DAA4-4A15-8DE7-91CECFFFD898}</Project>
80      <Name>HeuristicLab.Services.ProblemInstances-3.3</Name>
81    </ProjectReference>
82  </ItemGroup>
83  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
85       Other similar extension points exist, see Microsoft.Common.targets.
86  <Target Name="BeforeBuild">
87  </Target>
88  <Target Name="AfterBuild">
89  </Target>
90  -->
91</Project>
Note: See TracBrowser for help on using the repository browser.