Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2931_OR-Tools_LP_MIP/HeuristicLab.ExtLibs/HeuristicLab.OrTools/6.8.0-pre/HeuristicLab.OrTools-6.8.0-pre/HeuristicLab.OrTools-6.8.0-pre.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: 7.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  <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>{AEC895BC-C519-49D3-9A94-6B1C71AD6671}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.OrTools</RootNamespace>
11    <AssemblyName>HeuristicLab.OrTools-6.8.0-pre</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <NuGetPackageImportStamp>
15    </NuGetPackageImportStamp>
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\..\..\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\..\..\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
35  </PropertyGroup>
36  <PropertyGroup>
37    <SignAssembly>true</SignAssembly>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>bin\x64\Debug\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
47    <DebugType>full</DebugType>
48    <PlatformTarget>x64</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51  </PropertyGroup>
52  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
53    <OutputPath>bin\x64\Release\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
56    <Optimize>true</Optimize>
57    <DebugType>pdbonly</DebugType>
58    <PlatformTarget>x64</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
61  </PropertyGroup>
62  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>bin\x86\Debug\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
67    <DebugType>full</DebugType>
68    <PlatformTarget>x86</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
71  </PropertyGroup>
72  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
73    <OutputPath>bin\x86\Release\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
81  </PropertyGroup>
82  <ItemGroup>
83    <Reference Include="Google.OrTools, Version=0.0.0.0, Culture=neutral, PublicKeyToken=e028b7d783ee8af0, processorArchitecture=AMD64">
84      <SpecificVersion>False</SpecificVersion>
85      <HintPath>.\Google.OrTools.dll</HintPath>
86    </Reference>
87    <Reference Include="Google.Protobuf, Version=3.5.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
88      <SpecificVersion>False</SpecificVersion>
89      <HintPath>.\Google.Protobuf.dll</HintPath>
90    </Reference>
91    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
92      <SpecificVersion>False</SpecificVersion>
93      <HintPath>..\..\..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
94    </Reference>
95    <Reference Include="System" />
96    <Reference Include="System.Core" />
97    <Reference Include="System.Xml.Linq" />
98    <Reference Include="System.Data.DataSetExtensions" />
99    <Reference Include="Microsoft.CSharp" />
100    <Reference Include="System.Data" />
101    <Reference Include="System.Xml" />
102  </ItemGroup>
103  <ItemGroup>
104    <None Include="packages.config" />
105    <None Include="Plugin.cs.frame" />
106    <None Include="Properties\AssemblyInfo.cs.frame" />
107    <Compile Include="Plugin.cs" />
108    <Compile Include="Properties\AssemblyInfo.cs" />
109  </ItemGroup>
110  <ItemGroup>
111    <None Include="HeuristicLab.snk" />
112  </ItemGroup>
113  <ItemGroup>
114    <Content Include="GLPK-4.65-license.txt">
115      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
116    </Content>
117    <Content Include="glpk_4_65.dll">
118      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
119    </Content>
120    <Content Include="Google.OrTools-license.txt">
121      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
122    </Content>
123    <Content Include="Google.OrTools.dll">
124      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
125    </Content>
126    <Content Include="Google.OrTools.pdb">
127      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
128    </Content>
129    <Content Include="Google.OrTools.import.dll">
130      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
131    </Content>
132    <Content Include="Google.OrTools.import.pdb">
133      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
134    </Content>
135    <Content Include="Google.OrTools_version.txt">
136      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
137    </Content>
138    <Content Include="Google.Protobuf.dll">
139      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
140    </Content>
141  </ItemGroup>
142  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
143  <PropertyGroup>
144    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
145set ProjectDir=$(ProjectDir)
146set SolutionDir=$(SolutionDir)
147set Outdir=$(Outdir)
148
149call PreBuildEvent.cmd</PreBuildEvent>
150  </PropertyGroup>
151  <Import Project="..\..\..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\..\..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
152  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
153    <PropertyGroup>
154      <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
155    </PropertyGroup>
156    <Error Condition="!Exists('..\..\..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets'))" />
157  </Target>
158  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
159       Other similar extension points exist, see Microsoft.Common.targets.
160  <Target Name="BeforeBuild">
161  </Target>
162  <Target Name="AfterBuild">
163  </Target>
164  -->
165</Project>
Note: See TracBrowser for help on using the repository browser.