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 @ 16138

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

#2931: project upgrades and changes to building

File size: 7.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="15.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    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>..\..\..\..\bin\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
36  </PropertyGroup>
37  <PropertyGroup>
38    <SignAssembly>true</SignAssembly>
39  </PropertyGroup>
40  <PropertyGroup>
41    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
42  </PropertyGroup>
43  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
44    <DebugSymbols>true</DebugSymbols>
45    <OutputPath>bin\x64\Debug\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
48    <DebugType>full</DebugType>
49    <PlatformTarget>x64</PlatformTarget>
50    <ErrorReport>prompt</ErrorReport>
51    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52  </PropertyGroup>
53  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
54    <OutputPath>bin\x64\Release\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
57    <Optimize>true</Optimize>
58    <DebugType>pdbonly</DebugType>
59    <PlatformTarget>x64</PlatformTarget>
60    <ErrorReport>prompt</ErrorReport>
61    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
62  </PropertyGroup>
63  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
64    <DebugSymbols>true</DebugSymbols>
65    <OutputPath>bin\x86\Debug\</OutputPath>
66    <DefineConstants>DEBUG;TRACE</DefineConstants>
67    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
68    <DebugType>full</DebugType>
69    <PlatformTarget>x86</PlatformTarget>
70    <ErrorReport>prompt</ErrorReport>
71    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
72  </PropertyGroup>
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
74    <OutputPath>bin\x86\Release\</OutputPath>
75    <DefineConstants>TRACE</DefineConstants>
76    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
82  </PropertyGroup>
83  <ItemGroup>
84    <Reference Include="Google.OrTools, Version=0.0.0.0, Culture=neutral, PublicKeyToken=e028b7d783ee8af0, processorArchitecture=AMD64">
85      <SpecificVersion>False</SpecificVersion>
86      <HintPath>.\Google.OrTools.dll</HintPath>
87    </Reference>
88    <Reference Include="Google.Protobuf, Version=3.5.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
89      <SpecificVersion>False</SpecificVersion>
90      <HintPath>.\Google.Protobuf.dll</HintPath>
91    </Reference>
92    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
93      <SpecificVersion>False</SpecificVersion>
94      <HintPath>..\..\..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
95    </Reference>
96    <Reference Include="System" />
97    <Reference Include="System.Core" />
98    <Reference Include="System.Xml.Linq" />
99    <Reference Include="System.Data.DataSetExtensions" />
100    <Reference Include="Microsoft.CSharp" />
101    <Reference Include="System.Data" />
102    <Reference Include="System.Xml" />
103  </ItemGroup>
104  <ItemGroup>
105    <None Include="packages.config" />
106    <None Include="Plugin.cs.frame" />
107    <None Include="Properties\AssemblyInfo.cs.frame" />
108    <Compile Include="Plugin.cs" />
109    <Compile Include="Properties\AssemblyInfo.cs" />
110  </ItemGroup>
111  <ItemGroup>
112    <None Include="HeuristicLab.snk" />
113  </ItemGroup>
114  <ItemGroup>
115    <Content Include="GLPK-4.65-license.txt">
116      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
117    </Content>
118    <Content Include="glpk_4_65.dll">
119      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
120    </Content>
121    <Content Include="Google.OrTools-license.txt">
122      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
123    </Content>
124    <Content Include="Google.OrTools.dll">
125      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
126    </Content>
127    <Content Include="Google.OrTools.pdb">
128      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
129    </Content>
130    <Content Include="Google.OrTools.import.dll">
131      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
132    </Content>
133    <Content Include="Google.OrTools.import.pdb">
134      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
135    </Content>
136    <Content Include="Google.OrTools_version.txt">
137      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
138    </Content>
139    <Content Include="Google.Protobuf.dll">
140      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
141    </Content>
142  </ItemGroup>
143  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144  <PropertyGroup>
145    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
146set ProjectDir=$(ProjectDir)
147set SolutionDir=$(SolutionDir)
148set Outdir=$(Outdir)
149
150call PreBuildEvent.cmd</PreBuildEvent>
151  </PropertyGroup>
152  <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')" />
153  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
154    <PropertyGroup>
155      <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>
156    </PropertyGroup>
157    <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'))" />
158  </Target>
159  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
160       Other similar extension points exist, see Microsoft.Common.targets.
161  <Target Name="BeforeBuild">
162  </Target>
163  <Target Name="AfterBuild">
164  </Target>
165  -->
166</Project>
Note: See TracBrowser for help on using the repository browser.