|
13 | 13 | - PeoplePicker: The PeoplePicker Control is a simple control that allows for selection of one or more users.
|
14 | 14 | </Description>
|
15 | 15 | <PackageTags>UWP Toolkit Windows Controls MSAL Microsoft Graph AadLogin ProfileCard Person PeoplePicker Login</PackageTags>
|
16 |
| - <!-- Small fix for wrong TFM in final nuget --> |
17 |
| - <IncludeBuildOutput>false</IncludeBuildOutput> |
18 | 16 | <AssetTargetFallback>uap10.0.$(DefaultTargetPlatformMinVersion)</AssetTargetFallback>
|
19 | 17 | </PropertyGroup>
|
20 | 18 |
|
21 | 19 | <ItemGroup>
|
22 | 20 | <PackageReference Include="Microsoft.Windows.CsWinRT" Version="0.1.0-prerelease.200629.3" />
|
23 | 21 | <!--<PackageReference Include="Microsoft.VCRTForwarders.140" Version="1.0.6" />-->
|
24 | 22 | </ItemGroup>
|
25 |
| - <ItemGroup> |
26 |
| - <None Include="$(OutputPath)\$(AssemblyName)\**\*.xaml;$(OutputPath)\$(AssemblyName)\**\*.xbf"> |
27 |
| - <Pack>true</Pack> |
28 |
| - <PackagePath>lib\$(TargetFramework)\$(AssemblyName)</PackagePath> |
29 |
| - </None> |
30 |
| - </ItemGroup> |
31 |
| - <ItemGroup Condition="Exists('$(OutputPath)\$(AssemblyName)\$(AssemblyName).xr.xml')"> |
32 |
| - <Resource Include="$(OutputPath)\$(AssemblyName)\$(AssemblyName).xr.xml"> |
33 |
| - <Pack>true</Pack> |
34 |
| - <PackagePath>lib\$(TargetFramework)\$(AssemblyName)\$(AssemblyName).xr.xml</PackagePath> |
35 |
| - </Resource> |
36 |
| - </ItemGroup> |
37 |
| - <ItemGroup Condition="Exists('$(OutputPath)\$(AssemblyName).pri')"> |
38 |
| - <None Include="$(SolutionDir)\build\CopyPri.targets" Pack="True" PackagePath="buildTransitive\net5.0\$(AssemblyName).targets" /> |
39 |
| - <!-- Small fix for wrong TFM in final nuget --> |
40 |
| - <None Include="$(OutputPath)\$(AssemblyName).pri;$(OutputPath)\$(AssemblyName).dll;$(OutputPath)\$(AssemblyName).xml;$(OutputPath)\$(AssemblyName).pdb" Pack="True" PackagePath="lib\net5.0\"/> |
41 |
| - </ItemGroup> |
42 |
| - |
| 23 | + |
43 | 24 | <ItemGroup>
|
44 |
| - <PackageReference Include="Microsoft.Toolkit.Uwp.UI" Version="8.0.0-build.48.gd3d21cc9ac" /> |
45 |
| - <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls" Version="8.0.0-build.48.gd3d21cc9ac" /> |
| 25 | + <PackageReference Include="Microsoft.Toolkit.Uwp.UI" Version="8.0.0-build.49.g8695d221eb" /> |
| 26 | + <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls" Version="8.0.0-build.49.g8695d221eb" /> |
46 | 27 | <ProjectReference Include="..\Microsoft.Toolkit.Graph\Microsoft.Toolkit.Graph.csproj" />
|
47 | 28 | <PackageReference Include="Microsoft.WinUI">
|
48 |
| - <Version>3.0.0-preview1.200629.2-CI</Version> |
| 29 | + <Version>3.0.0-preview2.200701.0-CI</Version> |
49 | 30 | </PackageReference>
|
50 | 31 | </ItemGroup>
|
| 32 | + |
| 33 | + <!-- Temporary fix to a bug in WinUI3 --> |
| 34 | + <Target Name="RemoveXrXmlFilesFromOutputItems2" AfterTargets="AddPriPayloadFilesToCopyToOutputDirectoryItems" Condition="'$(UsingMicrosoftNETSdk)'=='true'"> |
| 35 | + <ItemGroup> |
| 36 | + <_AllChildProjectItemsWithTargetPath Remove="@(_AllChildProjectItemsWithTargetPath)" Condition="$([System.String]::new('%(Identity)').EndsWith('.xr.xml'))"/> |
| 37 | + </ItemGroup> |
| 38 | + </Target> |
51 | 39 |
|
52 | 40 | <ItemGroup>
|
53 | 41 | <None Include="VisualStudioToolsManifest.xml" Pack="true" PackagePath="tools" />
|
|
0 commit comments