Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c3fe1d1c6 | |||
| eb7ab62d7f | |||
| af38a2ca39 |
11
Directory.Build.props
Normal file
11
Directory.Build.props
Normal 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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user