Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2017-12-19 02:20:36 +0300
committerGitHub <noreply@github.com>2017-12-19 02:20:36 +0300
commitedacccb1cd6ecf7d36cd2379df8dd609ae0eb9a4 (patch)
treed576339e9d7e14fa68f96deb0e6dddec38d4daed /src/shims/manual/System.Data.csproj
parent3a9896802161e86f68345a5cb09abb9fe5ec5b1d (diff)
Ensure build of netcoreapp vertical of CoreFx can be done without past packages (#25921)
* Add System.Drawing.Common to netcoreapp vertical * Make System.Data.Odbc be able to build for netcoreapp vertical * Add netcoreapp to System.Diagnostics.PerformanceCounter * Add netcoreapp to System.Diagnostics.EventLog * Run UpdateVSConfigurations * Change Contains('netcoreapp') to StartsWith('netcoreapp') * Include netcoreapp.depproj only when BuildAllConfigurations == true * Change tests to netcoreapp from netcoreapp2.0 for vertical
Diffstat (limited to 'src/shims/manual/System.Data.csproj')
-rw-r--r--src/shims/manual/System.Data.csproj6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/shims/manual/System.Data.csproj b/src/shims/manual/System.Data.csproj
index 5128720336..3807fda917 100644
--- a/src/shims/manual/System.Data.csproj
+++ b/src/shims/manual/System.Data.csproj
@@ -19,15 +19,13 @@
<GenFacadesIgnoreMissingTypes>true</GenFacadesIgnoreMissingTypes>
<IsRuntimeAssembly>true</IsRuntimeAssembly>
<DefineConstants Condition="'$(TargetGroup)' == 'netcoreapp'">$(DefineConstants);netcoreapp</DefineConstants>
- <ProjectGuid>{1FB7650D-7165-49B9-98B0-E345D56983DB}</ProjectGuid>
+ <ProjectGuid>{5E51460E-C9DC-4B6B-B87E-0ED742FC6733}</ProjectGuid>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
<ItemGroup>
<Compile Include="System.Data.forwards.cs" />
- <ReferencePath
- Include="$(RuntimePath)System.*.dll;$(RuntimePath)Microsoft.*.dll"
- Exclude="$(RuntimePath)Microsoft.Diagnostics.Tracing.TraceEvent.dll;$(RuntimePath)Microsoft.DiaSymReader.Native.*.dll;$(RuntimePath)System.Data.dll" />
+ <ReferencePath Include="$(RuntimePath)System.*.dll;$(RuntimePath)Microsoft.*.dll" Exclude="$(RuntimePath)Microsoft.Diagnostics.Tracing.TraceEvent.dll;$(RuntimePath)Microsoft.DiaSymReader.Native.*.dll;$(RuntimePath)System.Data.dll" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file