Skip to content

Commit

Permalink
removed assembly cs
Browse files Browse the repository at this point in the history
  • Loading branch information
giokoguashvili committed Apr 24, 2017
1 parent fc56950 commit 462b21b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions SmartCardApi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,32 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// 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("SmartCardApi")]
[assembly: AssemblyTitle("SmartCardApi.Properties")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SmartCardApi")]
[assembly: AssemblyProduct("SmartCardApi.Properties")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[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
// 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("3dfc395e-be42-423a-89b0-7a6eb8f18fbe")]
[assembly: Guid("775ad72d-1356-4e50-9dda-35beb21534f9")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor 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.4.58.0")]
[assembly: AssemblyFileVersion("1.4.58.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion SmartCardApi/SmartCardApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
<Compile Include="Cryptography\S.test.cs" />
<Compile Include="Cryptography\SHA1.test.cs" />
<Compile Include="Cryptography\SSC.test.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SecureMessaging\DataObjects\Builded\BuildedDO87.test.cs" />
<Compile Include="SecureMessaging\DataObjects\Builded\BuildedDO8E.test.cs" />
<Compile Include="SecureMessaging\DataObjects\Builded\BuildedDO97.test.cs" />
Expand Down Expand Up @@ -258,7 +259,6 @@
<Compile Include="MRZ\Sex.cs" />
<Compile Include="MRZ\WeightingFigure.cs" />
<Compile Include="MRZ\WeightingFigures.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SecureMessaging\CC\CC.cs" />
<Compile Include="SecureMessaging\CC\ComputedCC.cs" />
<Compile Include="SecureMessaging\CC\ExtractedCC.cs" />
Expand Down

0 comments on commit 462b21b

Please sign in to comment.