77 <RootNamespace >ReswPlusWinAppSDKSample</RootNamespace >
88 <ApplicationManifest >app.manifest</ApplicationManifest >
99 <Platforms >x86;x64;ARM64</Platforms >
10- <RuntimeIdentifiers >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
1110 <PublishProfile >win-$(Platform).pubxml</PublishProfile >
1211 <UseWinUI >true</UseWinUI >
1312 <EnableMsixTooling >true</EnableMsixTooling >
2322 <AppxBundle >Always</AppxBundle >
2423 <AppxBundlePlatforms >x86|x64|arm64</AppxBundlePlatforms >
2524 <HoursBetweenUpdateChecks >0</HoursBetweenUpdateChecks >
25+ <RuntimeIdentifiers >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
2626 </PropertyGroup >
27- <PropertyGroup Condition =" '$(RuntimeIdentifierOverride)' != ''" >
28- <RuntimeIdentifier >$(RuntimeIdentifierOverride)</RuntimeIdentifier >
29- </PropertyGroup >
27+
3028 <ItemGroup >
3129 <Content Include =" Assets\SplashScreen.scale-200.png" />
3230 <Content Include =" Assets\Square150x150Logo.scale-200.png" />
4139 <Manifest Include =" $(ApplicationManifest)" />
4240 </ItemGroup >
4341
44- <!--
45- Defining the "Msix" ProjectCapability here allows the Single-project MSIX Packaging
46- Tools extension to be activated for this project even if the Windows App SDK Nuget
47- package has not yet been restored.
48- -->
4942 <ItemGroup Condition =" '$(DisableMsixProjectCapabilityAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'" >
5043 <ProjectCapability Include =" Msix" />
5144 </ItemGroup >
45+
5246 <ItemGroup >
5347 <ProjectReference Include =" ..\..\..\src\ReswPlus.SourceGenerator\ReswPlus.SourceGenerator.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" Private =" false" >
5448 <Project >{44d125b3-6c8a-4f2f-a76f-bffb2ad7e70d}</Project >
5549 <Name >ReswPlus.SourceGenerator</Name >
5650 </ProjectReference >
5751 <ProjectReference Include =" ..\ReswPlusWinAppSDKSampleExternalLibrary\ReswPlusWinAppSDKSampleExternalLibrary.csproj" />
5852 </ItemGroup >
53+
5954 <ItemGroup >
6055 <None Update =" Assets\Icon.png" >
6156 <Pack >True</Pack >
6257 <PackagePath >\</PackagePath >
6358 </None >
6459 </ItemGroup >
60+
6561 <ItemGroup >
6662 <Page Update =" MainControl.xaml" >
6763 <SubType >Designer</SubType >
9591 </Page >
9692 </ItemGroup >
9793
98- <!--
99- Defining the "HasPackageAndPublishMenuAddedByProject" property here allows the Solution
100- Explorer "Package and Publish" context menu entry to be enabled for this project even if
101- the Windows App SDK Nuget package has not yet been restored.
102- -->
10394 <PropertyGroup Condition =" '$(DisableHasPackageAndPublishMenuAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'" >
10495 <HasPackageAndPublishMenu >true</HasPackageAndPublishMenu >
10596 </PropertyGroup >
106- </Project >
97+ </Project >
0 commit comments