1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(ProjectDir)..\..\..\nuget\Microsoft.Windows.CppWinRT.props" />
4+ <PropertyGroup Label =" Globals" >
5+ <CppWinRTOptimized >true</CppWinRTOptimized >
6+ <CppWinRTRootNamespaceAutoMerge >true</CppWinRTRootNamespaceAutoMerge >
7+ <CppWinRTGenerateWindowsMetadata >true</CppWinRTGenerateWindowsMetadata >
8+ <MinimalCoreWin >true</MinimalCoreWin >
9+ <ProjectGuid >{8717fa32-34a8-457d-b77b-ae005703eb55}</ProjectGuid >
10+ <ProjectName >TestRuntimeComponentNamespaceUnderscore</ProjectName >
11+ <RootNamespace >TestRuntimeComponent_NamespaceUnderscore</RootNamespace >
12+ <DefaultLanguage >en-US</DefaultLanguage >
13+ <MinimumVisualStudioVersion >14.0</MinimumVisualStudioVersion >
14+ <AppContainerApplication >true</AppContainerApplication >
15+ <ApplicationType >Windows Store</ApplicationType >
16+ <ApplicationTypeRevision >10.0</ApplicationTypeRevision >
17+ <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0.18362.0</WindowsTargetPlatformVersion >
18+ <WindowsTargetPlatformMinVersion >10.0.17134.0</WindowsTargetPlatformMinVersion >
19+ </PropertyGroup >
20+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21+ <ItemGroup Label =" ProjectConfigurations" >
22+ <ProjectConfiguration Include =" Debug|ARM" >
23+ <Configuration >Debug</Configuration >
24+ <Platform >ARM</Platform >
25+ </ProjectConfiguration >
26+ <ProjectConfiguration Include =" Debug|Win32" >
27+ <Configuration >Debug</Configuration >
28+ <Platform >Win32</Platform >
29+ </ProjectConfiguration >
30+ <ProjectConfiguration Include =" Debug|x64" >
31+ <Configuration >Debug</Configuration >
32+ <Platform >x64</Platform >
33+ </ProjectConfiguration >
34+ <ProjectConfiguration Include =" Release|ARM" >
35+ <Configuration >Release</Configuration >
36+ <Platform >ARM</Platform >
37+ </ProjectConfiguration >
38+ <ProjectConfiguration Include =" Release|Win32" >
39+ <Configuration >Release</Configuration >
40+ <Platform >Win32</Platform >
41+ </ProjectConfiguration >
42+ <ProjectConfiguration Include =" Release|x64" >
43+ <Configuration >Release</Configuration >
44+ <Platform >x64</Platform >
45+ </ProjectConfiguration >
46+ </ItemGroup >
47+ <PropertyGroup Label =" Configuration" >
48+ <ConfigurationType >DynamicLibrary</ConfigurationType >
49+ <PlatformToolset >v140</PlatformToolset >
50+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '15.0'" >v141</PlatformToolset >
51+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '16.0'" >v142</PlatformToolset >
52+ <CharacterSet >Unicode</CharacterSet >
53+ <GenerateManifest >false</GenerateManifest >
54+ </PropertyGroup >
55+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
56+ <UseDebugLibraries >true</UseDebugLibraries >
57+ <LinkIncremental >true</LinkIncremental >
58+ </PropertyGroup >
59+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" Label =" Configuration" >
60+ <UseDebugLibraries >false</UseDebugLibraries >
61+ <WholeProgramOptimization >true</WholeProgramOptimization >
62+ <LinkIncremental >false</LinkIncremental >
63+ </PropertyGroup >
64+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
65+ <ImportGroup Label =" ExtensionSettings" >
66+ </ImportGroup >
67+ <ImportGroup Label =" Shared" >
68+ </ImportGroup >
69+ <ImportGroup Label =" PropertySheets" >
70+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71+ </ImportGroup >
72+ <ImportGroup Label =" PropertySheets" >
73+ <Import Project =" PropertySheet.props" />
74+ </ImportGroup >
75+ <PropertyGroup Label =" UserMacros" />
76+ <PropertyGroup />
77+ <ItemDefinitionGroup >
78+ <ClCompile >
79+ <PrecompiledHeader >Use</PrecompiledHeader >
80+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
81+ <PrecompiledHeaderOutputFile >$(IntDir)pch.pch</PrecompiledHeaderOutputFile >
82+ <WarningLevel >Level4</WarningLevel >
83+ <AdditionalOptions >%(AdditionalOptions) /bigobj</AdditionalOptions >
84+ <!-- Temporarily disable cppwinrt heap enforcement to work around xaml compiler generated std::shared_ptr use -->
85+ <AdditionalOptions Condition =" '$(CppWinRTHeapEnforcement)'==''" >/DWINRT_NO_MAKE_DETECTION %(AdditionalOptions)</AdditionalOptions >
86+ <DisableSpecificWarnings >
87+ </DisableSpecificWarnings >
88+ <PreprocessorDefinitions >_WINRT_DLL;WIN32_LEAN_AND_MEAN;WINRT_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions >
89+ <AdditionalUsingDirectories >$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories >
90+ </ClCompile >
91+ <Link >
92+ <SubSystem >Console</SubSystem >
93+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
94+ <ModuleDefinitionFile >TestRuntimeComponentNamespaceUnderscore.def</ModuleDefinitionFile >
95+ </Link >
96+ </ItemDefinitionGroup >
97+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
98+ <ClCompile >
99+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
100+ </ClCompile >
101+ </ItemDefinitionGroup >
102+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
103+ <ClCompile >
104+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
105+ </ClCompile >
106+ <Link >
107+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
108+ <OptimizeReferences >true</OptimizeReferences >
109+ </Link >
110+ </ItemDefinitionGroup >
111+ <ItemGroup >
112+ <ClInclude Include =" pch.h" />
113+ <ClInclude Include =" TestRuntimeComponentNamespaceUnderscoreClass.h" >
114+ <DependentUpon >TestRuntimeComponentNamespaceUnderscoreClass.idl</DependentUpon >
115+ </ClInclude >
116+ </ItemGroup >
117+ <ItemGroup >
118+ <ClCompile Include =" pch.cpp" >
119+ <PrecompiledHeader >Create</PrecompiledHeader >
120+ </ClCompile >
121+ <ClCompile Include =" TestRuntimeComponentNamespaceUnderscoreClass.cpp" >
122+ <DependentUpon >TestRuntimeComponentNamespaceUnderscoreClass.idl</DependentUpon >
123+ </ClCompile >
124+ <ClCompile Include =" $(GeneratedFilesDir)module.g.cpp" />
125+ </ItemGroup >
126+ <ItemGroup >
127+ <Midl Include =" TestRuntimeComponentNamespaceUnderscoreClass.idl" />
128+ </ItemGroup >
129+ <ItemGroup >
130+ <None Include =" packages.config" />
131+ <None Include =" TestRuntimeComponentNamespaceUnderscore.def" />
132+ </ItemGroup >
133+ <ItemGroup >
134+ <None Include =" PropertySheet.props" />
135+ <Text Include =" readme.txt" >
136+ <DeploymentContent >false</DeploymentContent >
137+ </Text >
138+ </ItemGroup >
139+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
140+ <Import Project =" $(ProjectDir)..\..\..\nuget\Microsoft.Windows.CppWinRT.targets" />
141+ </Project >
0 commit comments