-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed an issue with receiving/giving items parsing for items that contained spaces or numbers.
- Loading branch information
1 parent
20add74
commit 5e28401
Showing
17 changed files
with
54 additions
and
71 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
GTAWorld Screenshot Editor/bin/Release/GTAWorld Screenshot Editor.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-376 Bytes
(100%)
GTAWorld Screenshot Editor/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Binary file removed
BIN
-11 Bytes
...d Screenshot Editor/obj/Release/GTAWorld Screenshot Editor.csproj.AssemblyReference.cache
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
GTAWorld Screenshot Editor/obj/Release/GTAWorld Screenshot Editor.exe
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
GTAWorld Screenshot Editor/obj/Release/GTAWorld Screenshot Editor.g.resources
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
GTAWorld Screenshot Editor/obj/Release/GTAWorld Screenshot Editor.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
GTAWorld Screenshot Editor/obj/Release/GTAWorld Screenshot Editor_MarkupCompile.lref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
| ||
C:\Users\xcast\Documents\GitHub\Screenshot_Editor\GTAWorld Screenshot Editor\obj\Release\GeneratedInternalTypeHelper.g.cs | ||
FC:\Users\xcast\Documents\GitHub\Screenshot_Editor\GTAWorld Screenshot Editor\App.xaml;; | ||
FC:\Users\xcast\Documents\GitHub\Screenshot_Editor\GTAWorld Screenshot Editor\Views\MainWindow.xaml;; | ||
|
62 changes: 1 addition & 61 deletions
62
GTAWorld Screenshot Editor/obj/Release/GeneratedInternalTypeHelper.g.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,2 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// 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. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
namespace XamlGeneratedNamespace { | ||
|
||
|
||
/// <summary> | ||
/// GeneratedInternalTypeHelper | ||
/// </summary> | ||
[System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] | ||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] | ||
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { | ||
|
||
/// <summary> | ||
/// CreateInstance | ||
/// </summary> | ||
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { | ||
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) | ||
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); | ||
} | ||
|
||
/// <summary> | ||
/// GetPropertyValue | ||
/// </summary> | ||
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { | ||
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); | ||
} | ||
|
||
/// <summary> | ||
/// SetPropertyValue | ||
/// </summary> | ||
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { | ||
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); | ||
} | ||
|
||
/// <summary> | ||
/// CreateDelegate | ||
/// </summary> | ||
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { | ||
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod | ||
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { | ||
delegateType, | ||
handler}, null))); | ||
} | ||
|
||
/// <summary> | ||
/// AddEventHandler | ||
/// </summary> | ||
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { | ||
eventInfo.AddEventHandler(target, handler); | ||
} | ||
} | ||
} | ||
| ||
|
Binary file modified
BIN
+0 Bytes
(100%)
GTAWorld Screenshot Editor/obj/Release/Views/MainWindow.baml
Binary file not shown.