github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/src/third_party/gflags/vsprojects/gflags_unittest/gflags_unittest-vs2012.vcxproj (about) 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>{4B263748-5F0F-468C-8C5C-ED2682BB6BE3}</ProjectGuid> 15 <Keyword>Win32Proj</Keyword> 16 <ProjectName>gflags_unittest</ProjectName> 17 </PropertyGroup> 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 20 <ConfigurationType>Application</ConfigurationType> 21 <CharacterSet>MultiByte</CharacterSet> 22 <PlatformToolset>v110</PlatformToolset> 23 </PropertyGroup> 24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 25 <ConfigurationType>Application</ConfigurationType> 26 <CharacterSet>MultiByte</CharacterSet> 27 <PlatformToolset>v110</PlatformToolset> 28 </PropertyGroup> 29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 30 <ImportGroup Label="ExtensionSettings"> 31 </ImportGroup> 32 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 37 </ImportGroup> 38 <PropertyGroup Label="UserMacros" /> 39 <PropertyGroup> 40 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 41 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir> 42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> 43 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 44 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> 45 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> 46 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 47 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 48 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 49 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 50 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 51 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 52 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 53 </PropertyGroup> 54 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 55 <ClCompile> 56 <Optimization>Disabled</Optimization> 57 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 58 <MinimalRebuild>true</MinimalRebuild> 59 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 60 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 61 <PrecompiledHeader> 62 </PrecompiledHeader> 63 <WarningLevel>Level3</WarningLevel> 64 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 65 </ClCompile> 66 <Link> 67 <OutputFile>$(OutDir)gflags_unittest.exe</OutputFile> 68 <GenerateDebugInformation>true</GenerateDebugInformation> 69 <ProgramDatabaseFile>$(OutDir)gflags_unittest.pdb</ProgramDatabaseFile> 70 <SubSystem>Console</SubSystem> 71 <TargetMachine>MachineX86</TargetMachine> 72 </Link> 73 </ItemDefinitionGroup> 74 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 75 <ClCompile> 76 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 77 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 78 <PrecompiledHeader> 79 </PrecompiledHeader> 80 <WarningLevel>Level3</WarningLevel> 81 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 82 </ClCompile> 83 <Link> 84 <OutputFile>$(OutDir)gflags_unittest.exe</OutputFile> 85 <GenerateDebugInformation>true</GenerateDebugInformation> 86 <SubSystem>Console</SubSystem> 87 <OptimizeReferences>true</OptimizeReferences> 88 <EnableCOMDATFolding>true</EnableCOMDATFolding> 89 <TargetMachine>MachineX86</TargetMachine> 90 </Link> 91 </ItemDefinitionGroup> 92 <ItemGroup> 93 <ClCompile Include="..\..\src\gflags_unittest.cc"> 94 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\src\windows; ..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 95 <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MultiThreadedDebugDLL</RuntimeLibrary> 96 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\src\windows; ..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 97 <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MultiThreadedDLL</RuntimeLibrary> 98 </ClCompile> 99 </ItemGroup> 100 <ItemGroup> 101 <ClInclude Include="..\..\src\windows\gflags\gflags.h" /> 102 <ClInclude Include="..\..\src\windows\gflags\gflags_declare.h" /> 103 <ClInclude Include="..\..\src\windows\gflags\gflags_completions.h" /> 104 <ClInclude Include="..\..\src\windows\config.h" /> 105 <ClInclude Include="..\..\src\config_for_unittests.h" /> 106 </ItemGroup> 107 <ItemGroup> 108 <ProjectReference Include="..\libgflags\libgflags.vcxproj"> 109 <Project>{fb27fbdb-e6c0-4d00-a7f8-1eeef1b48abc}</Project> 110 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 111 </ProjectReference> 112 </ItemGroup> 113 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 114 <ImportGroup Label="ExtensionTargets"> 115 </ImportGroup> 116 </Project>