diff --git a/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/AssemblyInfo.cs b/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/AssemblyInfo.cs index bcc1874..a4ad3b3 100644 --- a/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/AssemblyInfo.cs +++ b/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/AssemblyInfo.cs @@ -1,21 +1,6 @@ -using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; +using System.Runtime.InteropServices; using System.Windows; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("XAMLBehaviorsSample")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("XAMLBehaviorsSample")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. @@ -39,17 +24,3 @@ //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] - - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/Resources.Designer.cs b/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/Resources.Designer.cs deleted file mode 100644 index c419971..0000000 --- a/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/Resources.Designer.cs +++ /dev/null @@ -1,63 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace XAMLBehaviorsSample.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // 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", "17.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("XAMLBehaviorsSample.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - } -} diff --git a/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/Resources.resx b/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/Resources.resx deleted file mode 100644 index af7dbeb..0000000 --- a/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/Resources.resx +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/Settings.Designer.cs b/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/Settings.Designer.cs deleted file mode 100644 index 77d337e..0000000 --- a/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/Settings.Designer.cs +++ /dev/null @@ -1,26 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace XAMLBehaviorsSample.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.5.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { - - private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default { - get { - return defaultInstance; - } - } - } -} diff --git a/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/Settings.settings b/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/Settings.settings deleted file mode 100644 index 033d7a5..0000000 --- a/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/Properties/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/XAMLBehaviorsSample.csproj b/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/XAMLBehaviorsSample.csproj index a018ef5..c348816 100644 --- a/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/XAMLBehaviorsSample.csproj +++ b/samples/XAMLBehaviorsSample/XAMLBehaviorsSample/XAMLBehaviorsSample.csproj @@ -1,237 +1,38 @@ - - - + - Debug - AnyCPU {80AD6652-D782-44F9-808E-56E73F4DC6C6} WinExe - XAMLBehaviorsSample - XAMLBehaviorsSample - v4.6.2 - 512 + net462 + true {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 true - + XAMLBehaviorsSample + XAMLBehaviorsSample + Copyright © 2017 + bin\$(Configuration)\ + false + - AnyCPU - true full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU pdbonly - true - bin\Release\ - TRACE - prompt - 4 + - - - - - - - - - 4.0 - + + - - MSBuild:Compile - Designer - - - AnimationPage.xaml - - - ConditionPage.xaml - - - DataPage.xaml - - - DataStateControl.xaml - - - DataStore.xaml - - - FluidMoveControl.xaml - - - FluidMoveSetTagControl.xaml - - - GoToStateControl.xaml - - - RemoveElementControl.xaml - - - SampleDataSource.xaml - - - SetDataValueControl.xaml - - - TouchBehaviorControl.xaml - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - App.xaml - Code - - - CallMethodControl.xaml - - - ChangePropertyControl.xaml - - - ControlStoryboardControl.xaml - - - InvokeCommandControl.xaml - - - LaunchUriControl.xaml - - - MainWindow.xaml - Code - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - - - MouseDragElementControl.xaml - - - PlaySoundControl.xaml - - - Code - - - True - True - Resources.resx - - - True - Settings.settings - True - - - ResXFileCodeGenerator - Resources.Designer.cs - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - - - - @@ -239,11 +40,9 @@ + - - {8620c598-b704-429e-bca5-7e5dde506923} - Microsoft.Xaml.Behaviors - + - + \ No newline at end of file