diff --git a/AutoRoto.sln b/AutoRoto.sln new file mode 100644 index 0000000..8bdcaca --- /dev/null +++ b/AutoRoto.sln @@ -0,0 +1,42 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeRez", "DeRez\DeRez.csproj", "{32780320-1521-4F48-95BE-5F34A964E178}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrameGrabber", "extractframe_source\FrameGrabber.csproj", "{751C741A-32DA-4A8B-97FB-7AFA290A6E91}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {32780320-1521-4F48-95BE-5F34A964E178}.Debug|Any CPU.ActiveCfg = Debug|x86 + {32780320-1521-4F48-95BE-5F34A964E178}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {32780320-1521-4F48-95BE-5F34A964E178}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {32780320-1521-4F48-95BE-5F34A964E178}.Debug|x86.ActiveCfg = Debug|x86 + {32780320-1521-4F48-95BE-5F34A964E178}.Debug|x86.Build.0 = Debug|x86 + {32780320-1521-4F48-95BE-5F34A964E178}.Release|Any CPU.ActiveCfg = Release|x86 + {32780320-1521-4F48-95BE-5F34A964E178}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {32780320-1521-4F48-95BE-5F34A964E178}.Release|Mixed Platforms.Build.0 = Release|x86 + {32780320-1521-4F48-95BE-5F34A964E178}.Release|x86.ActiveCfg = Release|x86 + {32780320-1521-4F48-95BE-5F34A964E178}.Release|x86.Build.0 = Release|x86 + {751C741A-32DA-4A8B-97FB-7AFA290A6E91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {751C741A-32DA-4A8B-97FB-7AFA290A6E91}.Debug|Any CPU.Build.0 = Debug|Any CPU + {751C741A-32DA-4A8B-97FB-7AFA290A6E91}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {751C741A-32DA-4A8B-97FB-7AFA290A6E91}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {751C741A-32DA-4A8B-97FB-7AFA290A6E91}.Debug|x86.ActiveCfg = Debug|Any CPU + {751C741A-32DA-4A8B-97FB-7AFA290A6E91}.Release|Any CPU.ActiveCfg = Release|Any CPU + {751C741A-32DA-4A8B-97FB-7AFA290A6E91}.Release|Any CPU.Build.0 = Release|Any CPU + {751C741A-32DA-4A8B-97FB-7AFA290A6E91}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {751C741A-32DA-4A8B-97FB-7AFA290A6E91}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {751C741A-32DA-4A8B-97FB-7AFA290A6E91}.Release|x86.ActiveCfg = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/AutoRoto.suo b/AutoRoto.suo new file mode 100644 index 0000000..e4fd835 Binary files /dev/null and b/AutoRoto.suo differ diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..62272d5 --- /dev/null +++ b/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 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("AutoRoto")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("AutoRoto")] +[assembly: AssemblyCopyright("Copyright © 2013")] +[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. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("c4f6179d-bab1-4520-be10-2dad13242260")] + +// 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/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs new file mode 100644 index 0000000..1b34768 --- /dev/null +++ b/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.18034 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace AutoRoto.Properties +{ + + + /// + /// 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", "4.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 ((resourceMan == null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AutoRoto.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/Properties/Resources.resx b/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs new file mode 100644 index 0000000..d12efaf --- /dev/null +++ b/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.18034 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace AutoRoto.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.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/Properties/Settings.settings b/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/bin/Debug/DeRez.vshost.exe.manifest b/bin/Debug/DeRez.vshost.exe.manifest new file mode 100644 index 0000000..061c9ca --- /dev/null +++ b/bin/Debug/DeRez.vshost.exe.manifest @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/extractframe_source/obj/Debug/Interop.DexterLib.dll b/extractframe_source/obj/Debug/Interop.DexterLib.dll index bf5b927..e033a57 100644 Binary files a/extractframe_source/obj/Debug/Interop.DexterLib.dll and b/extractframe_source/obj/Debug/Interop.DexterLib.dll differ diff --git a/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache b/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..0a5070a Binary files /dev/null and b/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..9ffb673 Binary files /dev/null and b/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ