|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" /> |
| 4 | + <PropertyGroup> |
| 5 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 6 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 7 | + <ProjectGuid>{1F827C19-6023-48D3-909F-9F43AB42FAF0}</ProjectGuid> |
| 8 | + <OutputType>Library</OutputType> |
| 9 | + <RootNamespace>System.IO.Packaging</RootNamespace> |
| 10 | + <AssemblyName>System.IO.Packaging</AssemblyName> |
| 11 | + <NuGetTargetFrameworkMoniker>DNXCore,Version=v5.0</NuGetTargetFrameworkMoniker> |
| 12 | + </PropertyGroup> |
| 13 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 14 | + </PropertyGroup> |
| 15 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 16 | + </PropertyGroup> |
| 17 | + <ItemGroup> |
| 18 | + <None Include="project.json" /> |
| 19 | + </ItemGroup> |
| 20 | + <ItemGroup> |
| 21 | + <Compile Include="System\IO\Packaging\CompressionOption.cs" /> |
| 22 | + <Compile Include="System\IO\Packaging\ContentType.cs" /> |
| 23 | + <Compile Include="System\IO\Packaging\EncryptionOption.cs" /> |
| 24 | + <Compile Include="System\IO\Packaging\FileFormatException.cs" /> |
| 25 | + <Compile Include="System\IO\Packaging\IgnoreFlushAndCloseStream.cs" /> |
| 26 | + <Compile Include="System\IO\Packaging\InternalRelationshipCollection.cs" /> |
| 27 | + <Compile Include="System\IO\Packaging\Package.cs" /> |
| 28 | + <Compile Include="System\IO\Packaging\PackagePart.cs" /> |
| 29 | + <Compile Include="System\IO\Packaging\PackagePartCollection.cs" /> |
| 30 | + <Compile Include="System\IO\Packaging\PackageProperties.cs" /> |
| 31 | + <Compile Include="System\IO\Packaging\PackageRelationship.cs" /> |
| 32 | + <Compile Include="System\IO\Packaging\PackageRelationshipCollection.cs" /> |
| 33 | + <Compile Include="System\IO\Packaging\PackageRelationshipSelector.cs" /> |
| 34 | + <Compile Include="System\IO\Packaging\PackageRelationshipSelectorType.cs" /> |
| 35 | + <Compile Include="System\IO\Packaging\PackageXmlEnum.cs" /> |
| 36 | + <Compile Include="System\IO\Packaging\PackageXmlStringTable.cs" /> |
| 37 | + <Compile Include="System\IO\Packaging\PackagingUtilities.cs" /> |
| 38 | + <Compile Include="System\IO\Packaging\PackUriHelper.cs" /> |
| 39 | + <Compile Include="System\IO\Packaging\PartBasedPackageProperties.cs" /> |
| 40 | + <Compile Include="System\IO\Packaging\TargetMode.cs" /> |
| 41 | + <Compile Include="System\IO\Packaging\XmlCompatibilityReader.cs" /> |
| 42 | + <Compile Include="System\IO\Packaging\XmlWrappingReader.cs" /> |
| 43 | + <Compile Include="System\IO\Packaging\ZipPackage.cs" /> |
| 44 | + <Compile Include="System\IO\Packaging\ZipPackagePart.cs" /> |
| 45 | + <Compile Include="System\IO\Packaging\ZipStreamManager.cs" /> |
| 46 | + <Compile Include="System\IO\Packaging\ZipWrappingStream.cs" /> |
| 47 | + </ItemGroup> |
| 48 | + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" /> |
| 49 | +</Project> |
0 commit comments