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 =" packages\Microsoft.AI.MachineLearning.1.3.0\build\native\Microsoft.AI.MachineLearning.props" Condition =" Exists('packages\Microsoft.AI.MachineLearning.1.3.0\build\native\Microsoft.AI.MachineLearning.props')" />
4+ <Import Project =" packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.props')" />
5+ <PropertyGroup Label =" Globals" >
6+ <CppWinRTOptimized >true</CppWinRTOptimized >
7+ <CppWinRTRootNamespaceAutoMerge >true</CppWinRTRootNamespaceAutoMerge >
8+ <CppWinRTGenerateWindowsMetadata >true</CppWinRTGenerateWindowsMetadata >
9+ <MinimalCoreWin >true</MinimalCoreWin >
10+ <ProjectGuid >{e9c60c87-553f-406b-892e-1f827a31930d}</ProjectGuid >
11+ <ProjectName >RuntimeComponent2</ProjectName >
12+ <RootNamespace >RuntimeComponent2</RootNamespace >
13+ <DefaultLanguage >en-US</DefaultLanguage >
14+ <MinimumVisualStudioVersion >14.0</MinimumVisualStudioVersion >
15+ <AppContainerApplication >true</AppContainerApplication >
16+ <ApplicationType >Windows Store</ApplicationType >
17+ <ApplicationTypeRevision >10.0</ApplicationTypeRevision >
18+ <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0.18362.0</WindowsTargetPlatformVersion >
19+ <WindowsTargetPlatformMinVersion >10.0.17134.0</WindowsTargetPlatformMinVersion >
20+ </PropertyGroup >
21+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
22+ <ItemGroup Label =" ProjectConfigurations" >
23+ <ProjectConfiguration Include =" Debug|ARM" >
24+ <Configuration >Debug</Configuration >
25+ <Platform >ARM</Platform >
26+ </ProjectConfiguration >
27+ <ProjectConfiguration Include =" Debug|ARM64" >
28+ <Configuration >Debug</Configuration >
29+ <Platform >ARM64</Platform >
30+ </ProjectConfiguration >
31+ <ProjectConfiguration Include =" Debug|Win32" >
32+ <Configuration >Debug</Configuration >
33+ <Platform >Win32</Platform >
34+ </ProjectConfiguration >
35+ <ProjectConfiguration Include =" Debug|x64" >
36+ <Configuration >Debug</Configuration >
37+ <Platform >x64</Platform >
38+ </ProjectConfiguration >
39+ <ProjectConfiguration Include =" Release|ARM" >
40+ <Configuration >Release</Configuration >
41+ <Platform >ARM</Platform >
42+ </ProjectConfiguration >
43+ <ProjectConfiguration Include =" Release|ARM64" >
44+ <Configuration >Release</Configuration >
45+ <Platform >ARM64</Platform >
46+ </ProjectConfiguration >
47+ <ProjectConfiguration Include =" Release|Win32" >
48+ <Configuration >Release</Configuration >
49+ <Platform >Win32</Platform >
50+ </ProjectConfiguration >
51+ <ProjectConfiguration Include =" Release|x64" >
52+ <Configuration >Release</Configuration >
53+ <Platform >x64</Platform >
54+ </ProjectConfiguration >
55+ </ItemGroup >
56+ <PropertyGroup Label =" Configuration" >
57+ <ConfigurationType >DynamicLibrary</ConfigurationType >
58+ <PlatformToolset >v140</PlatformToolset >
59+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '15.0'" >v141</PlatformToolset >
60+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '16.0'" >v142</PlatformToolset >
61+ <CharacterSet >Unicode</CharacterSet >
62+ <GenerateManifest >false</GenerateManifest >
63+ </PropertyGroup >
64+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
65+ <UseDebugLibraries >true</UseDebugLibraries >
66+ <LinkIncremental >true</LinkIncremental >
67+ </PropertyGroup >
68+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" Label =" Configuration" >
69+ <UseDebugLibraries >false</UseDebugLibraries >
70+ <WholeProgramOptimization >true</WholeProgramOptimization >
71+ <LinkIncremental >false</LinkIncremental >
72+ </PropertyGroup >
73+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
74+ <ImportGroup Label =" ExtensionSettings" >
75+ </ImportGroup >
76+ <ImportGroup Label =" Shared" >
77+ </ImportGroup >
78+ <ImportGroup Label =" PropertySheets" >
79+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
80+ </ImportGroup >
81+ <ImportGroup Label =" PropertySheets" >
82+ <Import Project =" PropertySheet.props" />
83+ </ImportGroup >
84+ <PropertyGroup Label =" UserMacros" />
85+ <PropertyGroup />
86+ <ItemDefinitionGroup >
87+ <ClCompile >
88+ <PrecompiledHeader >Use</PrecompiledHeader >
89+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
90+ <PrecompiledHeaderOutputFile >$(IntDir)pch.pch</PrecompiledHeaderOutputFile >
91+ <WarningLevel >Level4</WarningLevel >
92+ <AdditionalOptions >%(AdditionalOptions) /bigobj</AdditionalOptions >
93+ <!-- Temporarily disable cppwinrt heap enforcement to work around xaml compiler generated std::shared_ptr use -->
94+ <AdditionalOptions Condition =" '$(CppWinRTHeapEnforcement)'==''" >/DWINRT_NO_MAKE_DETECTION %(AdditionalOptions)</AdditionalOptions >
95+ <DisableSpecificWarnings >
96+ </DisableSpecificWarnings >
97+ <PreprocessorDefinitions >_WINRT_DLL;WIN32_LEAN_AND_MEAN;WINRT_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions >
98+ <AdditionalUsingDirectories >$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories >
99+ </ClCompile >
100+ <Link >
101+ <SubSystem >Console</SubSystem >
102+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
103+ <ModuleDefinitionFile >RuntimeComponent2.def</ModuleDefinitionFile >
104+ </Link >
105+ </ItemDefinitionGroup >
106+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
107+ <ClCompile >
108+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
109+ </ClCompile >
110+ </ItemDefinitionGroup >
111+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
112+ <ClCompile >
113+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
114+ </ClCompile >
115+ <Link >
116+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
117+ <OptimizeReferences >true</OptimizeReferences >
118+ </Link >
119+ </ItemDefinitionGroup >
120+ <ItemGroup >
121+ <ClInclude Include =" pch.h" />
122+ <ClInclude Include =" Class.h" >
123+ <DependentUpon >Class.idl</DependentUpon >
124+ </ClInclude >
125+ </ItemGroup >
126+ <ItemGroup >
127+ <ClCompile Include =" pch.cpp" >
128+ <PrecompiledHeader >Create</PrecompiledHeader >
129+ </ClCompile >
130+ <ClCompile Include =" Class.cpp" >
131+ <DependentUpon >Class.idl</DependentUpon >
132+ </ClCompile >
133+ <ClCompile Include =" $(GeneratedFilesDir)module.g.cpp" />
134+ </ItemGroup >
135+ <ItemGroup >
136+ <Midl Include =" Class.idl" />
137+ </ItemGroup >
138+ <ItemGroup >
139+ <None Include =" packages.config" />
140+ <None Include =" RuntimeComponent2.def" />
141+ </ItemGroup >
142+ <ItemGroup >
143+ <None Include =" PropertySheet.props" />
144+ <Text Include =" readme.txt" >
145+ <DeploymentContent >false</DeploymentContent >
146+ </Text >
147+ </ItemGroup >
148+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
149+ <ImportGroup Label =" ExtensionTargets" >
150+ <Import Project =" packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.targets')" />
151+ <Import Project =" packages\Microsoft.AI.MachineLearning.1.3.0\build\native\Microsoft.AI.MachineLearning.targets" Condition =" Exists('packages\Microsoft.AI.MachineLearning.1.3.0\build\native\Microsoft.AI.MachineLearning.targets')" />
152+ </ImportGroup >
153+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
154+ <PropertyGroup >
155+ <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 >
156+ </PropertyGroup >
157+ <Error Condition =" !Exists('packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.props'))" />
158+ <Error Condition =" !Exists('packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.targets'))" />
159+ <Error Condition =" !Exists('packages\Microsoft.AI.MachineLearning.1.3.0\build\native\Microsoft.AI.MachineLearning.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.AI.MachineLearning.1.3.0\build\native\Microsoft.AI.MachineLearning.props'))" />
160+ <Error Condition =" !Exists('packages\Microsoft.AI.MachineLearning.1.3.0\build\native\Microsoft.AI.MachineLearning.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.AI.MachineLearning.1.3.0\build\native\Microsoft.AI.MachineLearning.targets'))" />
161+ </Target >
162+ </Project >
0 commit comments