From 43f38e717bcafb899d9ab1cfc9c277a6bfb87bee Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 12 Nov 2015 18:41:47 +0200 Subject: [PATCH] Add a trivial Visual Studio solution with a single project to run soffice.bin The intent is not that this will grow to anything that one could build LibreOffice in. Some source files that one often needs to set breakpoints in might be added. This is in no way related to the "make vs2013-ide-integration" thing. Change-Id: I9cb3007af1dd9bff653584ad3f82f917649ce8c0 --- .gitignore | 2 - windows/soffice.sln | 18 +++++++++ windows/soffice.vcxproj | 84 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 102 insertions(+), 2 deletions(-) create mode 100644 windows/soffice.sln create mode 100644 windows/soffice.vcxproj diff --git a/.gitignore b/.gitignore index 8a27343d6c7f..90f21f45d99d 100644 --- a/.gitignore +++ b/.gitignore @@ -116,10 +116,8 @@ DerivedData # MSVS specific */Debug *.sdf -*.sln *.v11* *.v12* -*.vcxproj* *.opensdf # QtCreator specific diff --git a/windows/soffice.sln b/windows/soffice.sln new file mode 100644 index 000000000000..18993c834622 --- /dev/null +++ b/windows/soffice.sln @@ -0,0 +1,18 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.40629.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "soffice", "soffice.vcxproj", "{4A0AC252-760E-4C2B-A408-C79CBA182370}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4A0AC252-760E-4C2B-A408-C79CBA182370}.Debug|Win32.ActiveCfg = Debug|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/windows/soffice.vcxproj b/windows/soffice.vcxproj new file mode 100644 index 000000000000..f868d55c413e --- /dev/null +++ b/windows/soffice.vcxproj @@ -0,0 +1,84 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {4A0AC252-760E-4C2B-A408-C79CBA182370} + Win32Proj + soffice + + + + Application + true + v120 + Unicode + + + Application + false + v120 + true + Unicode + + + + + + + + + + + + + true + ..\instdir\program + + .bin + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + +