1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" packages\Microsoft.Windows.CppWinRT.2.0.210922.5\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('packages\Microsoft.Windows.CppWinRT.2.0.210922.5\build\native\Microsoft.Windows.CppWinRT.props')" />
4+ <PropertyGroup >
5+ <SharedContentDir >$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), LICENSE))\SharedContent</SharedContentDir >
6+ </PropertyGroup >
7+ <PropertyGroup Label =" Globals" >
8+ <CppWinRTEnabled >true</CppWinRTEnabled >
9+ <MinimalCoreWin >true</MinimalCoreWin >
10+ <ProjectGuid >{A2D33437-5635-4832-AD71-08D653A37053}</ProjectGuid >
11+ <ProjectName >RadioManager</ProjectName >
12+ <RootNamespace >SDKTemplate</RootNamespace >
13+ <DefaultLanguage >en-US</DefaultLanguage >
14+ <MinimumVisualStudioVersion >15.0</MinimumVisualStudioVersion >
15+ <AppContainerApplication >true</AppContainerApplication >
16+ <ApplicationType >Windows Store</ApplicationType >
17+ <ApplicationTypeRevision >10.0</ApplicationTypeRevision >
18+ <WindowsTargetPlatformVersion >10.0.19041.0</WindowsTargetPlatformVersion >
19+ <WindowsTargetPlatformMinVersion >$(WindowsTargetPlatformVersion)</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|Win32" >
28+ <Configuration >Debug</Configuration >
29+ <Platform >Win32</Platform >
30+ </ProjectConfiguration >
31+ <ProjectConfiguration Include =" Debug|x64" >
32+ <Configuration >Debug</Configuration >
33+ <Platform >x64</Platform >
34+ </ProjectConfiguration >
35+ <ProjectConfiguration Include =" Release|ARM" >
36+ <Configuration >Release</Configuration >
37+ <Platform >ARM</Platform >
38+ </ProjectConfiguration >
39+ <ProjectConfiguration Include =" Release|Win32" >
40+ <Configuration >Release</Configuration >
41+ <Platform >Win32</Platform >
42+ </ProjectConfiguration >
43+ <ProjectConfiguration Include =" Release|x64" >
44+ <Configuration >Release</Configuration >
45+ <Platform >x64</Platform >
46+ </ProjectConfiguration >
47+ </ItemGroup >
48+ <PropertyGroup Label =" Configuration" >
49+ <ConfigurationType >Application</ConfigurationType >
50+ <CharacterSet >Unicode</CharacterSet >
51+ </PropertyGroup >
52+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
53+ <UseDebugLibraries >true</UseDebugLibraries >
54+ <LinkIncremental >true</LinkIncremental >
55+ </PropertyGroup >
56+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" Label =" Configuration" >
57+ <UseDebugLibraries >false</UseDebugLibraries >
58+ <WholeProgramOptimization >true</WholeProgramOptimization >
59+ <LinkIncremental >false</LinkIncremental >
60+ </PropertyGroup >
61+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
62+ <ImportGroup Label =" PropertySheets" >
63+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64+ </ImportGroup >
65+ <PropertyGroup Label =" UserMacros" />
66+ <PropertyGroup >
67+ <IncludePath >$(VC_IncludePath);$(UniversalCRT_IncludePath);$(WindowsSDK_IncludePath);$(SharedContentDir)\cppwinrt</IncludePath >
68+ <CppWinRTOptimized >true</CppWinRTOptimized >
69+ </PropertyGroup >
70+ <ItemDefinitionGroup >
71+ <ClCompile >
72+ <PrecompiledHeader >Use</PrecompiledHeader >
73+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
74+ <PrecompiledHeaderOutputFile >$(IntDir)pch.pch</PrecompiledHeaderOutputFile >
75+ <WarningLevel >Level4</WarningLevel >
76+ <AdditionalOptions >%(AdditionalOptions) /bigobj</AdditionalOptions >
77+ <DisableSpecificWarnings >4453;28204</DisableSpecificWarnings >
78+ </ClCompile >
79+ </ItemDefinitionGroup >
80+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
81+ <ClCompile >
82+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
83+ </ClCompile >
84+ </ItemDefinitionGroup >
85+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
86+ <ClCompile >
87+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
88+ </ClCompile >
89+ </ItemDefinitionGroup >
90+ <ItemGroup >
91+ <ClInclude Include =" $(SharedContentDir)\cppwinrt\App.h" >
92+ <DependentUpon >$(SharedContentDir)\xaml\App.xaml</DependentUpon >
93+ </ClInclude >
94+ <ClInclude Include =" $(SharedContentDir)\cppwinrt\MainPage.h" >
95+ <DependentUpon >$(SharedContentDir)\xaml\MainPage.xaml</DependentUpon >
96+ </ClInclude >
97+ <ClInclude Include =" RadioModel.h" />
98+ <ClInclude Include =" SampleConfiguration.h" />
99+ <ClInclude Include =" Scenario1_Toggle.h" >
100+ <DependentUpon >..\shared\Scenario1_Toggle.xaml</DependentUpon >
101+ </ClInclude >
102+ <ClInclude Include =" pch.h" />
103+ </ItemGroup >
104+ <ItemGroup >
105+ <ApplicationDefinition Include =" $(SharedContentDir)\xaml\App.xaml" >
106+ <SubType >Designer</SubType >
107+ </ApplicationDefinition >
108+ <Page Include =" $(SharedContentDir)\xaml\MainPage.xaml" >
109+ <SubType >Designer</SubType >
110+ </Page >
111+ <Page Include =" ..\shared\Scenario1_Toggle.xaml" />
112+ <Page Include =" $(SharedContentDir)\xaml\Styles.xaml" >
113+ <Link >Styles\Styles.xaml</Link >
114+ </Page >
115+ </ItemGroup >
116+ <ItemGroup >
117+ <ClCompile Include =" $(SharedContentDir)\cppwinrt\App.cpp" >
118+ <DependentUpon >$(SharedContentDir)\xaml\App.xaml</DependentUpon >
119+ </ClCompile >
120+ <ClCompile Include =" $(SharedContentDir)\cppwinrt\MainPage.cpp" >
121+ <DependentUpon >$(SharedContentDir)\xaml\MainPage.xaml</DependentUpon >
122+ </ClCompile >
123+ <ClCompile Include =" RadioModel.cpp" >
124+ <DependentUpon >RadioModel.h</DependentUpon >
125+ </ClCompile >
126+ <ClCompile Include =" SampleConfiguration.cpp" >
127+ <DependentUpon >SampleConfiguration.h</DependentUpon >
128+ </ClCompile >
129+ <ClCompile Include =" Scenario1_Toggle.cpp" >
130+ <DependentUpon >..\shared\Scenario1_Toggle.xaml</DependentUpon >
131+ </ClCompile >
132+ <ClCompile Include =" pch.cpp" >
133+ <PrecompiledHeader >Create</PrecompiledHeader >
134+ <DependentUpon >pch.h</DependentUpon >
135+ </ClCompile >
136+ <ClCompile Include =" $(GeneratedFilesDir)module.g.cpp" >
137+ <DependentUpon >Project.idl</DependentUpon >
138+ </ClCompile >
139+ </ItemGroup >
140+ <ItemGroup >
141+ <Midl Include =" $(SharedContentDir)\cppwinrt\MainPage.idl" >
142+ <DependentUpon >$(SharedContentDir)\xaml\MainPage.xaml</DependentUpon >
143+ </Midl >
144+ <Midl Include =" Project.idl" />
145+ </ItemGroup >
146+ <ItemGroup >
147+ <AppxManifest Include =" Package.appxmanifest" >
148+ <SubType >Designer</SubType >
149+ </AppxManifest >
150+ </ItemGroup >
151+ <ItemGroup >
152+ <Image Include =" $(SharedContentDir)\media\microsoft-sdk.png" >
153+ <Link >Assets\microsoft-sdk.png</Link >
154+ </Image >
155+ <Image Include =" $(SharedContentDir)\media\smalltile-sdk.png" >
156+ <Link >Assets\smallTile-sdk.png</Link >
157+ </Image >
158+ <Image Include =" $(SharedContentDir)\media\splash-sdk.png" >
159+ <Link >Assets\splash-sdk.png</Link >
160+ </Image >
161+ <Image Include =" $(SharedContentDir)\media\squaretile-sdk.png" >
162+ <Link >Assets\squareTile-sdk.png</Link >
163+ </Image >
164+ <Image Include =" $(SharedContentDir)\media\storelogo-sdk.png" >
165+ <Link >Assets\storeLogo-sdk.png</Link >
166+ </Image >
167+ <Image Include =" $(SharedContentDir)\media\tile-sdk.png" >
168+ <Link >Assets\tile-sdk.png</Link >
169+ </Image >
170+ <Image Include =" $(SharedContentDir)\media\windows-sdk.png" >
171+ <Link >Assets\windows-sdk.png</Link >
172+ </Image >
173+ </ItemGroup >
174+ <ItemGroup >
175+ <None Include =" packages.config" />
176+ </ItemGroup >
177+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
178+ <ImportGroup Label =" ExtensionTargets" >
179+ <Import Project =" packages\Microsoft.Windows.CppWinRT.2.0.210922.5\build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('packages\Microsoft.Windows.CppWinRT.2.0.210922.5\build\native\Microsoft.Windows.CppWinRT.targets')" />
180+ </ImportGroup >
181+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
182+ <PropertyGroup >
183+ <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 >
184+ </PropertyGroup >
185+ <Error Condition =" !Exists('packages\Microsoft.Windows.CppWinRT.2.0.210922.5\build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Windows.CppWinRT.2.0.210922.5\build\native\Microsoft.Windows.CppWinRT.props'))" />
186+ <Error Condition =" !Exists('packages\Microsoft.Windows.CppWinRT.2.0.210922.5\build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Windows.CppWinRT.2.0.210922.5\build\native\Microsoft.Windows.CppWinRT.targets'))" />
187+ </Target >
188+ </Project >
0 commit comments