From 97cf5197cf5b882b2c689d8dc2b555f2edf8f418 Mon Sep 17 00:00:00 2001 From: Dave Wilson Date: Tue, 17 Mar 2015 19:50:07 -0700 Subject: Initial publish --- .../ExtensionSample/PrinterExtensionSample.csproj | 219 +++++++++++++++++++++ 1 file changed, 219 insertions(+) create mode 100644 print/v4PrintDriverSamples/PrinterExtensionSample/ExtensionSample/PrinterExtensionSample.csproj (limited to 'print/v4PrintDriverSamples/PrinterExtensionSample/ExtensionSample/PrinterExtensionSample.csproj') diff --git a/print/v4PrintDriverSamples/PrinterExtensionSample/ExtensionSample/PrinterExtensionSample.csproj b/print/v4PrintDriverSamples/PrinterExtensionSample/ExtensionSample/PrinterExtensionSample.csproj new file mode 100644 index 00000000..bbb7f044 --- /dev/null +++ b/print/v4PrintDriverSamples/PrinterExtensionSample/ExtensionSample/PrinterExtensionSample.csproj @@ -0,0 +1,219 @@ + + + + Debug + x86 + 8.0.30703 + 2.0 + {CF554A99-6889-4B86-934F-B6AADBFEFC01} + WinExe + Properties + PrinterExtensionSample + PrinterExtensionSample + v4.0 + + + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + + + bin\Win8 Debug\ + DEBUG;TRACE + x86 + true + full + false + prompt + 4 + false + + + bin\Win8 Release\ + TRACE + x86 + true + pdbonly + true + prompt + 4 + false + + + bin\x64\Win8 Debug\ + DEBUG;TRACE + x64 + true + full + false + prompt + 4 + false + + + bin\x64\Win8 Release\ + TRACE + x64 + true + pdbonly + true + prompt + 4 + false + + + bin\Win8.1 Debug\ + DEBUG;TRACE + x86 + true + full + false + prompt + 4 + false + + + bin\Win8.1 Release\ + TRACE + x86 + true + pdbonly + true + prompt + 4 + false + + + bin\x64\Win8.1 Debug\ + DEBUG;TRACE + x64 + true + full + false + prompt + 4 + false + + + bin\x64\Win8.1 Release\ + TRACE + x64 + true + pdbonly + true + prompt + 4 + false + + + + + + + + + + + + + 4.0 + + + + + + + + + + True + True + Strings.resx + + + ValidationModalDialog.xaml + + + MSBuild:Compile + Designer + + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + PrintPreferenceWindow.xaml + Code + + + MSBuild:Compile + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + ResXFileCodeGenerator + Strings.Designer.cs + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + + {d8da0c4d-f972-4546-9068-8eb256f222f7} + PrinterExtensionLibrary + + + + + + + + \ No newline at end of file -- cgit v1.3.1