Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.ExtLibs/HeuristicLab.OrTools/7.0.0/HeuristicLab.OrTools-7.0.0/HeuristicLab.OrTools-7.0.0.csproj @ 17117

Last change on this file since 17117 was 17117, checked in by abeham, 5 years ago

#2931: merged to stable (16910, 16939, 16944, 17095)

File size: 6.0 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-7.0.0</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\</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\</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\</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\</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="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
85      <SpecificVersion>False</SpecificVersion>
86      <HintPath>..\..\..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
87    </Reference>
88    <Reference Include="System" />
89    <Reference Include="System.Core" />
90    <Reference Include="System.Xml.Linq" />
91    <Reference Include="System.Data.DataSetExtensions" />
92    <Reference Include="Microsoft.CSharp" />
93    <Reference Include="System.Data" />
94    <Reference Include="System.Xml" />
95  </ItemGroup>
96  <ItemGroup>
97    <None Include="Plugin.cs.frame" />
98    <None Include="Properties\AssemblyInfo.cs.frame" />
99    <Compile Include="Plugin.cs" />
100    <Compile Include="Properties\AssemblyInfo.cs" />
101  </ItemGroup>
102  <ItemGroup>
103    <None Include="HeuristicLab.snk" />
104  </ItemGroup>
105  <ItemGroup>
106    <Content Include="Google.OrTools-license.txt">
107      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
108    </Content>
109    <Content Include="Google.OrTools.dll">
110      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
111    </Content>
112    <Content Include="Google.OrTools.pdb">
113      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
114    </Content>
115    <Content Include="Google.OrTools.runtime.win-x64.dll">
116      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
117    </Content>
118    <Content Include="Google.OrTools_version.txt">
119      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
120    </Content>
121  </ItemGroup>
122  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123  <PropertyGroup>
124    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
125set ProjectDir=$(ProjectDir)
126set SolutionDir=$(SolutionDir)
127set Outdir=$(Outdir)
128
129call PreBuildEvent.cmd</PreBuildEvent>
130  </PropertyGroup>
131  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
132       Other similar extension points exist, see Microsoft.Common.targets.
133  <Target Name="BeforeBuild">
134  </Target>
135  <Target Name="AfterBuild">
136  </Target>
137  -->
138</Project>
Note: See TracBrowser for help on using the repository browser.