Skip to content
Snippets Groups Projects
Commit 868fc13d authored by rswindell's avatar rswindell
Browse files

Add MSVC++ project for fmsgdump (FidoNet Stored Message Dump) utility

parent cd189438
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "load_cfg", "load_cfg.vcxpro
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pktdump", "pktdump.vcxproj", "{85112FF8-B520-4806-A2C8-7525F495AE8F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fmsgdump", "fmsgdump.vcxproj", "{E5F4F589-8238-4AE6-8E6D-40AB6D771E1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
......@@ -240,6 +242,10 @@ Global
{85112FF8-B520-4806-A2C8-7525F495AE8F}.Debug|Win32.Build.0 = Debug|Win32
{85112FF8-B520-4806-A2C8-7525F495AE8F}.Release|Win32.ActiveCfg = Release|Win32
{85112FF8-B520-4806-A2C8-7525F495AE8F}.Release|Win32.Build.0 = Release|Win32
{E5F4F589-8238-4AE6-8E6D-40AB6D771E1C}.Debug|Win32.ActiveCfg = Debug|Win32
{E5F4F589-8238-4AE6-8E6D-40AB6D771E1C}.Debug|Win32.Build.0 = Debug|Win32
{E5F4F589-8238-4AE6-8E6D-40AB6D771E1C}.Release|Win32.ActiveCfg = Release|Win32
{E5F4F589-8238-4AE6-8E6D-40AB6D771E1C}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment