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 + + + + + +