diff --git a/PdfiumViewer.Demo/PdfiumViewer.Demo.csproj b/PdfiumViewer.Demo/PdfiumViewer.Demo.csproj index 54f680ee..b08b1a4c 100644 --- a/PdfiumViewer.Demo/PdfiumViewer.Demo.csproj +++ b/PdfiumViewer.Demo/PdfiumViewer.Demo.csproj @@ -1,5 +1,5 @@  - + @@ -12,10 +12,11 @@ Properties PdfiumViewer.Demo PdfiumViewer.Demo - v2.0 + v4.6 512 + true @@ -25,6 +26,7 @@ AnyCPU prompt MinimumRecommendedRules.ruleset + false bin\Release\ @@ -34,6 +36,7 @@ AnyCPU prompt MinimumRecommendedRules.ruleset + false true @@ -43,6 +46,7 @@ x86 prompt MinimumRecommendedRules.ruleset + false bin\x86\Release\ @@ -52,6 +56,7 @@ x86 prompt MinimumRecommendedRules.ruleset + false true @@ -61,6 +66,7 @@ x64 prompt MinimumRecommendedRules.ruleset + false bin\x64\Release\ @@ -70,6 +76,7 @@ x64 prompt MinimumRecommendedRules.ruleset + false @@ -138,6 +145,7 @@ SearchForm.cs + SettingsSingleFileGenerator diff --git a/PdfiumViewer.Demo/Properties/Resources.Designer.cs b/PdfiumViewer.Demo/Properties/Resources.Designer.cs index 2187ef2f..33cdd862 100644 --- a/PdfiumViewer.Demo/Properties/Resources.Designer.cs +++ b/PdfiumViewer.Demo/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34014 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace PdfiumViewer.Demo.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/PdfiumViewer.Demo/Properties/Settings.Designer.cs b/PdfiumViewer.Demo/Properties/Settings.Designer.cs index adaa8167..1c44239d 100644 --- a/PdfiumViewer.Demo/Properties/Settings.Designer.cs +++ b/PdfiumViewer.Demo/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34014 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace PdfiumViewer.Demo.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/PdfiumViewer.Demo/app.config b/PdfiumViewer.Demo/app.config new file mode 100644 index 00000000..b45f31e8 --- /dev/null +++ b/PdfiumViewer.Demo/app.config @@ -0,0 +1,3 @@ + + + diff --git a/PdfiumViewer.Test/PdfiumViewer.Test.csproj b/PdfiumViewer.Test/PdfiumViewer.Test.csproj index c10d65d8..51d72463 100644 --- a/PdfiumViewer.Test/PdfiumViewer.Test.csproj +++ b/PdfiumViewer.Test/PdfiumViewer.Test.csproj @@ -9,8 +9,9 @@ Properties PdfiumViewer.Test PdfiumViewer.Test - v4.0 + v4.6 512 + true @@ -20,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -28,6 +30,7 @@ TRACE prompt 4 + false diff --git a/PdfiumViewer.WPFDemo/App.config b/PdfiumViewer.WPFDemo/App.config index 8e156463..2d2a12d8 100644 --- a/PdfiumViewer.WPFDemo/App.config +++ b/PdfiumViewer.WPFDemo/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/PdfiumViewer.WPFDemo/App.xaml.cs b/PdfiumViewer.WPFDemo/App.xaml.cs index 39b2cc8a..ad88b399 100644 --- a/PdfiumViewer.WPFDemo/App.xaml.cs +++ b/PdfiumViewer.WPFDemo/App.xaml.cs @@ -13,5 +13,6 @@ namespace PdfiumViewer.WPFDemo /// public partial class App : Application { + } } diff --git a/PdfiumViewer.WPFDemo/MainWindow.xaml b/PdfiumViewer.WPFDemo/MainWindow.xaml index 924b81b1..3b22dc1b 100644 --- a/PdfiumViewer.WPFDemo/MainWindow.xaml +++ b/PdfiumViewer.WPFDemo/MainWindow.xaml @@ -16,20 +16,22 @@ + -