Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PFSP/3.3/HeuristicLab.Problems.Instances.PFSP-3.3.csproj @ 15541

Last change on this file since 15541 was 15541, checked in by fholzing, 6 years ago

#2864: CleanUp of old code, added LOP benchmark instances

File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{9412AA5F-D663-4AF4-B58B-D90FABB343BF}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.Instances.PFSP</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.Instances.PFSP-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Common-3.3">
41      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
44      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="System" />
47    <Reference Include="System.Core" />
48    <Reference Include="System.IO.Compression" />
49    <Reference Include="System.Xml.Linq" />
50    <Reference Include="System.Data.DataSetExtensions" />
51    <Reference Include="Microsoft.CSharp" />
52    <Reference Include="System.Data" />
53    <Reference Include="System.Net.Http" />
54    <Reference Include="System.Xml" />
55  </ItemGroup>
56  <ItemGroup>
57    <Compile Include="FSSPTAILIBDataDescriptor.cs" />
58    <Compile Include="FSSPTAILIBInstanceProvider.cs" />
59    <Compile Include="FSSPTAILIBParser.cs" />
60    <Compile Include="Plugin.cs" />
61    <Compile Include="Properties\AssemblyInfo.cs" />
62  </ItemGroup>
63  <ItemGroup>
64    <EmbeddedResource Include="Data\FSSPTAI.zip" />
65    <None Include="HeuristicLab.snk" />
66    <None Include="Plugin.cs.frame" />
67    <None Include="Properties\AssemblyInfo.cs.frame" />
68  </ItemGroup>
69  <ItemGroup>
70    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
71      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
72      <Name>HeuristicLab.Problems.Instances-3.3</Name>
73    </ProjectReference>
74  </ItemGroup>
75  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76  <PropertyGroup>
77    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
78set ProjectDir=$(ProjectDir)
79set SolutionDir=$(SolutionDir)
80set Outdir=$(Outdir)
81
82call PreBuildEvent.cmd
83</PreBuildEvent>
84  </PropertyGroup>
85  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
86       Other similar extension points exist, see Microsoft.Common.targets.
87  <Target Name="BeforeBuild">
88  </Target>
89  <Target Name="AfterBuild">
90  </Target>
91  -->
92</Project>
Note: See TracBrowser for help on using the repository browser.