Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.ExtLibs/HeuristicLab.OrTools/7.0.0/HeuristicLab.OrTools-7.0.0/HeuristicLab.OrTools-7.0.0.csproj @ 18004

Last change on this file since 18004 was 18004, checked in by mkommend, 3 years ago

#3131: Change reference to HL.PluginInfrastructure in HL.OrTools-7.0.0 from file to project reference.

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