From: Steve Brokenshire Date: Sat, 1 Sep 2018 17:30:53 +0000 (+0100) Subject: win32/odthelpbrowser: Created odthelpbrowser VS2015 Express project X-Git-Tag: release-0.23~10 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=ecdc66db533d52ae57131b3135485aa7e53c69d3 win32/odthelpbrowser: Created odthelpbrowser VS2015 Express project --- diff --git a/projects/msw/odthelpbrowser.vcxproj b/projects/msw/odthelpbrowser.vcxproj new file mode 100644 index 0000000..2027ed1 --- /dev/null +++ b/projects/msw/odthelpbrowser.vcxproj @@ -0,0 +1,149 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4} + Win32Proj + odthelpbrowser + 8.1 + + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + + + + + + + Level3 + Disabled + _DEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + + + + \ No newline at end of file diff --git a/projects/msw/odthelpbrowser.vcxproj.filters b/projects/msw/odthelpbrowser.vcxproj.filters new file mode 100644 index 0000000..6a1782f --- /dev/null +++ b/projects/msw/odthelpbrowser.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/projects/msw/xestiaab.sln b/projects/msw/xestiaab.sln index a796e29..e9ef279 100644 --- a/projects/msw/xestiaab.sln +++ b/projects/msw/xestiaab.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Express 2013 for Windows Desktop -VisualStudioVersion = 12.0.31101.0 +# Visual Studio Express 14 for Windows Desktop +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xestiaab", "xestiaab.vcxproj", "{853D1FD7-20AB-586C-9699-9680F84AC985}" ProjectSection(ProjectDependencies) = postProject @@ -10,14 +10,24 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xestiaab", "xestiaab.vcxpro EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bitmapcode", "bitmapcode.vcxproj", "{966CF7A9-125F-4F94-BBD6-5BD49550ECC2}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "odthelpbrowser", "odthelpbrowser.vcxproj", "{34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 DLL Debug|Win32 = DLL Debug|Win32 DLL Debug|x64 = DLL Debug|x64 DLL Release|Win32 = DLL Release|Win32 DLL Release|x64 = DLL Release|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {853D1FD7-20AB-586C-9699-9680F84AC985}.Debug|Win32.ActiveCfg = DLL Debug|Win32 + {853D1FD7-20AB-586C-9699-9680F84AC985}.Debug|Win32.Build.0 = DLL Debug|Win32 + {853D1FD7-20AB-586C-9699-9680F84AC985}.Debug|x64.ActiveCfg = DLL Debug|x64 + {853D1FD7-20AB-586C-9699-9680F84AC985}.Debug|x64.Build.0 = DLL Debug|x64 {853D1FD7-20AB-586C-9699-9680F84AC985}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 {853D1FD7-20AB-586C-9699-9680F84AC985}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 {853D1FD7-20AB-586C-9699-9680F84AC985}.DLL Debug|Win32.Deploy.0 = DLL Debug|Win32 @@ -27,6 +37,14 @@ Global {853D1FD7-20AB-586C-9699-9680F84AC985}.DLL Release|Win32.Build.0 = DLL Release|Win32 {853D1FD7-20AB-586C-9699-9680F84AC985}.DLL Release|x64.ActiveCfg = DLL Release|x64 {853D1FD7-20AB-586C-9699-9680F84AC985}.DLL Release|x64.Build.0 = DLL Release|x64 + {853D1FD7-20AB-586C-9699-9680F84AC985}.Release|Win32.ActiveCfg = DLL Release|Win32 + {853D1FD7-20AB-586C-9699-9680F84AC985}.Release|Win32.Build.0 = DLL Release|Win32 + {853D1FD7-20AB-586C-9699-9680F84AC985}.Release|x64.ActiveCfg = DLL Release|x64 + {853D1FD7-20AB-586C-9699-9680F84AC985}.Release|x64.Build.0 = DLL Release|x64 + {966CF7A9-125F-4F94-BBD6-5BD49550ECC2}.Debug|Win32.ActiveCfg = DLL Debug|Win32 + {966CF7A9-125F-4F94-BBD6-5BD49550ECC2}.Debug|Win32.Build.0 = DLL Debug|Win32 + {966CF7A9-125F-4F94-BBD6-5BD49550ECC2}.Debug|x64.ActiveCfg = DLL Debug|x64 + {966CF7A9-125F-4F94-BBD6-5BD49550ECC2}.Debug|x64.Build.0 = DLL Debug|x64 {966CF7A9-125F-4F94-BBD6-5BD49550ECC2}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 {966CF7A9-125F-4F94-BBD6-5BD49550ECC2}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 {966CF7A9-125F-4F94-BBD6-5BD49550ECC2}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 @@ -35,6 +53,26 @@ Global {966CF7A9-125F-4F94-BBD6-5BD49550ECC2}.DLL Release|Win32.Build.0 = DLL Release|Win32 {966CF7A9-125F-4F94-BBD6-5BD49550ECC2}.DLL Release|x64.ActiveCfg = DLL Release|x64 {966CF7A9-125F-4F94-BBD6-5BD49550ECC2}.DLL Release|x64.Build.0 = DLL Release|x64 + {966CF7A9-125F-4F94-BBD6-5BD49550ECC2}.Release|Win32.ActiveCfg = DLL Release|Win32 + {966CF7A9-125F-4F94-BBD6-5BD49550ECC2}.Release|Win32.Build.0 = DLL Release|Win32 + {966CF7A9-125F-4F94-BBD6-5BD49550ECC2}.Release|x64.ActiveCfg = DLL Release|x64 + {966CF7A9-125F-4F94-BBD6-5BD49550ECC2}.Release|x64.Build.0 = DLL Release|x64 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.Debug|Win32.ActiveCfg = Debug|Win32 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.Debug|Win32.Build.0 = Debug|Win32 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.Debug|x64.ActiveCfg = Debug|x64 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.Debug|x64.Build.0 = Debug|x64 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.DLL Debug|Win32.ActiveCfg = Debug|Win32 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.DLL Debug|Win32.Build.0 = Debug|Win32 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.DLL Debug|x64.ActiveCfg = Debug|x64 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.DLL Debug|x64.Build.0 = Debug|x64 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.DLL Release|Win32.ActiveCfg = Release|Win32 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.DLL Release|Win32.Build.0 = Release|Win32 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.DLL Release|x64.ActiveCfg = Release|x64 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.DLL Release|x64.Build.0 = Release|x64 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.Release|Win32.ActiveCfg = Release|Win32 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.Release|Win32.Build.0 = Release|Win32 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.Release|x64.ActiveCfg = Release|x64 + {34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE