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

Microsoft.NETFramework.Compatibility.pkgproj « Microsoft.NETFramework.Compatibility « pkg - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c21e5ba3c00c3eae0d37f8978468a1641a22c09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />

  <PropertyGroup>
    <PackageVersion>2.1.0</PackageVersion>
  </PropertyGroup>

  <ItemDefinitionGroup>
    <LibraryPackage>
      <Version>4.5.0</Version>
    </LibraryPackage>
  </ItemDefinitionGroup>

  <ItemGroup>
    <LibraryPackage Include="System.CodeDom" />
    <LibraryPackage Include="System.ComponentModel.Annotations" />
    <LibraryPackage Include="System.Configuration.ConfigurationManager" />
    <LibraryPackage Include="System.Data.SqlClient" />
    <LibraryPackage Include="System.DirectoryServices" />
    <LibraryPackage Include="System.DirectoryServices.AccountManagement" />
    <LibraryPackage Include="System.DirectoryServices.Protocols" />
    <LibraryPackage Include="System.Drawing.Common" />
    <LibraryPackage Include="System.IO.FileSystem.AccessControl" />
    <LibraryPackage Include="System.IO.Packaging" />
    <LibraryPackage Include="System.IO.Pipes.AccessControl" />
    <LibraryPackage Include="System.IO.Ports" />
    <LibraryPackage Include="System.Numerics.Vectors" />
    <LibraryPackage Include="System.Reflection.TypeExtensions" />
    <LibraryPackage Include="System.Security.AccessControl" />
    <LibraryPackage Include="System.Security.Cryptography.Cng" />
    <LibraryPackage Include="System.Security.Cryptography.Pkcs" />
    <LibraryPackage Include="System.Security.Cryptography.ProtectedData" />
    <LibraryPackage Include="System.Security.Cryptography.Xml" />
    <LibraryPackage Include="System.Security.Permissions" />
    <LibraryPackage Include="System.Security.Principal.Windows" />
    <LibraryPackage Include="System.ServiceProcess.ServiceController" />
    <LibraryPackage Include="System.Text.Encoding.CodePages" />
    <LibraryPackage Include="System.Threading.AccessControl" />
  </ItemGroup>

  <ItemGroup>
    <Dependency Include="@(LibraryPackage)" />
  </ItemGroup>

  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>