diff options
author | sr55 <[email protected]> | 2011-01-16 19:12:12 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-01-16 19:12:12 +0000 |
commit | 01dec62bd9e0838de24860544869403da43e87e5 (patch) | |
tree | cf64b6c9543aaec5f32d7c142688da85f492cc78 /win/C#/interop/Properties/AssemblyInfo.cs | |
parent | f86fc4f7778d4a4d4d1bcac7bc75e97cfccae891 (diff) |
WinGui:
- Remove the old interop code folder. It's not used.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3751 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/interop/Properties/AssemblyInfo.cs')
-rw-r--r-- | win/C#/interop/Properties/AssemblyInfo.cs | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/win/C#/interop/Properties/AssemblyInfo.cs b/win/C#/interop/Properties/AssemblyInfo.cs deleted file mode 100644 index 228f27c5c..000000000 --- a/win/C#/interop/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -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("HandBrakeInterop")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Microsoft")]
-[assembly: AssemblyProduct("HandBrakeInterop")]
-[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
-[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("cc59844b-9e1b-4854-8b92-3b24c646aee5")]
-
-// 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.5.0.0")]
-[assembly: AssemblyFileVersion("1.5.0.0")]
|