3 Commits

Author SHA1 Message Date
7c3fe1d1c6 Dll fix 2025-07-11 00:47:49 +02:00
eb7ab62d7f dll fix 2025-07-11 00:43:19 +02:00
af38a2ca39 Version set 2025-07-11 00:25:49 +02:00
3 changed files with 13 additions and 1 deletions

11
Directory.Build.props Normal file
View File

@@ -0,0 +1,11 @@
<Project>
<PropertyGroup>
<BuildNumber Condition="'$(BuildNumber)' == ''">0</BuildNumber>
<Version>1.0.$(BuildNumber).0</Version>
<InformationalVersion>1.0.$(BuildNumber).0</InformationalVersion>
<Company>DuSoft</Company>
<Authors>DuSoft</Authors>
<Copyright>Copyright © 2025</Copyright>
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
</Project>

View File

@@ -6,7 +6,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Printing">
<HintPath>./System.Printing.dll</HintPath>
<HintPath>..\libs\System.Printing.dll</HintPath>
<Private>false</Private>
</Reference>
</ItemGroup>
<ItemGroup>