Fixed printing problems on Windows 8. Since printing is broken on Windows 8, the XPS viewer will be opened directly.

Fixed wrong dates in printed document if tenant entered or departed.
This commit is contained in:
Tobias Erbshäußer
2021-05-15 15:30:09 +02:00
parent 1743c73ed8
commit 5e71baa677
6 changed files with 407 additions and 293 deletions
+7 -1
View File
@@ -3,18 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ucalc", "ucalc\ucalc.csproj", "{E565705A-BAF4-4653-99A1-199C314A21EC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ucalc", "ucalc\ucalc.csproj", "{E565705A-BAF4-4653-99A1-199C314A21EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E565705A-BAF4-4653-99A1-199C314A21EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E565705A-BAF4-4653-99A1-199C314A21EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E565705A-BAF4-4653-99A1-199C314A21EC}.Debug|x64.ActiveCfg = Debug|x64
{E565705A-BAF4-4653-99A1-199C314A21EC}.Debug|x64.Build.0 = Debug|x64
{E565705A-BAF4-4653-99A1-199C314A21EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E565705A-BAF4-4653-99A1-199C314A21EC}.Release|Any CPU.Build.0 = Release|Any CPU
{E565705A-BAF4-4653-99A1-199C314A21EC}.Release|x64.ActiveCfg = Release|x64
{E565705A-BAF4-4653-99A1-199C314A21EC}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE