ReachFramework-System.Printing-api-cycle.csproj 1.4 KB
Newer Older
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
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <AssemblyName>ReachFramework</AssemblyName>
    <PackageId>ReachFramework-SystemPrinting-api-cycle</PackageId>
    <TargetOutputRelPath>$(TargetGroup)-$(PackageId)/</TargetOutputRelPath>
    <DefineConstants>$(DefineConstants);REACHFRAMEWORK;</DefineConstants>
    <!-- don't sign nor binplace this non-shipping assembly -->
    <ShouldWriteSigningRequired>false</ShouldWriteSigningRequired>
    <Platforms>AnyCPU;x64</Platforms>
  </PropertyGroup>

  <PropertyGroup>
    <TargetFramework>netcoreapp3.0</TargetFramework>  
    <EnableDefaultItems>false</EnableDefaultItems>
  </PropertyGroup>

  <ItemGroup>
    <Compile Include="System.Printing.PrintTicket.cs" />
    <Compile Include="System.Printing.PrintTicketScope.cs" />
    <Compile Include="System.Printing.PrintCapabilities.cs" />
    <Compile Include="System.Printing.ValidationResult.cs" />
    <Compile Include="System.Windows.Xps.Packaging.PackagingProgressEventArgs.cs" />    
    <Compile Include="System.Windows.Xps.Serialization.RCW.IXpsOMPackageWriter.cs" />
    <Compile Include="System.Windows.Xps.Packaging.XpsDocument.cs" />
    <Compile Include="$(WpfSharedDir)RefAssemblyAttrs.cs" />    
  </ItemGroup>
  <ItemGroup>
    <NetCoreReference Include="System.Runtime" />
    <NetCoreReference Include="System.Runtime.InteropServices" />
    <NetCoreReference Include="System.Resources.ResourceManager" />
  </ItemGroup>
</Project>