Skip to content

Commit

Permalink
Tidied up AssemblyInfo files
Browse files Browse the repository at this point in the history
  • Loading branch information
sibartlett committed Mar 31, 2013
1 parent 8a522df commit 5bc5735
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 90 deletions.
3 changes: 3 additions & 0 deletions Geo.Android/Geo.Android.csproj
Expand Up @@ -116,6 +116,9 @@
<Compile Include="..\Geo\Properties\*.cs">
<Link>Gps\Properties\%(FileName)</Link>
</Compile>
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
7 changes: 6 additions & 1 deletion Geo.Raven.Silverlight4/Geo.Raven.Silverlight4.csproj
Expand Up @@ -75,7 +75,12 @@
<Compile Include="..\Geo.Raven\Query\*.cs">
<Link>Query\%(FileName)</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="..\Geo.Raven\Properties\*.cs">
<Link>Properties\%(FileName)</Link>
</Compile>
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Geo\Geo.csproj">
Expand Down
7 changes: 6 additions & 1 deletion Geo.Raven.Silverlight5/Geo.Raven.Silverlight5.csproj
Expand Up @@ -75,7 +75,12 @@
<Compile Include="..\Geo.Raven\Query\*.cs">
<Link>Query\%(FileName)</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="..\Geo.Raven\Properties\*.cs">
<Link>Properties\%(FileName)</Link>
</Compile>
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Geo\Geo.csproj">
Expand Down
35 changes: 0 additions & 35 deletions Geo.Raven.Silverlight5/Properties/AssemblyInfo.cs

This file was deleted.

3 changes: 3 additions & 0 deletions Geo.Raven/Geo.Raven.csproj
Expand Up @@ -60,6 +60,9 @@
<Compile Include="Query\LinqWhereClause.cs" />
<Compile Include="Query\LuceneWhereClause.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Geo\Geo.csproj">
Expand Down
20 changes: 1 addition & 19 deletions Geo.Raven/Properties/AssemblyInfo.cs
Expand Up @@ -5,13 +5,8 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Geo.Raven")]
[assembly: AssemblyDescription("RavenDB Integration for Geo")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Geo.Raven")]
[assembly: AssemblyCopyright("Copyright © Simon Bartlett 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyDescription("RavenDB Integration for Geo")]

// 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
Expand All @@ -20,16 +15,3 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("44f6700e-053e-493c-bd36-5b9c842cf326")]

// 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")]
3 changes: 3 additions & 0 deletions Geo.iOS/Geo.iOS.csproj
Expand Up @@ -149,6 +149,9 @@
<Compile Include="..\Geo\Properties\*.cs">
<Link>Gps\Properties\%(FileName)</Link>
</Compile>
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
3 changes: 3 additions & 0 deletions Geo/Geo.csproj
Expand Up @@ -185,6 +185,9 @@
<Compile Include="Measure\UnitAttribute.cs" />
<Compile Include="Measure\UnitMetadata.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Geodesy\SpheroidCalculator.cs" />
<Compile Include="Abstractions\Interfaces\IGeodeticCalculator.cs" />
<Compile Include="Geodesy\SphereCalculator.cs" />
Expand Down
22 changes: 1 addition & 21 deletions Geo/Properties/AssemblyInfo.cs
@@ -1,28 +1,8 @@
using System.Reflection;
using System.Resources;

// 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("Geo")]
[assembly: AssemblyDescription("A simple geospatial library for .NET")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Geo")]
[assembly: AssemblyCopyright("Copyright © Simon Bartlett 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]

// 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")]
[assembly: AssemblyDescription("A simple geospatial library for .NET")]
@@ -1,25 +1,15 @@
using System.Reflection;
using System.Runtime.InteropServices;
using System.Reflection;
using System.Resources;

// 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("Geo.Raven.Silverlight4")]
[assembly: AssemblyDescription("RavenDB Integration for Geo")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Geo.Raven.Silverlight4")]
[assembly: AssemblyCopyright("Copyright © Simon Bartlett 2012")]
[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("88367aa2-a54f-4c50-9264-bb2afca23c5c")]
[assembly: NeutralResourcesLanguage("en")]

// Version information for an assembly consists of the following four values:
//
Expand Down

0 comments on commit 5bc5735

Please sign in to comment.