[netcore] Remove local copy of static alc resolve methods
[mono-project.git] / mcs / class / WebMatrix.Data / WebMatrix.Data.csproj
blobac911b6e9eafad21192f717a51a38cb3b3ac60f8
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
3 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
7     <ProjectGuid>{5FC0608B-F22B-474C-A9EE-3ECD8B1547E8}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <NoWarn>1699</NoWarn>
10     <LangVersion>latest</LangVersion>
11     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
12     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
13     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
14     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
15     <NoStdLib>True</NoStdLib>
16     <NoConfig>True</NoConfig>
17     <AssemblyName>WebMatrix.Data</AssemblyName>
18     <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
19     <SignAssembly>true</SignAssembly>
20     <AssemblyOriginatorKeyFile>../mono.pub</AssemblyOriginatorKeyFile>
21   </PropertyGroup>
22   <PropertyGroup>
23     <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
24     Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
25     is a problem to compile the Mono mscorlib.dll -->
26     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
27   </PropertyGroup>
28   <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
29     <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
30     <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
31     <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
32   </PropertyGroup>
33   <!-- @ALL_PROFILE_PROPERTIES@ -->
34   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
35     <DebugSymbols>true</DebugSymbols>
36     <DebugType>full</DebugType>
37     <Optimize>false</Optimize>
38     <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
39     <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
40   </PropertyGroup>
41   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
42     <DebugType>pdbonly</DebugType>
43     <Optimize>true</Optimize>
44   </PropertyGroup>
45   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
46   <!-- @BUILT_SOURCES@ -->
47   <!--Common files-->
48   <ItemGroup>
49     <Compile Include="..\..\build\common\Consts.cs" />
50     <Compile Include="..\..\build\common\Locale.cs" />
51     <Compile Include="Assembly\AssemblyInfo.cs" />
52     <Compile Include="WebMatrix.Data\ConnectionEventArgs.cs" />
53     <Compile Include="WebMatrix.Data\Database.cs" />
54     <Compile Include="WebMatrix.Data\DynamicRecord.cs" />
55     <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
56       <Name>genconsts</Name>
57       <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
58       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
59       <CopyToOutputDirectory>Never</CopyToOutputDirectory>
60       <Private>false</Private>
61     </ProjectReference>
62   </ItemGroup>
63   <!--End of common files-->
64   <!-- @ALL_SOURCES@ -->
65   <!-- @COMMON_PROJECT_REFERENCES@ -->
66   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
67     <ProjectReference Include="../System/System.csproj" />
68     <ProjectReference Include="../System.Data/System.Data.csproj" />
69     <ProjectReference Include="../System.Core/System.Core.csproj" />
70     <ProjectReference Include="../System.Configuration/System.Configuration.csproj" />
71     <ProjectReference Include="../corlib/corlib.csproj" />
72   </ItemGroup>
73   <!-- @ALL_REFERENCES@ -->
74   <!-- @ALL_RESOURCES@ -->
75   <PropertyGroup>
76     <!-- Force the pre-build event to run after references have been resolved. The default
77       behavior is to run them before resolving references, which can cause things like
78       culevel.exe to be used before they have been built. -->
79     <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
80   </PropertyGroup>
81 </Project>