From cbbd53eda55fbdf65f22b5f57c7dbc4b1ea594fd Mon Sep 17 00:00:00 2001 From: alexke-dev <65682333+alexke-dev@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:28:02 -0700 Subject: Remove Print Driver Samples (#1017) * Remove print driver samples. Add README.md to redirect consumers to Print Support App (PSA) development guide. * Remove en-us from URL. --- .../ExtensionSample/PrinterExtensionSample.csproj | 285 --------------------- 1 file changed, 285 deletions(-) delete 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 deleted file mode 100644 index 293ca0e4..00000000 --- a/print/v4PrintDriverSamples/PrinterExtensionSample/ExtensionSample/PrinterExtensionSample.csproj +++ /dev/null @@ -1,285 +0,0 @@ - - - - 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 - - - bin\Win10 Debug\ - DEBUG;TRACE - x86 - true - full - false - prompt - 4 - false - - - bin\Win10 Release\ - TRACE - x86 - true - pdbonly - true - prompt - 4 - false - - - bin\x64\Win10 Debug\ - DEBUG;TRACE - x64 - true - full - false - prompt - 4 - false - - - bin\x64\Win10 Release\ - TRACE - x64 - true - pdbonly - true - prompt - 4 - false - - - bin\ARM64\Win10 Debug\ - DEBUG;TRACE - ARM64 - true - full - false - prompt - 4 - false - - - bin\ARM64\Win10 Release\ - TRACE - ARM64 - 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