1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(ProjectDir)..\..\..\nuget\Microsoft.Windows.CppWinRT.props" />
4
+ <ItemGroup Label =" ProjectConfigurations" >
5
+ <ProjectConfiguration Include =" Debug|Win32" >
6
+ <Configuration >Debug</Configuration >
7
+ <Platform >Win32</Platform >
8
+ </ProjectConfiguration >
9
+ <ProjectConfiguration Include =" Release|Win32" >
10
+ <Configuration >Release</Configuration >
11
+ <Platform >Win32</Platform >
12
+ </ProjectConfiguration >
13
+ <ProjectConfiguration Include =" Debug|x64" >
14
+ <Configuration >Debug</Configuration >
15
+ <Platform >x64</Platform >
16
+ </ProjectConfiguration >
17
+ <ProjectConfiguration Include =" Release|x64" >
18
+ <Configuration >Release</Configuration >
19
+ <Platform >x64</Platform >
20
+ </ProjectConfiguration >
21
+ <ProjectConfiguration Include =" Debug|ARM64" >
22
+ <Configuration >Debug</Configuration >
23
+ <Platform >ARM64</Platform >
24
+ </ProjectConfiguration >
25
+ <ProjectConfiguration Include =" Release|ARM64" >
26
+ <Configuration >Release</Configuration >
27
+ <Platform >ARM64</Platform >
28
+ </ProjectConfiguration >
29
+ </ItemGroup >
30
+ <PropertyGroup Label =" Globals" >
31
+ <VCProjectVersion >16.0</VCProjectVersion >
32
+ <Keyword >Win32Proj</Keyword >
33
+ <ProjectGuid >{98E28FC8-2EB7-4544-9B6A-941462C6D3E2}</ProjectGuid >
34
+ <RootNamespace >TestProxyStub</RootNamespace >
35
+ <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0.22621.0</WindowsTargetPlatformVersion >
36
+ <WindowsTargetPlatformMinVersion >10.0.18362.0</WindowsTargetPlatformMinVersion >
37
+ <!-- All generated code -->
38
+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
39
+ <CodeAnalysisTreatWarningsAsErrors >false</CodeAnalysisTreatWarningsAsErrors >
40
+ </PropertyGroup >
41
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
42
+ <PropertyGroup Label =" Configuration" >
43
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
44
+ <PlatformToolset >v143</PlatformToolset >
45
+ <CharacterSet >Unicode</CharacterSet >
46
+ </PropertyGroup >
47
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
48
+ <ImportGroup Label =" PropertySheets" >
49
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
50
+ </ImportGroup >
51
+ <PropertyGroup Label =" UserMacros" />
52
+ <ItemDefinitionGroup >
53
+ <ClCompile >
54
+ <PreprocessorDefinitions >WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
55
+ <PrecompiledHeader >Use</PrecompiledHeader >
56
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
57
+ <AdditionalIncludeDirectories >%(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory)</AdditionalIncludeDirectories >
58
+ </ClCompile >
59
+ <Link >
60
+ <SubSystem >Windows</SubSystem >
61
+ <AdditionalDependencies >onecore.lib;onecoreuap.lib;%(AdditionalDependencies)</AdditionalDependencies >
62
+ <ModuleDefinitionFile >TestProxyStub.def</ModuleDefinitionFile >
63
+ </Link >
64
+ <Midl >
65
+ <GenerateClientFiles >Stub</GenerateClientFiles >
66
+ <GenerateServerFiles >Stub</GenerateServerFiles >
67
+ <GenerateStublessProxies >true</GenerateStublessProxies >
68
+ <DllDataFileName >$(IntDir)dlldata.c</DllDataFileName >
69
+ <HeaderFileName >$(IntDir)%(FileName).h</HeaderFileName >
70
+ <InterfaceIdentifierFileName >$(IntDir)%(FileName)_i.c</InterfaceIdentifierFileName >
71
+ <ProxyFileName >$(IntDir)%(FileName)_p.c</ProxyFileName >
72
+ <AdditionalMetadataDirectories >$(WindowsSDK_UnionMetadataPath)</AdditionalMetadataDirectories >
73
+ <PrependWithABINamepsace >true</PrependWithABINamepsace >
74
+ <DisableReferences >false</DisableReferences >
75
+ </Midl >
76
+ </ItemDefinitionGroup >
77
+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
78
+ <ClCompile >
79
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
80
+ </ClCompile >
81
+ </ItemDefinitionGroup >
82
+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
83
+ <ClCompile >
84
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
85
+ </ClCompile >
86
+ </ItemDefinitionGroup >
87
+ <ItemGroup >
88
+ <ClInclude Include =" $(IntDir)IAsyncContract.h" />
89
+ <ClInclude Include =" $(IntDir)IAsyncContract_p.h" />
90
+ <ClInclude Include =" $(IntDir)IAsyncContractParameter.h" />
91
+ <ClInclude Include =" $(IntDir)IAsyncContractParameter_p.h" />
92
+ <ClInclude Include =" pch.h" />
93
+ </ItemGroup >
94
+ <ItemGroup >
95
+ <ClCompile Include =" $(IntDir)dlldata.c" >
96
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
97
+ </ClCompile >
98
+ <ClCompile Include =" $(IntDir)IAsyncContract_i.c" >
99
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
100
+ </ClCompile >
101
+ <ClCompile Include =" $(IntDir)IAsyncContract_p.c" >
102
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
103
+ </ClCompile >
104
+ <ClCompile Include =" $(IntDir)\IAsyncContractParameter_i.c" >
105
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
106
+ </ClCompile >
107
+ <ClCompile Include =" $(IntDir)\IAsyncContractParameter_p.c" >
108
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
109
+ </ClCompile >
110
+ <ClCompile Include =" pch.cpp" >
111
+ <PrecompiledHeader >Create</PrecompiledHeader >
112
+ </ClCompile >
113
+ </ItemGroup >
114
+ <ItemGroup >
115
+ <None Include =" TestProxyStub.def" />
116
+ </ItemGroup >
117
+ <ItemGroup >
118
+ <Midl Include =" IAsyncContract.idl" >
119
+ <NoMidl >false</NoMidl >
120
+ </Midl >
121
+ <Midl Include =" IAsyncContractParameter.idl" >
122
+ <NoMidl >false</NoMidl >
123
+ </Midl >
124
+ </ItemGroup >
125
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
126
+ <Import Project =" $(ProjectDir)..\..\..\nuget\Microsoft.Windows.CppWinRT.targets" />
127
+ </Project >
0 commit comments