Click here to Skip to main content
15,878,959 members
Articles / Programming Languages / C#

BIM-ISO8583

Rate me:
Please Sign up or sign in to vote.
4.79/5 (12 votes)
25 Mar 2013BSD 123.8K   21   15  
Implementation of ISO8583 in .NET

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parser", "Sample Parser\Parser.csproj", "{194F30B9-4EB0-4F5C-AD50-8F34E8BE2D84}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BIM-ISO8583.NET", "..\BIM-ISO8583.NET\BIM-ISO8583.NET\BIM-ISO8583.NET.csproj", "{448A26F0-C87F-4390-A6B8-EFA3835D837B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{194F30B9-4EB0-4F5C-AD50-8F34E8BE2D84}.Debug|Any CPU.ActiveCfg = Debug|x86
		{194F30B9-4EB0-4F5C-AD50-8F34E8BE2D84}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{194F30B9-4EB0-4F5C-AD50-8F34E8BE2D84}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{194F30B9-4EB0-4F5C-AD50-8F34E8BE2D84}.Debug|x86.ActiveCfg = Debug|x86
		{194F30B9-4EB0-4F5C-AD50-8F34E8BE2D84}.Debug|x86.Build.0 = Debug|x86
		{194F30B9-4EB0-4F5C-AD50-8F34E8BE2D84}.Release|Any CPU.ActiveCfg = Release|x86
		{194F30B9-4EB0-4F5C-AD50-8F34E8BE2D84}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{194F30B9-4EB0-4F5C-AD50-8F34E8BE2D84}.Release|Mixed Platforms.Build.0 = Release|x86
		{194F30B9-4EB0-4F5C-AD50-8F34E8BE2D84}.Release|x86.ActiveCfg = Release|x86
		{194F30B9-4EB0-4F5C-AD50-8F34E8BE2D84}.Release|x86.Build.0 = Release|x86
		{448A26F0-C87F-4390-A6B8-EFA3835D837B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{448A26F0-C87F-4390-A6B8-EFA3835D837B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{448A26F0-C87F-4390-A6B8-EFA3835D837B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{448A26F0-C87F-4390-A6B8-EFA3835D837B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{448A26F0-C87F-4390-A6B8-EFA3835D837B}.Debug|x86.ActiveCfg = Debug|Any CPU
		{448A26F0-C87F-4390-A6B8-EFA3835D837B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{448A26F0-C87F-4390-A6B8-EFA3835D837B}.Release|Any CPU.Build.0 = Release|Any CPU
		{448A26F0-C87F-4390-A6B8-EFA3835D837B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{448A26F0-C87F-4390-A6B8-EFA3835D837B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{448A26F0-C87F-4390-A6B8-EFA3835D837B}.Release|x86.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Software Developer (Senior)
Philippines Philippines
Bim has over 20 years of software development experience, with 15 years spent in the eBanking and payments space.

He has extensive experience developing banking and payment solutions, co-engineered a military-grade Secure Cryptographic Device, and authored BIMISO8583.NET and .JAVA libraries.

He is also a co-founder in three alpha-stage blockchain startups, including the Philippines first offline Bitcoin Wallet.

Currently, he is working with one of the most innovative Supply Chain and Logistic technology Providers (SCLTP).

Comments and Discussions