[15661] | 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>
|
---|
[15686] | 20 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[15661] | 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>
|
---|
[15686] | 28 | <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
|
---|
[15661] | 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" />
|
---|
[16013] | 58 | <Compile Include="LOP\LOPInstanceProvider.cs" />
|
---|
[15661] | 59 | <Compile Include="LOP\LOPXLOLIBInstanceProvider.cs" />
|
---|
| 60 | <Compile Include="LOP\LOPSPECInstanceProvider.cs" />
|
---|
| 61 | <Compile Include="LOP\LOPSGBInstanceProvider.cs" />
|
---|
| 62 | <Compile Include="LOP\LOPRANDBInstanceProvider.cs" />
|
---|
| 63 | <Compile Include="LOP\LOPRANDA2InstanceProvider.cs" />
|
---|
| 64 | <Compile Include="LOP\LOPRANDA1InstanceProvider.cs" />
|
---|
| 65 | <Compile Include="LOP\LOPMBInstanceProvider.cs" />
|
---|
| 66 | <Compile Include="LOP\LOPIOInstanceProvider.cs" />
|
---|
| 67 | <Compile Include="LOP\LOPParser.cs" />
|
---|
| 68 | <Compile Include="PFSP\FSSPTAILIBDataDescriptor.cs" />
|
---|
| 69 | <Compile Include="PFSP\FSSPTAILIBInstanceProvider.cs" />
|
---|
| 70 | <Compile Include="PFSP\FSSPTAILIBParser.cs" />
|
---|
| 71 | <Compile Include="Plugin.cs" />
|
---|
| 72 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 73 | </ItemGroup>
|
---|
| 74 | <ItemGroup>
|
---|
| 75 | <EmbeddedResource Include="LOP\Data\IO.zip" />
|
---|
| 76 | <EmbeddedResource Include="LOP\Data\MB.zip" />
|
---|
| 77 | <EmbeddedResource Include="LOP\Data\RANDA1.zip" />
|
---|
| 78 | <EmbeddedResource Include="LOP\Data\RANDA2.zip" />
|
---|
| 79 | <EmbeddedResource Include="LOP\Data\RANDB.zip" />
|
---|
| 80 | <EmbeddedResource Include="LOP\Data\SGB.zip" />
|
---|
| 81 | <EmbeddedResource Include="LOP\Data\SPEC.zip" />
|
---|
| 82 | <EmbeddedResource Include="LOP\Data\XLOLIB.zip" />
|
---|
| 83 | <None Include="HeuristicLab.snk" />
|
---|
| 84 | <EmbeddedResource Include="PFSP\Data\FSSPTAI.zip" />
|
---|
| 85 | <None Include="Plugin.cs.frame" />
|
---|
| 86 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 87 | </ItemGroup>
|
---|
| 88 | <ItemGroup>
|
---|
| 89 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 90 | <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
|
---|
| 91 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
| 92 | </ProjectReference>
|
---|
| 93 | </ItemGroup>
|
---|
| 94 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 95 | <PropertyGroup>
|
---|
| 96 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 97 | set ProjectDir=$(ProjectDir)
|
---|
| 98 | set SolutionDir=$(SolutionDir)
|
---|
| 99 | set Outdir=$(Outdir)
|
---|
| 100 |
|
---|
| 101 | call PreBuildEvent.cmd
|
---|
| 102 | </PreBuildEvent>
|
---|
| 103 | </PropertyGroup>
|
---|
| 104 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 105 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 106 | <Target Name="BeforeBuild">
|
---|
| 107 | </Target>
|
---|
| 108 | <Target Name="AfterBuild">
|
---|
| 109 | </Target>
|
---|
| 110 | -->
|
---|
| 111 | </Project> |
---|