diff options
author | Michael Vrhel <michael.vrhel@artifex.com> | 2015-01-20 11:37:59 -0800 |
---|---|---|
committer | Michael Vrhel <michael.vrhel@artifex.com> | 2015-01-20 11:37:59 -0800 |
commit | f24f164f25b66df32d7e584ba9993c1519386aac (patch) | |
tree | a68b42373791f14f8126f48228cac93ef442867b /platform/windows/gsview/gsview.csproj | |
parent | 90c560641d9b459a658029eefc4cbb02fdbca0b5 (diff) | |
download | mupdf-f24f164f25b66df32d7e584ba9993c1519386aac.tar.xz |
Rework of gsview printing with addition of new Print control dialog
This adds an additional project (gsprint.vxcproj) which will do the necessary native
calls to bring up the custom print dialog for the output device.
We can then obtain the settings and make the appropriate page
size adjustments in creating our xps content.
Diffstat (limited to 'platform/windows/gsview/gsview.csproj')
-rw-r--r-- | platform/windows/gsview/gsview.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/windows/gsview/gsview.csproj b/platform/windows/gsview/gsview.csproj index 31f40f51..b57c86f0 100644 --- a/platform/windows/gsview/gsview.csproj +++ b/platform/windows/gsview/gsview.csproj @@ -111,6 +111,9 @@ <Compile Include="Password.xaml.cs"> <DependentUpon>Password.xaml</DependentUpon> </Compile> + <Compile Include="PrintControl.xaml.cs"> + <DependentUpon>PrintControl.xaml</DependentUpon> + </Compile> <Compile Include="RectList.cs" /> <Compile Include="Selection.xaml.cs"> <DependentUpon>Selection.xaml</DependentUpon> @@ -163,6 +166,10 @@ <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> + <Page Include="PrintControl.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> <Page Include="Selection.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> |