Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/HeuristicLab.Problems.Instances.PermutationProblems-3.3.csproj @ 15686

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

#2864: Adapted to new trunk-structure

File size: 5.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>{648F0BF0-6301-448C-816F-DEB1E65EC73F}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.Instances.PermutationProblems</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.Instances.PermutationProblems-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\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>..\..\..\..\trunk\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="LOP\LOPDataDescriptor.cs" />
58    <Compile Include="LOP\LOPXLOLIBInstanceProvider.cs" />
59    <Compile Include="LOP\LOPSPECInstanceProvider.cs" />
60    <Compile Include="LOP\LOPSGBInstanceProvider.cs" />
61    <Compile Include="LOP\LOPRANDBInstanceProvider.cs" />
62    <Compile Include="LOP\LOPRANDA2InstanceProvider.cs" />
63    <Compile Include="LOP\LOPRANDA1InstanceProvider.cs" />
64    <Compile Include="LOP\LOPMBInstanceProvider.cs" />
65    <Compile Include="LOP\LOPIOInstanceProvider.cs" />
66    <Compile Include="LOP\LOPParser.cs" />
67    <Compile Include="PFSP\FSSPTAILIBDataDescriptor.cs" />
68    <Compile Include="PFSP\FSSPTAILIBInstanceProvider.cs" />
69    <Compile Include="PFSP\FSSPTAILIBParser.cs" />
70    <Compile Include="Plugin.cs" />
71    <Compile Include="Properties\AssemblyInfo.cs" />
72  </ItemGroup>
73  <ItemGroup>
74    <EmbeddedResource Include="LOP\Data\IO.zip" />
75    <EmbeddedResource Include="LOP\Data\MB.zip" />
76    <EmbeddedResource Include="LOP\Data\RANDA1.zip" />
77    <EmbeddedResource Include="LOP\Data\RANDA2.zip" />
78    <EmbeddedResource Include="LOP\Data\RANDB.zip" />
79    <EmbeddedResource Include="LOP\Data\SGB.zip" />
80    <EmbeddedResource Include="LOP\Data\SPEC.zip" />
81    <EmbeddedResource Include="LOP\Data\XLOLIB.zip" />
82    <None Include="HeuristicLab.snk" />
83    <EmbeddedResource Include="PFSP\Data\FSSPTAI.zip" />
84    <None Include="Plugin.cs.frame" />
85    <None Include="Properties\AssemblyInfo.cs.frame" />
86  </ItemGroup>
87  <ItemGroup>
88    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
89      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
90      <Name>HeuristicLab.Problems.Instances-3.3</Name>
91    </ProjectReference>
92  </ItemGroup>
93  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
94  <PropertyGroup>
95    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
96set ProjectDir=$(ProjectDir)
97set SolutionDir=$(SolutionDir)
98set Outdir=$(Outdir)
99
100call PreBuildEvent.cmd
101</PreBuildEvent>
102  </PropertyGroup>
103  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104       Other similar extension points exist, see Microsoft.Common.targets.
105  <Target Name="BeforeBuild">
106  </Target>
107  <Target Name="AfterBuild">
108  </Target>
109  -->
110</Project>
Note: See TracBrowser for help on using the repository browser.