Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2931_OR-Tools_LP_MIP/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj @ 16070

Last change on this file since 16070 was 16070, checked in by ddorfmei, 6 years ago

#2931:

  • added ExtLib plugin for Google OR-Tools
  • added empty plugin for mathematical optimization
  • upgraded target framework of all projects to .NET Framework 4.6.1
File size: 9.9 KB
RevLine 
[7443]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)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances-3.3</AssemblyName>
[16070]13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
[7443]14    <FileAlignment>512</FileAlignment>
[11623]15    <TargetFrameworkProfile />
[7443]16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
[7771]21    <OutputPath>..\..\bin\</OutputPath>
[7443]22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
[11623]25    <Prefer32Bit>false</Prefer32Bit>
[7443]26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
[7923]30    <OutputPath>..\..\bin\</OutputPath>
[7443]31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
[11623]34    <Prefer32Bit>false</Prefer32Bit>
[7443]35  </PropertyGroup>
36  <PropertyGroup>
37    <SignAssembly>true</SignAssembly>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
[7558]42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>..\..\bin\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x64</PlatformTarget>
[7771]48    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
[7558]49    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
50    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
54    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
55    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
56    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
57    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
[11623]58    <Prefer32Bit>false</Prefer32Bit>
[7558]59  </PropertyGroup>
60  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
61    <OutputPath>..\..\bin\</OutputPath>
62    <DefineConstants>TRACE</DefineConstants>
63    <Optimize>true</Optimize>
64    <DebugType>pdbonly</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
[7771]66    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
[7558]67    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
68    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
71    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
72    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
73    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
74    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
75    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
[11623]76    <Prefer32Bit>false</Prefer32Bit>
[7558]77  </PropertyGroup>
78  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
79    <DebugSymbols>true</DebugSymbols>
80    <OutputPath>..\..\bin\</OutputPath>
81    <DefineConstants>DEBUG;TRACE</DefineConstants>
82    <DebugType>full</DebugType>
83    <PlatformTarget>x86</PlatformTarget>
[7771]84    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
[7558]85    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
86    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
87    <ErrorReport>prompt</ErrorReport>
88    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
89    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
90    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
91    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
92    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
93    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
[11623]94    <Prefer32Bit>false</Prefer32Bit>
[7558]95  </PropertyGroup>
96  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
97    <OutputPath>..\..\bin\</OutputPath>
98    <DefineConstants>TRACE</DefineConstants>
99    <Optimize>true</Optimize>
100    <DebugType>pdbonly</DebugType>
101    <PlatformTarget>x86</PlatformTarget>
[7771]102    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
[7558]103    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
104    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
105    <ErrorReport>prompt</ErrorReport>
106    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
107    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
108    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
109    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
110    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
[11623]111    <Prefer32Bit>false</Prefer32Bit>
[7558]112  </PropertyGroup>
[7443]113  <ItemGroup>
[7846]114    <Reference Include="Microsoft.CSharp" />
[7443]115    <Reference Include="System" />
116    <Reference Include="System.Core" />
117    <Reference Include="System.Data" />
118  </ItemGroup>
119  <ItemGroup>
120    <None Include="Plugin.cs.frame" />
[7846]121    <Compile Include="ProblemInstanceManager.cs" />
[7664]122    <Compile Include="IProblemInstanceExporter.cs" />
[15050]123    <Compile Include="Types\GCPData.cs" />
[13484]124    <Compile Include="Types\PTSPData.cs" />
[7548]125    <Compile Include="Types\ATSPData.cs" />
[8882]126    <Compile Include="Types\JSSPData.cs" />
[7548]127    <Compile Include="Types\CTAPData.cs" />
128    <Compile Include="IDataDescriptor.cs" />
[7872]129    <Compile Include="Types\DistanceHelper.cs" />
[12722]130    <Compile Include="Types\OPData.cs" />
[7880]131    <Compile Include="Types\VRP\MDCVRPTWData.cs" />
132    <Compile Include="Types\VRP\MDCVRPData.cs" />
133    <Compile Include="Types\VRP\PDPTWData.cs" />
134    <Compile Include="Types\VRP\CVRPTWData.cs" />
135    <Compile Include="Types\VRP\VRPData.cs" />
[7872]136    <Compile Include="Types\VRP\CVRPData.cs" />
[7548]137    <Compile Include="Types\GQAPData.cs" />
[7872]138    <Compile Include="Types\VRP\IVRPData.cs" />
[7548]139    <Compile Include="Types\QAPData.cs" />
140    <Compile Include="Types\TSPData.cs" />
141    <Compile Include="IProblemInstanceConsumer.cs" />
[7443]142    <Compile Include="IProblemInstanceProvider.cs" />
143    <Compile Include="Plugin.cs" />
[7465]144    <Compile Include="ProblemInstanceProvider.cs" />
[7443]145    <Compile Include="Properties\AssemblyInfo.cs" />
[7444]146    <None Include="Properties\AssemblyInfo.cs.frame" />
[7443]147  </ItemGroup>
148  <ItemGroup>
149    <None Include="HeuristicLab.snk" />
150  </ItemGroup>
[7825]151  <ItemGroup>
152    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
153      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
154      <Name>HeuristicLab.Common-3.3</Name>
155      <Private>False</Private>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
158      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
159      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
160      <Private>False</Private>
161    </ProjectReference>
162  </ItemGroup>
[7443]163  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
164  <PropertyGroup>
[8882]165    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[7443]166set ProjectDir=$(ProjectDir)
167set SolutionDir=$(SolutionDir)
168set Outdir=$(Outdir)
169
170call PreBuildEvent.cmd</PreBuildEvent>
[8882]171    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]172export ProjectDir=$(ProjectDir)
173export SolutionDir=$(SolutionDir)
174
175$SolutionDir/PreBuildEvent.sh
176</PreBuildEvent>
[7443]177  </PropertyGroup>
178  <PropertyGroup>
179    <PostBuildEvent>
180    </PostBuildEvent>
181  </PropertyGroup>
182  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
183       Other similar extension points exist, see Microsoft.Common.targets.
184  <Target Name="BeforeBuild">
185  </Target>
186  <Target Name="AfterBuild">
187  </Target>
188  -->
189</Project>
Note: See TracBrowser for help on using the repository browser.