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 >
24
23
<AppxBundlePlatforms >x86|x64|arm64</AppxBundlePlatforms >
25
24
<HoursBetweenUpdateChecks >0</HoursBetweenUpdateChecks >
26
25
</PropertyGroup >
26
+
27
+ <PropertyGroup Condition =" '$(Platform)' == 'x86' " >
28
+ <RuntimeIdentifier >win-x86</RuntimeIdentifier >
29
+ </PropertyGroup >
30
+ <PropertyGroup Condition =" '$(Platform)' == 'x64' " >
31
+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Platform)' == 'ARM64' " >
34
+ <RuntimeIdentifier >win-arm64</RuntimeIdentifier >
35
+ </PropertyGroup >
36
+
27
37
<ItemGroup >
28
38
<Content Include =" Assets\SplashScreen.scale-200.png" />
29
39
<Content Include =" Assets\Square150x150Logo.scale-200.png" />
38
48
<Manifest Include =" $(ApplicationManifest)" />
39
49
</ItemGroup >
40
50
41
- <!--
42
- Defining the "Msix" ProjectCapability here allows the Single-project MSIX Packaging
43
- Tools extension to be activated for this project even if the Windows App SDK Nuget
44
- package has not yet been restored.
45
- -->
46
51
<ItemGroup Condition =" '$(DisableMsixProjectCapabilityAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'" >
47
52
<ProjectCapability Include =" Msix" />
48
53
</ItemGroup >
54
+
49
55
<ItemGroup >
50
56
<ProjectReference Include =" ..\..\..\src\ReswPlus.SourceGenerator\ReswPlus.SourceGenerator.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" Private =" false" >
51
57
<Project >{44d125b3-6c8a-4f2f-a76f-bffb2ad7e70d}</Project >
52
58
<Name >ReswPlus.SourceGenerator</Name >
53
59
</ProjectReference >
54
60
<ProjectReference Include =" ..\ReswPlusWinAppSDKSampleExternalLibrary\ReswPlusWinAppSDKSampleExternalLibrary.csproj" />
55
61
</ItemGroup >
62
+
56
63
<ItemGroup >
57
64
<None Update =" Assets\Icon.png" >
58
65
<Pack >True</Pack >
59
66
<PackagePath >\</PackagePath >
60
67
</None >
61
68
</ItemGroup >
69
+
62
70
<ItemGroup >
63
71
<Page Update =" MainControl.xaml" >
64
72
<SubType >Designer</SubType >
92
100
</Page >
93
101
</ItemGroup >
94
102
95
- <!--
96
- Defining the "HasPackageAndPublishMenuAddedByProject" property here allows the Solution
97
- Explorer "Package and Publish" context menu entry to be enabled for this project even if
98
- the Windows App SDK Nuget package has not yet been restored.
99
- -->
100
103
<PropertyGroup Condition =" '$(DisableHasPackageAndPublishMenuAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'" >
101
104
<HasPackageAndPublishMenu >true</HasPackageAndPublishMenu >
102
105
</PropertyGroup >
103
- </Project >
106
+ </Project >
0 commit comments