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