diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-04 02:19:04 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-04 02:19:04 -0500 |
| commit | d3b9afef2f3895daf91056938a92d6f51c8c834b (patch) | |
| tree | 203bbaa89d5f7421385b0b74c768a6ac2698051f /MediaBrowser.ClickOnce/Properties | |
| parent | 9cdda84b062d990af285d7f25507c892ce05e180 (diff) | |
removed the clickonce assembly
Diffstat (limited to 'MediaBrowser.ClickOnce/Properties')
| -rw-r--r-- | MediaBrowser.ClickOnce/Properties/AssemblyInfo.cs | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/MediaBrowser.ClickOnce/Properties/AssemblyInfo.cs b/MediaBrowser.ClickOnce/Properties/AssemblyInfo.cs deleted file mode 100644 index c3947b6486..0000000000 --- a/MediaBrowser.ClickOnce/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,31 +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("MediaBrowser.ClickOnce")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("MediaBrowser.ClickOnce")] -[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("16e62c11-5009-4212-8c96-fd692479fc5d")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -//
\ No newline at end of file |
