7
7
<RootNamespace >ReswPlusWinAppSDKSample</RootNamespace >
8
8
<ApplicationManifest >app.manifest</ApplicationManifest >
9
9
<Platforms >x86;x64;ARM64</Platforms >
10
- <RuntimeIdentifiers >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
11
10
<PublishProfile >win-$(Platform).pubxml</PublishProfile >
12
11
<UseWinUI >true</UseWinUI >
13
12
<EnableMsixTooling >true</EnableMsixTooling >
23
22
<AppxBundle >Always</AppxBundle >
24
23
<AppxBundlePlatforms >x86|x64|arm64</AppxBundlePlatforms >
25
24
<HoursBetweenUpdateChecks >0</HoursBetweenUpdateChecks >
25
+ <RuntimeIdentifiers >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
26
26
</PropertyGroup >
27
- <PropertyGroup Condition =" '$(RuntimeIdentifierOverride)' != ''" >
28
- <RuntimeIdentifier >$(RuntimeIdentifierOverride)</RuntimeIdentifier >
29
- </PropertyGroup >
27
+
30
28
<ItemGroup >
31
29
<Content Include =" Assets\SplashScreen.scale-200.png" />
32
30
<Content Include =" Assets\Square150x150Logo.scale-200.png" />
41
39
<Manifest Include =" $(ApplicationManifest)" />
42
40
</ItemGroup >
43
41
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
- -->
49
42
<ItemGroup Condition =" '$(DisableMsixProjectCapabilityAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'" >
50
43
<ProjectCapability Include =" Msix" />
51
44
</ItemGroup >
45
+
52
46
<ItemGroup >
53
47
<ProjectReference Include =" ..\..\..\src\ReswPlus.SourceGenerator\ReswPlus.SourceGenerator.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" Private =" false" >
54
48
<Project >{44d125b3-6c8a-4f2f-a76f-bffb2ad7e70d}</Project >
55
49
<Name >ReswPlus.SourceGenerator</Name >
56
50
</ProjectReference >
57
51
<ProjectReference Include =" ..\ReswPlusWinAppSDKSampleExternalLibrary\ReswPlusWinAppSDKSampleExternalLibrary.csproj" />
58
52
</ItemGroup >
53
+
59
54
<ItemGroup >
60
55
<None Update =" Assets\Icon.png" >
61
56
<Pack >True</Pack >
62
57
<PackagePath >\</PackagePath >
63
58
</None >
64
59
</ItemGroup >
60
+
65
61
<ItemGroup >
66
62
<Page Update =" MainControl.xaml" >
67
63
<SubType >Designer</SubType >
95
91
</Page >
96
92
</ItemGroup >
97
93
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
- -->
103
94
<PropertyGroup Condition =" '$(DisableHasPackageAndPublishMenuAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'" >
104
95
<HasPackageAndPublishMenu >true</HasPackageAndPublishMenu >
105
96
</PropertyGroup >
106
- </Project >
97
+ </Project >
0 commit comments