|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <ItemGroup Label="ProjectConfigurations"> |
| 4 | + <ProjectConfiguration Include="Debug|Win32"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>Win32</Platform> |
| 7 | + </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Release|Win32"> |
| 9 | + <Configuration>Release</Configuration> |
| 10 | + <Platform>Win32</Platform> |
| 11 | + </ProjectConfiguration> |
| 12 | + </ItemGroup> |
| 13 | + <PropertyGroup Label="Globals"> |
| 14 | + <ProjectGuid>{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}</ProjectGuid> |
| 15 | + <Keyword>Win32Proj</Keyword> |
| 16 | + </PropertyGroup> |
| 17 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 18 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 19 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 20 | + <CharacterSet>MultiByte</CharacterSet> |
| 21 | + </PropertyGroup> |
| 22 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 23 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 24 | + <CharacterSet>MultiByte</CharacterSet> |
| 25 | + </PropertyGroup> |
| 26 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 27 | + <ImportGroup Label="ExtensionSettings"> |
| 28 | + </ImportGroup> |
| 29 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 30 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 31 | + </ImportGroup> |
| 32 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 33 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 34 | + </ImportGroup> |
| 35 | + <PropertyGroup Label="UserMacros" /> |
| 36 | + <PropertyGroup> |
| 37 | + <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
| 38 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir> |
| 39 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir> |
| 40 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir> |
| 41 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir> |
| 42 | + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)d</TargetName> |
| 43 | + </PropertyGroup> |
| 44 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 45 | + <ClCompile> |
| 46 | + <Optimization>Disabled</Optimization> |
| 47 | + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_HAS_ITERATOR_DEBUGGING=0;NOMINMAX;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 48 | + <MinimalRebuild>true</MinimalRebuild> |
| 49 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 50 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 51 | + <PrecompiledHeader> |
| 52 | + </PrecompiledHeader> |
| 53 | + <WarningLevel>Level3</WarningLevel> |
| 54 | + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 55 | + <CompileAs>Default</CompileAs> |
| 56 | + </ClCompile> |
| 57 | + <Lib> |
| 58 | + <OutputFile>$(TargetPath)</OutputFile> |
| 59 | + <IgnoreSpecificDefaultLibraries> |
| 60 | + </IgnoreSpecificDefaultLibraries> |
| 61 | + </Lib> |
| 62 | + </ItemDefinitionGroup> |
| 63 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 64 | + <ClCompile> |
| 65 | + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_HAS_ITERATOR_DEBUGGING=0;NOMINMAX;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 66 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 67 | + <PrecompiledHeader> |
| 68 | + </PrecompiledHeader> |
| 69 | + <WarningLevel>Level3</WarningLevel> |
| 70 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 71 | + </ClCompile> |
| 72 | + <Lib> |
| 73 | + <OutputFile>$(TargetPath)</OutputFile> |
| 74 | + </Lib> |
| 75 | + </ItemDefinitionGroup> |
| 76 | + <ItemGroup> |
| 77 | + <ClCompile Include="..\src\gtest-all.cc"> |
| 78 | + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 79 | + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 80 | + </ClCompile> |
| 81 | + </ItemGroup> |
| 82 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 83 | + <ImportGroup Label="ExtensionTargets"> |
| 84 | + </ImportGroup> |
| 85 | +</Project> |
0 commit comments