11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.props')" />
34 <PropertyGroup Label =" Globals" >
45 <VCProjectVersion >15.0</VCProjectVersion >
56 <ProjectGuid >{E5BCFF58-7D0C-4770-ABB9-AECE1027CD94}</ProjectGuid >
133134 <ItemGroup >
134135 <ClCompile Include =" main.cpp" />
135136 </ItemGroup >
137+ <ItemGroup >
138+ <None Include =" packages.config" />
139+ </ItemGroup >
140+ <ItemGroup >
141+ <ProjectReference Include =" ..\Microsoft.Management.Deployment.InProc\Microsoft.Management.Deployment.InProc.vcxproj" >
142+ <Project >{9ac3c6a4-1875-4d3e-bf9c-c31e81eff6b4}</Project >
143+ <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
144+ <LinkLibraryDependencies >false</LinkLibraryDependencies >
145+ <Private >true</Private >
146+ <OutputItemType >Content</OutputItemType >
147+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
148+ </ProjectReference >
149+ <ProjectReference Include =" ..\Microsoft.Management.Deployment\Microsoft.Management.Deployment.vcxproj" >
150+ <Project >{1cc41a9a-ae66-459d-9210-1e572dd7be69}</Project >
151+ </ProjectReference >
152+ <ProjectReference Include =" ..\WindowsPackageManager\WindowsPackageManager.vcxproj" >
153+ <Project >{2046b5af-666d-4ce8-8d3e-c32c57908a56}</Project >
154+ <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
155+ <LinkLibraryDependencies >false</LinkLibraryDependencies >
156+ <Private >true</Private >
157+ <OutputItemType >Content</OutputItemType >
158+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
159+ </ProjectReference >
160+ </ItemGroup >
161+ <ItemGroup >
162+ <CopyFileToFolders Include =" ..\Microsoft.Management.Deployment.InProc\Microsoft.Management.Deployment.InProc.dll.manifest" >
163+ <DeploymentContent Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</DeploymentContent >
164+ </CopyFileToFolders >
165+ </ItemGroup >
166+ <ItemGroup >
167+ <Manifest Include =" ComInprocTestbed.manifest" />
168+ </ItemGroup >
136169 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
137170 <ImportGroup Label =" ExtensionTargets" >
171+ <Import Project =" $(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.targets')" />
138172 </ImportGroup >
173+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
174+ <PropertyGroup >
175+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
176+ </PropertyGroup >
177+ <Error Condition =" !Exists('$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.props'))" />
178+ <Error Condition =" !Exists('$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.targets'))" />
179+ </Target >
139180</Project >
0 commit comments