32 lines
No EOL
1.4 KiB
XML
32 lines
No EOL
1.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net472</TargetFramework>
|
|
<OutputType>Library</OutputType>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<AssemblyTitle>AmagnoVirtualPrinter.Logging</AssemblyTitle>
|
|
<Company>Amagno</Company>
|
|
<AssemblyVersion>1.0.3</AssemblyVersion>
|
|
<FileVersion>1.0.3</FileVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>none</DebugType>
|
|
<OutputPath>..\..\Files</OutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include="NLog.config">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Autofac" Version="6.5.0" />
|
|
<PackageReference Include="Autofac.Extras.NLog" Version="4.0.1" />
|
|
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
|
|
<PackageReference Include="NLog" Version="4.6.1" />
|
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
|
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
|
|
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
|
|
</ItemGroup>
|
|
</Project> |