Skip to content

Commit

Permalink
Holy shit batman! Why are we missing AssemblyInfo files?
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheesebaron committed Sep 29, 2015
1 parent 44247f7 commit 264ed75
Show file tree
Hide file tree
Showing 10 changed files with 140 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<Compile Include="Builders\MvxTouchBuilderRegistry.cs" />
<Compile Include="Builders\MvxTouchUserInterfaceBuilder.cs" />
<Compile Include="ExtensionMethods\HackMvxMenuExtensionMethods.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Views\Lists\GeneralTableViewCell.cs" />
<Compile Include="Views\Lists\GeneralListLayout.cs" />
<Compile Include="Views\Lists\GeneralListItemViewFactory.cs" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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("Cirrious.MvvmCross.AutoView.Touch.Properties")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Cirrious.MvvmCross.AutoView.Touch.Properties")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[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("8e71355f-0c74-4c93-87ee-3d5a78987bb0")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<ConsolePause>False</ConsolePause>
<DefineConstants>MONOTOUCH</DefineConstants>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
Expand All @@ -44,6 +44,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="MvxDialogViewController.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Simple\MvxSimpleTouchDialogViewController.cs" />
<Compile Include="Simple\MvxSimpleTouchDialogSetup.cs" />
<Compile Include="Simple\MvxEmptyApp.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Platform\IMvxApplicationDelegate.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Views\IMvxCanCreateTouchView.cs" />
<Compile Include="Views\IMvxCurrentRequest.cs" />
<Compile Include="Platform\IMvxTouchPlatformProperties.cs" />
Expand Down
33 changes: 33 additions & 0 deletions Cirrious/Cirrious.MvvmCross.Touch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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("Cirrious.MvvmCross.Touch.Properties")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Cirrious.MvvmCross.Touch.Properties")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[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("eb872822-57ab-4f13-9493-0cc73d5aa6a9")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<Compile Include="Platform\MvxIosMajorVersionChecker.cs" />
<Compile Include="Platform\MvxTouchSystem.cs" />
<Compile Include="Platform\MvxTouchVersion.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Views\IMvxTouchModalHost.cs" />
<Compile Include="MvxTouchColorExtensionMethods.cs" />
<Compile Include="MvxTouchDateTimeExtensionMethods.cs" />
Expand Down
33 changes: 33 additions & 0 deletions CrossCore/Cirrious.CrossCore.Touch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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("Cirrious.CrossCore.Touch.Properties")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Cirrious.CrossCore.Touch.Properties")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[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("9d43b67f-ed08-4d9b-9907-ca2fcf6095e8")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// 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("Sequence.CrossCore.WindowsCommon")]
[assembly: AssemblyTitle("Cirrious.CrossCore.WindowsCommon")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Sequence.CrossCore.WindowsCommon")]
[assembly: AssemblyProduct("Cirrious.CrossCore.WindowsCommon")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
1 change: 1 addition & 0 deletions CrossUI/CrossUI.Touch/CrossUI.Touch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<Compile Include="Dialog\Utilities\ImageLoader.cs" />
<Compile Include="Dialog\Utilities\LocalizationExtensions.cs" />
<Compile Include="Dialog\Utilities\LRUCache.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Dialog\Images\arrow.png" />
Expand Down
33 changes: 33 additions & 0 deletions CrossUI/CrossUI.Touch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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("CrossUI.Touch.Properties")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CrossUI.Touch.Properties")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[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("0f721090-b699-4daf-b0be-9149bf64ef8d")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]

0 comments on commit 264ed75

Please sign in to comment.