Sha256: c6d3d139402ba764dbb037dde8c4cbd72261853e8f52a4b92259aa53ac1990ca

Contents?: true

Size: 1.36 KB

Versions: 14

Compression:

Stored size: 1.36 KB

Contents

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("subproject")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("subproject")]
[assembly: AssemblyCopyright("Copyright ©  2016")]
[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("ecce4739-f180-48c3-85ee-2fa2a67aba9b")]

// 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")]

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
albacore-3.0.1 spec/testdata/csharp/Exemplar/subproject/Properties/AssemblyInfo.cs
albacore-3.0.0.pre.alpha.6 spec/testdata/csharp/Exemplar/subproject/Properties/AssemblyInfo.cs
albacore-3.0.0.pre.alpha.5 spec/testdata/csharp/Exemplar/subproject/Properties/AssemblyInfo.cs
albacore-3.0.0.pre.alpha.4 spec/testdata/csharp/Exemplar/subproject/Properties/AssemblyInfo.cs
albacore-3.0.0.pre.alpha.3 spec/testdata/csharp/Exemplar/subproject/Properties/AssemblyInfo.cs
albacore-3.0.0.pre.alpha.2 spec/testdata/csharp/Exemplar/subproject/Properties/AssemblyInfo.cs
albacore-3.0.0.pre.alpha spec/testdata/csharp/Exemplar/subproject/Properties/AssemblyInfo.cs
albacore-2.8.0 spec/testdata/csharp/Exemplar/subproject/Properties/AssemblyInfo.cs
albacore-2.7.0 spec/testdata/csharp/Exemplar/subproject/Properties/AssemblyInfo.cs
albacore-2.6.8 spec/testdata/csharp/Exemplar/subproject/Properties/AssemblyInfo.cs
albacore-2.6.7 spec/testdata/csharp/Exemplar/subproject/Properties/AssemblyInfo.cs
albacore-2.6.6 spec/testdata/csharp/Exemplar/subproject/Properties/AssemblyInfo.cs
albacore-2.6.4 spec/testdata/csharp/Exemplar/subproject/Properties/AssemblyInfo.cs
albacore-2.6.3 spec/testdata/csharp/Exemplar/subproject/Properties/AssemblyInfo.cs