Last active
December 12, 2015 05:38
-
-
Save iwadon/4722737 to your computer and use it in GitHub Desktop.
gtest-1.6.0をmsvc11でビルドした時に用意したソリューションファイルやプロジェクトファイル。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/msvc11/gtest-md.sln b/msvc11/gtest-md.sln | |
| new file mode 100644 | |
| index 0000000..d82bd34 | |
| --- /dev/null | |
| +++ b/msvc11/gtest-md.sln | |
| @@ -0,0 +1,55 @@ | |
| +Microsoft Visual Studio Solution File, Format Version 12.00 | |
| +# Visual Studio Express 2012 for Windows Desktop | |
| +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest-md", "gtest-md.vcxproj", "{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}" | |
| +EndProject | |
| +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_main-md", "gtest_main-md.vcxproj", "{3AF54C8A-10BF-4332-9147-F68ED9862033}" | |
| +EndProject | |
| +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_prod_test-md", "gtest_prod_test-md.vcxproj", "{24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}" | |
| +EndProject | |
| +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_unittest-md", "gtest_unittest-md.vcxproj", "{4D9FDFB5-986A-4139-823C-F4EE0ED481A2}" | |
| +EndProject | |
| +Global | |
| + GlobalSection(SolutionConfigurationPlatforms) = preSolution | |
| + Debug|Win32 = Debug|Win32 | |
| + Debug|x64 = Debug|x64 | |
| + Release|Win32 = Release|Win32 | |
| + Release|x64 = Release|x64 | |
| + EndGlobalSection | |
| + GlobalSection(ProjectConfigurationPlatforms) = postSolution | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|Win32.ActiveCfg = Debug|Win32 | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|Win32.Build.0 = Debug|Win32 | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|x64.ActiveCfg = Debug|x64 | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|x64.Build.0 = Debug|x64 | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|Win32.ActiveCfg = Release|Win32 | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|Win32.Build.0 = Release|Win32 | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|x64.ActiveCfg = Release|x64 | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|x64.Build.0 = Release|x64 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Debug|Win32.ActiveCfg = Debug|Win32 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Debug|Win32.Build.0 = Debug|Win32 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Debug|x64.ActiveCfg = Debug|x64 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Debug|x64.Build.0 = Debug|x64 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Release|Win32.ActiveCfg = Release|Win32 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Release|Win32.Build.0 = Release|Win32 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Release|x64.ActiveCfg = Release|x64 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Release|x64.Build.0 = Release|x64 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Debug|Win32.ActiveCfg = Debug|Win32 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Debug|Win32.Build.0 = Debug|Win32 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Debug|x64.ActiveCfg = Debug|x64 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Debug|x64.Build.0 = Debug|x64 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Release|Win32.ActiveCfg = Release|Win32 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Release|Win32.Build.0 = Release|Win32 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Release|x64.ActiveCfg = Release|x64 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Release|x64.Build.0 = Release|x64 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Debug|Win32.ActiveCfg = Debug|Win32 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Debug|Win32.Build.0 = Debug|Win32 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Debug|x64.ActiveCfg = Debug|x64 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Debug|x64.Build.0 = Debug|x64 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Release|Win32.ActiveCfg = Release|Win32 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Release|Win32.Build.0 = Release|Win32 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Release|x64.ActiveCfg = Release|x64 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Release|x64.Build.0 = Release|x64 | |
| + EndGlobalSection | |
| + GlobalSection(SolutionProperties) = preSolution | |
| + HideSolutionNode = FALSE | |
| + EndGlobalSection | |
| +EndGlobal | |
| diff --git a/msvc11/gtest-md.vcxproj b/msvc11/gtest-md.vcxproj | |
| new file mode 100644 | |
| index 0000000..492349c | |
| --- /dev/null | |
| +++ b/msvc11/gtest-md.vcxproj | |
| @@ -0,0 +1,151 @@ | |
| +<?xml version="1.0" encoding="utf-8"?> | |
| +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| + <ItemGroup Label="ProjectConfigurations"> | |
| + <ProjectConfiguration Include="Debug|Win32"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Debug|x64"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|Win32"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|x64"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + </ItemGroup> | |
| + <PropertyGroup Label="Globals"> | |
| + <ProjectGuid>{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}</ProjectGuid> | |
| + <Keyword>Win32Proj</Keyword> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| + <ImportGroup Label="ExtensionSettings"> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <PropertyGroup Label="UserMacros" /> | |
| + <PropertyGroup> | |
| + <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + <TargetName>gtestd</TargetName> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <TargetName>gtestd</TargetName> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + <TargetName>gtest</TargetName> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <TargetName>gtest</TargetName> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <MinimalRebuild>true</MinimalRebuild> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| + <PrecompiledHeader /> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| + <PrecompiledHeader> | |
| + </PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| + <PrecompiledHeader /> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| + <PrecompiledHeader> | |
| + </PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemGroup> | |
| + <ClCompile Include="..\src\gtest-all.cc"> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + </ClCompile> | |
| + </ItemGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| + <ImportGroup Label="ExtensionTargets"> | |
| + </ImportGroup> | |
| +</Project> | |
| \ No newline at end of file | |
| diff --git a/msvc11/gtest.sln b/msvc11/gtest.sln | |
| new file mode 100644 | |
| index 0000000..b4abd41 | |
| --- /dev/null | |
| +++ b/msvc11/gtest.sln | |
| @@ -0,0 +1,55 @@ | |
| +Microsoft Visual Studio Solution File, Format Version 12.00 | |
| +# Visual Studio Express 2012 for Windows Desktop | |
| +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "gtest.vcxproj", "{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}" | |
| +EndProject | |
| +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_main", "gtest_main.vcxproj", "{3AF54C8A-10BF-4332-9147-F68ED9862032}" | |
| +EndProject | |
| +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_unittest", "gtest_unittest.vcxproj", "{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}" | |
| +EndProject | |
| +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_prod_test", "gtest_prod_test.vcxproj", "{24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}" | |
| +EndProject | |
| +Global | |
| + GlobalSection(SolutionConfigurationPlatforms) = preSolution | |
| + Debug|Win32 = Debug|Win32 | |
| + Debug|x64 = Debug|x64 | |
| + Release|Win32 = Release|Win32 | |
| + Release|x64 = Release|x64 | |
| + EndGlobalSection | |
| + GlobalSection(ProjectConfigurationPlatforms) = postSolution | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug|Win32.ActiveCfg = Debug|Win32 | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug|Win32.Build.0 = Debug|Win32 | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug|x64.ActiveCfg = Debug|x64 | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug|x64.Build.0 = Debug|x64 | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release|Win32.ActiveCfg = Release|Win32 | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release|Win32.Build.0 = Release|Win32 | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release|x64.ActiveCfg = Release|x64 | |
| + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release|x64.Build.0 = Release|x64 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Debug|Win32.ActiveCfg = Debug|Win32 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Debug|Win32.Build.0 = Debug|Win32 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Debug|x64.ActiveCfg = Debug|x64 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Debug|x64.Build.0 = Debug|x64 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Release|Win32.ActiveCfg = Release|Win32 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Release|Win32.Build.0 = Release|Win32 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Release|x64.ActiveCfg = Release|x64 | |
| + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Release|x64.Build.0 = Release|x64 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Debug|Win32.ActiveCfg = Debug|Win32 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Debug|Win32.Build.0 = Debug|Win32 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Debug|x64.ActiveCfg = Debug|x64 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Debug|x64.Build.0 = Debug|x64 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Release|Win32.ActiveCfg = Release|Win32 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Release|Win32.Build.0 = Release|Win32 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Release|x64.ActiveCfg = Release|x64 | |
| + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Release|x64.Build.0 = Release|x64 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Debug|Win32.ActiveCfg = Debug|Win32 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Debug|Win32.Build.0 = Debug|Win32 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Debug|x64.ActiveCfg = Debug|x64 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Debug|x64.Build.0 = Debug|x64 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Release|Win32.ActiveCfg = Release|Win32 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Release|Win32.Build.0 = Release|Win32 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Release|x64.ActiveCfg = Release|x64 | |
| + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Release|x64.Build.0 = Release|x64 | |
| + EndGlobalSection | |
| + GlobalSection(SolutionProperties) = preSolution | |
| + HideSolutionNode = FALSE | |
| + EndGlobalSection | |
| +EndGlobal | |
| diff --git a/msvc11/gtest.vcxproj b/msvc11/gtest.vcxproj | |
| new file mode 100644 | |
| index 0000000..a47a2ea | |
| --- /dev/null | |
| +++ b/msvc11/gtest.vcxproj | |
| @@ -0,0 +1,149 @@ | |
| +<?xml version="1.0" encoding="utf-8"?> | |
| +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| + <ItemGroup Label="ProjectConfigurations"> | |
| + <ProjectConfiguration Include="Debug|Win32"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Debug|x64"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|Win32"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|x64"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + </ItemGroup> | |
| + <PropertyGroup Label="Globals"> | |
| + <ProjectGuid>{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}</ProjectGuid> | |
| + <Keyword>Win32Proj</Keyword> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| + <ImportGroup Label="ExtensionSettings"> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <PropertyGroup Label="UserMacros" /> | |
| + <PropertyGroup> | |
| + <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + <TargetName>$(ProjectName)d</TargetName> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <TargetName>$(ProjectName)d</TargetName> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <MinimalRebuild>true</MinimalRebuild> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| + <PrecompiledHeader /> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| + <PrecompiledHeader> | |
| + </PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| + <PrecompiledHeader /> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| + <PrecompiledHeader> | |
| + </PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemGroup> | |
| + <ClCompile Include="..\src\gtest-all.cc"> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + </ClCompile> | |
| + </ItemGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| + <ImportGroup Label="ExtensionTargets"> | |
| + </ImportGroup> | |
| +</Project> | |
| \ No newline at end of file | |
| diff --git a/msvc11/gtest_main-md.vcxproj b/msvc11/gtest_main-md.vcxproj | |
| new file mode 100644 | |
| index 0000000..1dab1b6 | |
| --- /dev/null | |
| +++ b/msvc11/gtest_main-md.vcxproj | |
| @@ -0,0 +1,156 @@ | |
| +<?xml version="1.0" encoding="utf-8"?> | |
| +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| + <ItemGroup Label="ProjectConfigurations"> | |
| + <ProjectConfiguration Include="Debug|Win32"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Debug|x64"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|Win32"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|x64"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + </ItemGroup> | |
| + <PropertyGroup Label="Globals"> | |
| + <ProjectGuid>{3AF54C8A-10BF-4332-9147-F68ED9862033}</ProjectGuid> | |
| + <Keyword>Win32Proj</Keyword> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| + <ImportGroup Label="ExtensionSettings"> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <PropertyGroup Label="UserMacros" /> | |
| + <PropertyGroup> | |
| + <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + <TargetName>gtest_maind</TargetName> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <TargetName>gtest_maind</TargetName> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + <TargetName>gtest_main</TargetName> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <TargetName>gtest_main</TargetName> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <MinimalRebuild>true</MinimalRebuild> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| + <PrecompiledHeader /> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| + <PrecompiledHeader> | |
| + </PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| + <PrecompiledHeader /> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| + <PrecompiledHeader> | |
| + </PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemGroup> | |
| + <ClCompile Include="..\src\gtest_main.cc"> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + </ClCompile> | |
| + </ItemGroup> | |
| + <ItemGroup> | |
| + <ProjectReference Include="gtest-md.vcxproj"> | |
| + <Project>{c8f6c172-56f2-4e76-b5fa-c3b423b31be8}</Project> | |
| + </ProjectReference> | |
| + </ItemGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| + <ImportGroup Label="ExtensionTargets"> | |
| + </ImportGroup> | |
| +</Project> | |
| \ No newline at end of file | |
| diff --git a/msvc11/gtest_main.vcxproj b/msvc11/gtest_main.vcxproj | |
| new file mode 100644 | |
| index 0000000..3fe797a | |
| --- /dev/null | |
| +++ b/msvc11/gtest_main.vcxproj | |
| @@ -0,0 +1,154 @@ | |
| +<?xml version="1.0" encoding="utf-8"?> | |
| +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| + <ItemGroup Label="ProjectConfigurations"> | |
| + <ProjectConfiguration Include="Debug|Win32"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Debug|x64"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|Win32"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|x64"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + </ItemGroup> | |
| + <PropertyGroup Label="Globals"> | |
| + <ProjectGuid>{3AF54C8A-10BF-4332-9147-F68ED9862032}</ProjectGuid> | |
| + <Keyword>Win32Proj</Keyword> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| + <ConfigurationType>StaticLibrary</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| + <ImportGroup Label="ExtensionSettings"> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <PropertyGroup Label="UserMacros" /> | |
| + <PropertyGroup> | |
| + <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + <TargetName>$(ProjectName)d</TargetName> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <TargetName>$(ProjectName)d</TargetName> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <MinimalRebuild>true</MinimalRebuild> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| + <PrecompiledHeader /> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| + <PrecompiledHeader> | |
| + </PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| + <PrecompiledHeader /> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| + <PrecompiledHeader> | |
| + </PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Lib> | |
| + <OutputFile>$(OutDir)$(TargetName).lib</OutputFile> | |
| + </Lib> | |
| + </ItemDefinitionGroup> | |
| + <ItemGroup> | |
| + <ClCompile Include="..\src\gtest_main.cc"> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + </ClCompile> | |
| + </ItemGroup> | |
| + <ItemGroup> | |
| + <ProjectReference Include="gtest.vcxproj"> | |
| + <Project>{c8f6c172-56f2-4e76-b5fa-c3b423b31be7}</Project> | |
| + </ProjectReference> | |
| + </ItemGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| + <ImportGroup Label="ExtensionTargets"> | |
| + </ImportGroup> | |
| +</Project> | |
| \ No newline at end of file | |
| diff --git a/msvc11/gtest_prod_test-md.vcxproj b/msvc11/gtest_prod_test-md.vcxproj | |
| new file mode 100644 | |
| index 0000000..8edc301 | |
| --- /dev/null | |
| +++ b/msvc11/gtest_prod_test-md.vcxproj | |
| @@ -0,0 +1,199 @@ | |
| +<?xml version="1.0" encoding="utf-8"?> | |
| +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| + <ItemGroup Label="ProjectConfigurations"> | |
| + <ProjectConfiguration Include="Debug|Win32"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Debug|x64"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|Win32"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|x64"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + </ItemGroup> | |
| + <PropertyGroup Label="Globals"> | |
| + <ProjectGuid>{24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}</ProjectGuid> | |
| + <Keyword>Win32Proj</Keyword> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| + <ImportGroup Label="ExtensionSettings"> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <PropertyGroup Label="UserMacros" /> | |
| + <PropertyGroup> | |
| + <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + <LinkIncremental>true</LinkIncremental> | |
| + <TargetName>gtest_prod_test</TargetName> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <LinkIncremental>true</LinkIncremental> | |
| + <TargetName>gtest_prod_test</TargetName> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + <LinkIncremental>false</LinkIncremental> | |
| + <TargetName>gtest_prod_test</TargetName> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <LinkIncremental>false</LinkIncremental> | |
| + <TargetName>gtest_prod_test</TargetName> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <MinimalRebuild>true</MinimalRebuild> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)$(TargetName).exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <ProgramDatabaseFile>$(OutDir)gtest_prod_test.pdb</ProgramDatabaseFile> | |
| + <SubSystem>Console</SubSystem> | |
| + <TargetMachine>MachineX86</TargetMachine> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)$(TargetName).exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <ProgramDatabaseFile>$(OutDir)gtest_prod_test.pdb</ProgramDatabaseFile> | |
| + <SubSystem>Console</SubSystem> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)$(TargetName).exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <SubSystem>Console</SubSystem> | |
| + <OptimizeReferences>true</OptimizeReferences> | |
| + <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| + <TargetMachine>MachineX86</TargetMachine> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)$(TargetName).exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <SubSystem>Console</SubSystem> | |
| + <OptimizeReferences>true</OptimizeReferences> | |
| + <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemGroup> | |
| + <ClCompile Include="..\test\gtest_prod_test.cc"> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + </PrecompiledHeader> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + </PrecompiledHeader> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + </PrecompiledHeader> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + </PrecompiledHeader> | |
| + </ClCompile> | |
| + <ClCompile Include="..\test\production.cc"> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + </PrecompiledHeader> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + </PrecompiledHeader> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + </PrecompiledHeader> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + </PrecompiledHeader> | |
| + </ClCompile> | |
| + </ItemGroup> | |
| + <ItemGroup> | |
| + <ClInclude Include="..\test\production.h" /> | |
| + </ItemGroup> | |
| + <ItemGroup> | |
| + <ProjectReference Include="gtest_main-md.vcxproj"> | |
| + <Project>{3af54c8a-10bf-4332-9147-f68ed9862033}</Project> | |
| + </ProjectReference> | |
| + </ItemGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| + <ImportGroup Label="ExtensionTargets"> | |
| + </ImportGroup> | |
| +</Project> | |
| \ No newline at end of file | |
| diff --git a/msvc11/gtest_prod_test.vcxproj b/msvc11/gtest_prod_test.vcxproj | |
| new file mode 100644 | |
| index 0000000..a8942c4 | |
| --- /dev/null | |
| +++ b/msvc11/gtest_prod_test.vcxproj | |
| @@ -0,0 +1,195 @@ | |
| +<?xml version="1.0" encoding="utf-8"?> | |
| +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| + <ItemGroup Label="ProjectConfigurations"> | |
| + <ProjectConfiguration Include="Debug|Win32"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Debug|x64"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|Win32"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|x64"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + </ItemGroup> | |
| + <PropertyGroup Label="Globals"> | |
| + <ProjectGuid>{24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}</ProjectGuid> | |
| + <Keyword>Win32Proj</Keyword> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| + <ImportGroup Label="ExtensionSettings"> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <PropertyGroup Label="UserMacros" /> | |
| + <PropertyGroup> | |
| + <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + <LinkIncremental>true</LinkIncremental> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <LinkIncremental>true</LinkIncremental> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + <LinkIncremental>false</LinkIncremental> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <LinkIncremental>false</LinkIncremental> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <MinimalRebuild>true</MinimalRebuild> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)gtest_prod_test.exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <ProgramDatabaseFile>$(OutDir)gtest_prod_test.pdb</ProgramDatabaseFile> | |
| + <SubSystem>Console</SubSystem> | |
| + <TargetMachine>MachineX86</TargetMachine> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)gtest_prod_test.exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <ProgramDatabaseFile>$(OutDir)gtest_prod_test.pdb</ProgramDatabaseFile> | |
| + <SubSystem>Console</SubSystem> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)gtest_prod_test.exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <SubSystem>Console</SubSystem> | |
| + <OptimizeReferences>true</OptimizeReferences> | |
| + <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| + <TargetMachine>MachineX86</TargetMachine> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)gtest_prod_test.exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <SubSystem>Console</SubSystem> | |
| + <OptimizeReferences>true</OptimizeReferences> | |
| + <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemGroup> | |
| + <ClCompile Include="..\test\gtest_prod_test.cc"> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + </PrecompiledHeader> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + </PrecompiledHeader> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + </PrecompiledHeader> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + </PrecompiledHeader> | |
| + </ClCompile> | |
| + <ClCompile Include="..\test\production.cc"> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + </PrecompiledHeader> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + </PrecompiledHeader> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + </PrecompiledHeader> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + </PrecompiledHeader> | |
| + </ClCompile> | |
| + </ItemGroup> | |
| + <ItemGroup> | |
| + <ClInclude Include="..\test\production.h" /> | |
| + </ItemGroup> | |
| + <ItemGroup> | |
| + <ProjectReference Include="gtest_main.vcxproj"> | |
| + <Project>{3af54c8a-10bf-4332-9147-f68ed9862032}</Project> | |
| + </ProjectReference> | |
| + </ItemGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| + <ImportGroup Label="ExtensionTargets"> | |
| + </ImportGroup> | |
| +</Project> | |
| \ No newline at end of file | |
| diff --git a/msvc11/gtest_unittest-md.vcxproj b/msvc11/gtest_unittest-md.vcxproj | |
| new file mode 100644 | |
| index 0000000..fe8b83c | |
| --- /dev/null | |
| +++ b/msvc11/gtest_unittest-md.vcxproj | |
| @@ -0,0 +1,188 @@ | |
| +<?xml version="1.0" encoding="utf-8"?> | |
| +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| + <ItemGroup Label="ProjectConfigurations"> | |
| + <ProjectConfiguration Include="Debug|Win32"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Debug|x64"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|Win32"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|x64"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + </ItemGroup> | |
| + <PropertyGroup Label="Globals"> | |
| + <ProjectGuid>{4D9FDFB5-986A-4139-823C-F4EE0ED481A2}</ProjectGuid> | |
| + <Keyword>Win32Proj</Keyword> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| + <ImportGroup Label="ExtensionSettings"> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <PropertyGroup Label="UserMacros" /> | |
| + <PropertyGroup> | |
| + <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + <LinkIncremental>true</LinkIncremental> | |
| + <TargetName>gtest_unittest</TargetName> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <LinkIncremental>true</LinkIncremental> | |
| + <TargetName>gtest_unittest</TargetName> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + <LinkIncremental>false</LinkIncremental> | |
| + <TargetName>gtest_unittest</TargetName> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <LinkIncremental>false</LinkIncremental> | |
| + <TargetName>gtest_unittest</TargetName> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <MinimalRebuild>true</MinimalRebuild> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)$(TargetName).exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <ProgramDatabaseFile>$(OutDir)gtest_unittest.pdb</ProgramDatabaseFile> | |
| + <SubSystem>Console</SubSystem> | |
| + <TargetMachine>MachineX86</TargetMachine> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)$(TargetName).exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <ProgramDatabaseFile>$(OutDir)gtest_unittest.pdb</ProgramDatabaseFile> | |
| + <SubSystem>Console</SubSystem> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)$(TargetName).exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <SubSystem>Console</SubSystem> | |
| + <OptimizeReferences>true</OptimizeReferences> | |
| + <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| + <TargetMachine>MachineX86</TargetMachine> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)$(TargetName).exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <SubSystem>Console</SubSystem> | |
| + <OptimizeReferences>true</OptimizeReferences> | |
| + <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemGroup> | |
| + <ClCompile Include="..\test\gtest_unittest.cc"> | |
| + <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MinSpace</Optimization> | |
| + <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">MinSpace</Optimization> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Default</BasicRuntimeChecks> | |
| + <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Default</BasicRuntimeChecks> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + </PrecompiledHeader> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + </PrecompiledHeader> | |
| + <DebugInformationFormat Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ProgramDatabase</DebugInformationFormat> | |
| + <DebugInformationFormat Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ProgramDatabase</DebugInformationFormat> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + </PrecompiledHeader> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + </PrecompiledHeader> | |
| + </ClCompile> | |
| + </ItemGroup> | |
| + <ItemGroup> | |
| + <ProjectReference Include="gtest_main-md.vcxproj"> | |
| + <Project>{3af54c8a-10bf-4332-9147-f68ed9862033}</Project> | |
| + </ProjectReference> | |
| + </ItemGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| + <ImportGroup Label="ExtensionTargets"> | |
| + </ImportGroup> | |
| +</Project> | |
| \ No newline at end of file | |
| diff --git a/msvc11/gtest_unittest.vcxproj b/msvc11/gtest_unittest.vcxproj | |
| new file mode 100644 | |
| index 0000000..c43ef82 | |
| --- /dev/null | |
| +++ b/msvc11/gtest_unittest.vcxproj | |
| @@ -0,0 +1,184 @@ | |
| +<?xml version="1.0" encoding="utf-8"?> | |
| +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| + <ItemGroup Label="ProjectConfigurations"> | |
| + <ProjectConfiguration Include="Debug|Win32"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Debug|x64"> | |
| + <Configuration>Debug</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|Win32"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>Win32</Platform> | |
| + </ProjectConfiguration> | |
| + <ProjectConfiguration Include="Release|x64"> | |
| + <Configuration>Release</Configuration> | |
| + <Platform>x64</Platform> | |
| + </ProjectConfiguration> | |
| + </ItemGroup> | |
| + <PropertyGroup Label="Globals"> | |
| + <ProjectGuid>{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}</ProjectGuid> | |
| + <Keyword>Win32Proj</Keyword> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| + <ConfigurationType>Application</ConfigurationType> | |
| + <PlatformToolset>v110</PlatformToolset> | |
| + <CharacterSet>MultiByte</CharacterSet> | |
| + </PropertyGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| + <ImportGroup Label="ExtensionSettings"> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| + </ImportGroup> | |
| + <PropertyGroup Label="UserMacros" /> | |
| + <PropertyGroup> | |
| + <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + <LinkIncremental>true</LinkIncremental> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <LinkIncremental>true</LinkIncremental> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + <LinkIncremental>false</LinkIncremental> | |
| + </PropertyGroup> | |
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <LinkIncremental>false</LinkIncremental> | |
| + <OutDir>$(SolutionName)\$(Platform)\$(Configuration)\</OutDir> | |
| + <IntDir>$(OutDir)$(ProjectName)\</IntDir> | |
| + </PropertyGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <MinimalRebuild>true</MinimalRebuild> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)gtest_unittest.exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <ProgramDatabaseFile>$(OutDir)gtest_unittest.pdb</ProgramDatabaseFile> | |
| + <SubSystem>Console</SubSystem> | |
| + <TargetMachine>MachineX86</TargetMachine> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + <ClCompile> | |
| + <Optimization>Disabled</Optimization> | |
| + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)gtest_unittest.exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <ProgramDatabaseFile>$(OutDir)gtest_unittest.pdb</ProgramDatabaseFile> | |
| + <SubSystem>Console</SubSystem> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)gtest_unittest.exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <SubSystem>Console</SubSystem> | |
| + <OptimizeReferences>true</OptimizeReferences> | |
| + <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| + <TargetMachine>MachineX86</TargetMachine> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + <ClCompile> | |
| + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| + <PrecompiledHeader>Use</PrecompiledHeader> | |
| + <WarningLevel>Level3</WarningLevel> | |
| + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| + </ClCompile> | |
| + <Link> | |
| + <OutputFile>$(OutDir)gtest_unittest.exe</OutputFile> | |
| + <GenerateDebugInformation>true</GenerateDebugInformation> | |
| + <SubSystem>Console</SubSystem> | |
| + <OptimizeReferences>true</OptimizeReferences> | |
| + <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| + </Link> | |
| + </ItemDefinitionGroup> | |
| + <ItemGroup> | |
| + <ClCompile Include="..\test\gtest_unittest.cc"> | |
| + <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MinSpace</Optimization> | |
| + <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">MinSpace</Optimization> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Default</BasicRuntimeChecks> | |
| + <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Default</BasicRuntimeChecks> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| + </PrecompiledHeader> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| + </PrecompiledHeader> | |
| + <DebugInformationFormat Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ProgramDatabase</DebugInformationFormat> | |
| + <DebugInformationFormat Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ProgramDatabase</DebugInformationFormat> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| + </PrecompiledHeader> | |
| + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| + </PrecompiledHeader> | |
| + </ClCompile> | |
| + </ItemGroup> | |
| + <ItemGroup> | |
| + <ProjectReference Include="gtest_main.vcxproj"> | |
| + <Project>{3af54c8a-10bf-4332-9147-f68ed9862032}</Project> | |
| + </ProjectReference> | |
| + </ItemGroup> | |
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| + <ImportGroup Label="ExtensionTargets"> | |
| + </ImportGroup> | |
| +</Project> | |
| \ No newline at end of file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment