File tree 2 files changed +8
-5
lines changed
2_Libs/Parallel/ParallelSamples/WindowsAppTimer
WindowsAppTimer (Package)
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 32
32
<PropertyGroup >
33
33
<WapProjPath Condition =" '$(WapProjPath)'==''" >$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath >
34
34
<PathToXAMLWinRTImplementations >WindowsAppTimer\</PathToXAMLWinRTImplementations >
35
- <AssetTargetFallback >net5.0-windows$(TargetPlatformVersion);$(AssetTargetFallback)</AssetTargetFallback >
36
35
</PropertyGroup >
37
36
<Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.props" />
38
37
<PropertyGroup >
60
59
<ItemGroup >
61
60
<ProjectReference Include =" ..\WindowsAppTimer\WindowsAppTimer.csproj" >
62
61
<SkipGetTargetFrameworkProperties >True</SkipGetTargetFrameworkProperties >
62
+ <PublishProfile >Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile >
63
63
</ProjectReference >
64
64
</ItemGroup >
65
65
<ItemGroup >
66
- <PackageReference Include =" Microsoft.ProjectReunion" Version =" [0.5.7]" >
66
+ <PackageReference Include =" Microsoft.ProjectReunion" Version =" [0.8.0]" >
67
+ <IncludeAssets >build</IncludeAssets >
68
+ </PackageReference >
69
+ <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" [0.8.0]" >
67
70
<IncludeAssets >build</IncludeAssets >
68
71
</PackageReference >
69
72
</ItemGroup >
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.5.7 " />
15
- <PackageReference Include =" Microsoft.ProjectReunion.Foundation" Version =" 0.5.7 " />
16
- <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" 0.5.7 " />
14
+ <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.8.0 " />
15
+ <PackageReference Include =" Microsoft.ProjectReunion.Foundation" Version =" 0.8.0 " />
16
+ <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" 0.8.0 " />
17
17
<Manifest Include =" $(ApplicationManifest)" />
18
18
</ItemGroup >
19
19
</Project >
You can’t perform that action at this time.
0 commit comments