summaryrefslogtreecommitdiff
path: root/platform/windows/gsview/gsview.csproj
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2015-01-20 11:37:59 -0800
committerMichael Vrhel <michael.vrhel@artifex.com>2015-01-20 11:37:59 -0800
commitf24f164f25b66df32d7e584ba9993c1519386aac (patch)
treea68b42373791f14f8126f48228cac93ef442867b /platform/windows/gsview/gsview.csproj
parent90c560641d9b459a658029eefc4cbb02fdbca0b5 (diff)
downloadmupdf-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.csproj7
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>