npapi-vlc | branch: master | Sergey Radionov <[email protected]> | Wed Nov 23 15:48:05 2011 +0700| [dfbd76e01f6c8d8a9291cbe8c893fa527af514e2] | committer: Rafaël Carré
ActiveX, npapi: added VS solution containing ActiveX and npapi projects. Signed-off-by: Rafaël Carré <[email protected]> > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=dfbd76e01f6c8d8a9291cbe8c893fa527af514e2 --- build/vc2008/.gitignore | 4 ++++ build/vc2008/axnp.sln | 26 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 0 deletions(-) diff --git a/build/vc2008/.gitignore b/build/vc2008/.gitignore new file mode 100644 index 0000000..3b79ea2 --- /dev/null +++ b/build/vc2008/.gitignore @@ -0,0 +1,4 @@ +axnp.suo +axnp.ncb +debug/* +release/* diff --git a/build/vc2008/axnp.sln b/build/vc2008/axnp.sln new file mode 100644 index 0000000..9b2ba76 --- /dev/null +++ b/build/vc2008/axnp.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "axvlc", "activex\axvlc.vcproj", "{B77517C1-F54C-4769-858D-7A52C60D833E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "npvlc", "npapi\npvlc.vcproj", "{6166B280-56A7-4951-BFF9-237B7454E2D5}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B77517C1-F54C-4769-858D-7A52C60D833E}.Debug|Win32.ActiveCfg = Debug|Win32 + {B77517C1-F54C-4769-858D-7A52C60D833E}.Debug|Win32.Build.0 = Debug|Win32 + {B77517C1-F54C-4769-858D-7A52C60D833E}.Release|Win32.ActiveCfg = Release|Win32 + {B77517C1-F54C-4769-858D-7A52C60D833E}.Release|Win32.Build.0 = Release|Win32 + {6166B280-56A7-4951-BFF9-237B7454E2D5}.Debug|Win32.ActiveCfg = Debug|Win32 + {6166B280-56A7-4951-BFF9-237B7454E2D5}.Debug|Win32.Build.0 = Debug|Win32 + {6166B280-56A7-4951-BFF9-237B7454E2D5}.Release|Win32.ActiveCfg = Release|Win32 + {6166B280-56A7-4951-BFF9-237B7454E2D5}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
