1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Release|Win32" >
5
+ <Configuration >Release</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ </ItemGroup >
9
+ <PropertyGroup Label =" Globals" >
10
+ <VCProjectVersion >16.0</VCProjectVersion >
11
+ <Keyword >Win32Proj</Keyword >
12
+ <ProjectGuid >{d0002e52-94f3-458c-b135-16502fee1a3f}</ProjectGuid >
13
+ <RootNamespace >RCBuildTest</RootNamespace >
14
+ <WindowsTargetPlatformVersion >$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion >
15
+ <SymbolsTestCppRootPathTmp >$(SymbolsTestCppRootPath)</SymbolsTestCppRootPathTmp >
16
+ <SymbolsTestCppRootPathTmp Condition =" '$(SymbolsTestCppRootPathTmp)' == ''" >$(Platform)\$(Configuration)\</SymbolsTestCppRootPathTmp >
17
+ </PropertyGroup >
18
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
20
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
21
+ <UseDebugLibraries >false</UseDebugLibraries >
22
+ <PlatformToolset >$(DefaultPlatformToolset)</PlatformToolset >
23
+ <WholeProgramOptimization >true</WholeProgramOptimization >
24
+ <CharacterSet >Unicode</CharacterSet >
25
+ </PropertyGroup >
26
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
27
+ <ImportGroup Label =" ExtensionSettings" >
28
+ </ImportGroup >
29
+ <ImportGroup Label =" Shared" >
30
+ </ImportGroup >
31
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
32
+ <Import Project =" ..\..\VC-LTL helper for Visual Studio.props" />
33
+ </ImportGroup >
34
+ <PropertyGroup Label =" UserMacros" />
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
36
+ <LinkIncremental >false</LinkIncremental >
37
+ <OutDir >$(SymbolsTestCppRootPathTmp)</OutDir >
38
+ <IntDir >$(SymbolsTestCppRootPathTmp)</IntDir >
39
+ </PropertyGroup >
40
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
41
+ <ClCompile >
42
+ <WarningLevel >Level3</WarningLevel >
43
+ <FunctionLevelLinking >true</FunctionLevelLinking >
44
+ <IntrinsicFunctions >true</IntrinsicFunctions >
45
+ <SDLCheck >true</SDLCheck >
46
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
47
+ <ConformanceMode >true</ConformanceMode >
48
+ </ClCompile >
49
+ <Link >
50
+ <SubSystem >Console</SubSystem >
51
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
52
+ <OptimizeReferences >true</OptimizeReferences >
53
+ <GenerateDebugInformation >true</GenerateDebugInformation >
54
+ <NoEntryPoint >true</NoEntryPoint >
55
+ </Link >
56
+ </ItemDefinitionGroup >
57
+ <ItemGroup >
58
+ <ClInclude Include =" resource.h" />
59
+ </ItemGroup >
60
+ <ItemGroup >
61
+ <ResourceCompile Include =" Resource.rc" />
62
+ </ItemGroup >
63
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
64
+ <ImportGroup Label =" ExtensionTargets" >
65
+ </ImportGroup >
66
+ </Project >
0 commit comments