AmagnoVirtualPrinter/Common/AmagnoVirtualPrinter.Agent.Core/AmagnoVirtualPrinter.Agent.Core.csproj

21 lines
No EOL
755 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyTitle>AmagnoVirtualPrinter.Agent.Core</AssemblyTitle>
<Company>Amagno</Company>
<AssemblyVersion>1.0.3</AssemblyVersion>
<FileVersion>1.0.3</FileVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<OutputPath>..\..\Files\</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Printing" />
</ItemGroup>
</Project>