Unnecessary references removed, ver. 2.18.976

This commit is contained in:
Milan Hanajik 2018-07-27 10:10:39 +02:00
parent a7cfbc0b76
commit f3532fc3cb
3 changed files with 4 additions and 19 deletions

View File

@ -121,21 +121,6 @@
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
<COMReference Include="GemCardExLib">
<Guid>{F1FF634B-BEDF-461C-A409-5B88E05F5117}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
</COMReference>
<COMReference Include="SCARDSSPLib">
<Guid>{82C38704-19F1-11D3-A11F-00C04F79F800}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
</COMReference>
<COMReference Include="stdole">
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
<VersionMajor>2</VersionMajor>

View File

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.18.975.0")]
[assembly: AssemblyFileVersion("2.18.975.0")]
[assembly: AssemblyVersion("2.18.976.0")]
[assembly: AssemblyFileVersion("2.18.976.0")]

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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("2.18.893.0")]
[assembly: AssemblyFileVersion("2.18.893.0")]
[assembly: AssemblyVersion("2.18.976.0")]
[assembly: AssemblyFileVersion("2.18.976.0")]