Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1614_GeneralizedQAP/HeuristicLab.Algorithms.GRASP/3.3/HeuristicLab.Algorithms.GRASP-3.3.csproj @ 17271

Last change on this file since 17271 was 16728, checked in by abeham, 5 years ago

#1614: updated to new persistence and .NET 4.6.1

File size: 5.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{53AB48BF-532F-417D-B98B-745105BB447A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.GRASP</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.GRASP-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <Prefer32Bit>false</Prefer32Bit>
35  </PropertyGroup>
36  <PropertyGroup>
37    <SignAssembly>true</SignAssembly>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
42  <ItemGroup>
43    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
44      <Private>False</Private>
45    </Reference>
46    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0">
47      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
48      <Private>False</Private>
49    </Reference>
50    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0">
51      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
52      <Private>False</Private>
53    </Reference>
54    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0">
55      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
56      <Private>False</Private>
57    </Reference>
58    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0">
59      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
60      <Private>False</Private>
61    </Reference>
62    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0">
63      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
64      <Private>False</Private>
65    </Reference>
66    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0">
67      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
68      <Private>False</Private>
69    </Reference>
70    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0">
71      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
72      <Private>False</Private>
73    </Reference>
74    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0">
75      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
76      <Private>False</Private>
77    </Reference>
78    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0">
79      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
80      <Private>False</Private>
81    </Reference>
82    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0">
83      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
84      <Private>False</Private>
85    </Reference>
86    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0">
87      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
88      <Private>False</Private>
89    </Reference>
90    <Reference Include="System" />
91    <Reference Include="System.Core" />
92    <Reference Include="System.Data" />
93  </ItemGroup>
94  <ItemGroup>
95    <None Include="Plugin.cs.frame" />
96    <Compile Include="GRASPWithPathRelinking.cs" />
97    <Compile Include="GRASPWithPathRelinkingMainLoop.cs" />
98    <Compile Include="Plugin.cs" />
99    <Compile Include="Properties\AssemblyInfo.cs" />
100    <None Include="Properties\AssemblyInfo.cs.frame" />
101  </ItemGroup>
102  <ItemGroup>
103    <None Include="HeuristicLab.snk" />
104  </ItemGroup>
105  <ItemGroup>
106    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
107      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
108      <Name>HeuristicLab.Analysis-3.3</Name>
109      <Private>False</Private>
110    </ProjectReference>
111    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
112      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
113      <Name>HeuristicLab.Optimization-3.3</Name>
114    </ProjectReference>
115  </ItemGroup>
116  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117  <PropertyGroup>
118    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
119set ProjectDir=$(ProjectDir)
120set SolutionDir=$(SolutionDir)
121set Outdir=$(Outdir)
122
123call PreBuildEvent.cmd</PreBuildEvent>
124  </PropertyGroup>
125  <PropertyGroup>
126    <PostBuildEvent>
127    </PostBuildEvent>
128  </PropertyGroup>
129  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130       Other similar extension points exist, see Microsoft.Common.targets.
131  <Target Name="BeforeBuild">
132  </Target>
133  <Target Name="AfterBuild">
134  </Target>
135  -->
136</Project>
Note: See TracBrowser for help on using the repository browser.