# HG changeset patch # User John Tsiombikas # Date 1391397791 -7200 # Node ID 04362221f12d291ef76a765c049394940df50fae # Parent 410c19c735b2b6eaffb42faec068bbe9b8392e34 visual studio project files diff -r 410c19c735b2 -r 04362221f12d examples/imgthumbs/imgthumbs.vcproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/imgthumbs/imgthumbs.vcproj Mon Feb 03 05:23:11 2014 +0200 @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 410c19c735b2 -r 04362221f12d examples/resman.vsprops --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/resman.vsprops Mon Feb 03 05:23:11 2014 +0200 @@ -0,0 +1,16 @@ + + + + + diff -r 410c19c735b2 -r 04362221f12d libresman-static.vcproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libresman-static.vcproj Mon Feb 03 05:23:11 2014 +0200 @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 410c19c735b2 -r 04362221f12d libresman.sln --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libresman.sln Mon Feb 03 05:23:11 2014 +0200 @@ -0,0 +1,32 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libresman", "libresman.vcproj", "{BCD20CF4-E710-4520-8A51-E29E221D53BA}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libresman-static", "libresman-static.vcproj", "{30D59998-59D6-46D6-ADEC-9C716878317D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imgthumbs", "examples\imgthumbs\imgthumbs.vcproj", "{022D306F-6002-4EAD-ADF5-5B31BB339791}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BCD20CF4-E710-4520-8A51-E29E221D53BA}.Debug|Win32.ActiveCfg = Debug|Win32 + {BCD20CF4-E710-4520-8A51-E29E221D53BA}.Debug|Win32.Build.0 = Debug|Win32 + {BCD20CF4-E710-4520-8A51-E29E221D53BA}.Release|Win32.ActiveCfg = Release|Win32 + {BCD20CF4-E710-4520-8A51-E29E221D53BA}.Release|Win32.Build.0 = Release|Win32 + {30D59998-59D6-46D6-ADEC-9C716878317D}.Debug|Win32.ActiveCfg = Debug|Win32 + {30D59998-59D6-46D6-ADEC-9C716878317D}.Debug|Win32.Build.0 = Debug|Win32 + {30D59998-59D6-46D6-ADEC-9C716878317D}.Release|Win32.ActiveCfg = Release|Win32 + {30D59998-59D6-46D6-ADEC-9C716878317D}.Release|Win32.Build.0 = Release|Win32 + {022D306F-6002-4EAD-ADF5-5B31BB339791}.Debug|Win32.ActiveCfg = Debug|Win32 + {022D306F-6002-4EAD-ADF5-5B31BB339791}.Debug|Win32.Build.0 = Debug|Win32 + {022D306F-6002-4EAD-ADF5-5B31BB339791}.Release|Win32.ActiveCfg = Release|Win32 + {022D306F-6002-4EAD-ADF5-5B31BB339791}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff -r 410c19c735b2 -r 04362221f12d libresman.vcproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libresman.vcproj Mon Feb 03 05:23:11 2014 +0200 @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 410c19c735b2 -r 04362221f12d resman.def --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resman.def Mon Feb 03 05:23:11 2014 +0200 @@ -0,0 +1,20 @@ +LIBRARY "libresman" +EXPORTS + resman_create + resman_free + + resman_init + resman_destroy + + resman_set_load_func + resman_set_create_func + resman_set_update_func + resman_set_destroy_func + + resman_lookup + resman_wait + + resman_poll + + resman_set_res_data + resman_get_res_data \ No newline at end of file