Skip to content

Commit 74eb27e

Browse files
committed
Minor UI fixes and improvements
1 parent a231831 commit 74eb27e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+209
-80
lines changed
13 KB
Binary file not shown.

SyncPlayWPF/External/WPF-Masonry/Masonry/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ You should have received a copy of the GNU General Public License
5757
// by using the '*' as shown below:
5858
// [assembly: AssemblyVersion("1.0.*")]
5959

60-
[assembly: AssemblyVersion("2021.256.5.0")]
61-
[assembly: AssemblyFileVersion("2021.256.5.0")]
60+
[assembly: AssemblyVersion("2021.260.0.0")]
61+
[assembly: AssemblyFileVersion("2021.260.0.0")]

SyncPlayWPF/External/WpfPageTransitions/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("2021.256.5.0")]
55-
[assembly: AssemblyFileVersion("2021.256.5.0")]
54+
[assembly: AssemblyVersion("2021.260.0.0")]
55+
[assembly: AssemblyFileVersion("2021.260.0.0")]
Binary file not shown.
Binary file not shown.
Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,62 @@
1-

1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
// Runtime Version:4.0.30319.42000
5+
//
6+
// Changes to this file may cause incorrect behavior and will be lost if
7+
// the code is regenerated.
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
namespace XamlGeneratedNamespace {
12+
13+
14+
/// <summary>
15+
/// GeneratedInternalTypeHelper
16+
/// </summary>
17+
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
18+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
19+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
20+
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
21+
22+
/// <summary>
23+
/// CreateInstance
24+
/// </summary>
25+
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
26+
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
27+
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
28+
}
29+
30+
/// <summary>
31+
/// GetPropertyValue
32+
/// </summary>
33+
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
34+
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
35+
}
36+
37+
/// <summary>
38+
/// SetPropertyValue
39+
/// </summary>
40+
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
41+
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
42+
}
43+
44+
/// <summary>
45+
/// CreateDelegate
46+
/// </summary>
47+
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
48+
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
49+
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
50+
delegateType,
51+
handler}, null)));
52+
}
53+
54+
/// <summary>
55+
/// AddEventHandler
56+
/// </summary>
57+
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
58+
eventInfo.AddEventHandler(target, handler);
59+
}
60+
}
61+
}
262

Binary file not shown.

SyncPlayWPF/External/WpfPageTransitions/obj/Release/WpfPageTransitions.csproj.FileListAbsolute.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ D:\GitHub\SyncPlayWPF\SyncPlayWPF\External\WpfPageTransitions\obj\Release\WpfPag
2525
D:\GitHub\SyncPlayWPF\SyncPlayWPF\External\WpfPageTransitions\obj\Release\WpfPageTransitions.csproj.CoreCompileInputs.cache
2626
D:\GitHub\SyncPlayWPF\SyncPlayWPF\External\WpfPageTransitions\obj\Release\WpfPageTransitions.dll
2727
D:\GitHub\SyncPlayWPF\SyncPlayWPF\External\WpfPageTransitions\obj\Release\WpfPageTransitions.pdb
28+
D:\GitHub\SyncPlayWPF\SyncPlayWPF\External\WpfPageTransitions\obj\Release\WpfPageTransitions.csproj.AssemblyReference.cache
Binary file not shown.

0 commit comments

Comments
 (0)