File tree 10 files changed +43
-30
lines changed
StylesAndResources (Package)
Transformations (Package)
10 files changed +43
-30
lines changed Original file line number Diff line number Diff line change 63
63
<PublishProfile >Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile >
64
64
</ProjectReference >
65
65
</ItemGroup >
66
+ <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
66
67
<ItemGroup >
67
- <PackageReference Include =" Microsoft.ProjectReunion" Version =" [0.5 .0]" >
68
+ <PackageReference Include =" Microsoft.ProjectReunion" Version =" [0.8 .0]" >
68
69
<IncludeAssets >build</IncludeAssets >
69
70
</PackageReference >
70
- <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" [0.5 .0]" >
71
+ <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" [0.8 .0]" >
71
72
<IncludeAssets >build</IncludeAssets >
72
73
</PackageReference >
73
74
</ItemGroup >
74
- <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
75
75
</Project >
Original file line number Diff line number Diff line change 7
7
<ApplicationManifest >app.manifest</ApplicationManifest >
8
8
<Platforms >x86;x64;arm64</Platforms >
9
9
<RuntimeIdentifiers >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
10
+ <EnforceCodeStyleInBuild >false</EnforceCodeStyleInBuild >
11
+ <EnableNETAnalyzers >false</EnableNETAnalyzers >
10
12
</PropertyGroup >
11
13
<ItemGroup >
12
14
<None Remove =" ResourcesDemoUserControl.xaml" />
15
17
</ItemGroup >
16
18
17
19
<ItemGroup >
18
- <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.5 .0" />
19
- <PackageReference Include =" Microsoft.ProjectReunion.Foundation" Version =" 0.5 .0" />
20
- <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" 0.5 .0" />
20
+ <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.8 .0" />
21
+ <PackageReference Include =" Microsoft.ProjectReunion.Foundation" Version =" 0.8 .0" />
22
+ <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" 0.8 .0" />
21
23
<Manifest Include =" $(ApplicationManifest)" />
22
24
</ItemGroup >
23
25
Original file line number Diff line number Diff line change 63
63
<PublishProfile >Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile >
64
64
</ProjectReference >
65
65
</ItemGroup >
66
+ <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
66
67
<ItemGroup >
67
- <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.5.7" >
68
+ <PackageReference Include =" Microsoft.ProjectReunion" Version =" [0.8.0]" >
69
+ <IncludeAssets >build</IncludeAssets >
70
+ </PackageReference >
71
+ <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" [0.8.0]" >
68
72
<IncludeAssets >build</IncludeAssets >
69
73
</PackageReference >
70
74
</ItemGroup >
71
- <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
72
75
</Project >
Original file line number Diff line number Diff line change 22
22
</ItemGroup >
23
23
24
24
<ItemGroup >
25
- <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.5.7 " />
26
- <PackageReference Include =" Microsoft.ProjectReunion.Foundation" Version =" 0.5.7 " />
27
- <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" 0.5.7 " />
25
+ <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.8.0 " />
26
+ <PackageReference Include =" Microsoft.ProjectReunion.Foundation" Version =" 0.8.0 " />
27
+ <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" 0.8.0 " />
28
28
<Manifest Include =" $(ApplicationManifest)" />
29
29
</ItemGroup >
30
30
Original file line number Diff line number Diff line change 63
63
<PublishProfile >Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile >
64
64
</ProjectReference >
65
65
</ItemGroup >
66
+ <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
66
67
<ItemGroup >
67
- <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.5.7" >
68
+ <PackageReference Include =" Microsoft.ProjectReunion" Version =" [0.8.0]" >
69
+ <IncludeAssets >build</IncludeAssets >
70
+ </PackageReference >
71
+ <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" [0.8.0]" >
68
72
<IncludeAssets >build</IncludeAssets >
69
73
</PackageReference >
70
74
</ItemGroup >
71
- <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
72
75
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >WinExe</OutputType >
4
- <TargetFramework >net5.0-windows10.0.19041.0</TargetFramework >
5
-
4
+ <TargetFramework >net5.0-windows10.0.19041.0</TargetFramework >
6
5
<Nullable >enable</Nullable >
7
6
<TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
8
7
<RootNamespace >Transformations</RootNamespace >
9
8
<ApplicationManifest >app.manifest</ApplicationManifest >
10
9
<Platforms >x86;x64;arm64</Platforms >
11
10
<RuntimeIdentifiers >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
11
+ <EnforceCodeStyleInBuild >false</EnforceCodeStyleInBuild >
12
+ <EnableNETAnalyzers >false</EnableNETAnalyzers >
12
13
</PropertyGroup >
13
14
<ItemGroup >
14
15
<None Remove =" SmilingFace.xaml" />
15
16
</ItemGroup >
16
17
17
18
<ItemGroup >
18
- <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.5.7 " />
19
- <PackageReference Include =" Microsoft.ProjectReunion.Foundation" Version =" 0.5.7 " />
20
- <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" 0.5.7 " />
19
+ <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.8.0 " />
20
+ <PackageReference Include =" Microsoft.ProjectReunion.Foundation" Version =" 0.8.0 " />
21
+ <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" 0.8.0 " />
21
22
<Manifest Include =" $(ApplicationManifest)" />
22
23
</ItemGroup >
23
24
Original file line number Diff line number Diff line change 63
63
<PublishProfile >Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile >
64
64
</ProjectReference >
65
65
</ItemGroup >
66
+ <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
66
67
<ItemGroup >
67
- <PackageReference Include =" Microsoft.ProjectReunion" Version =" [0.5 .0]" >
68
+ <PackageReference Include =" Microsoft.ProjectReunion" Version =" [0.8 .0]" >
68
69
<IncludeAssets >build</IncludeAssets >
69
70
</PackageReference >
70
- <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" [0.5 .0]" >
71
+ <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" [0.8 .0]" >
71
72
<IncludeAssets >build</IncludeAssets >
72
73
</PackageReference >
73
74
</ItemGroup >
74
- <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
75
75
</Project >
Original file line number Diff line number Diff line change 8
8
<ApplicationManifest >app.manifest</ApplicationManifest >
9
9
<Platforms >x86;x64;arm64</Platforms >
10
10
<RuntimeIdentifiers >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
11
+ <EnforceCodeStyleInBuild >false</EnforceCodeStyleInBuild >
12
+ <EnableNETAnalyzers >false</EnableNETAnalyzers >
11
13
</PropertyGroup >
12
14
<ItemGroup >
13
15
<None Remove =" Views\ListItemsUserControl.xaml" />
16
18
</ItemGroup >
17
19
18
20
<ItemGroup >
19
- <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.5 .0" />
20
- <PackageReference Include =" Microsoft.ProjectReunion.Foundation" Version =" 0.5 .0" />
21
- <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" 0.5 .0" />
21
+ <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.8 .0" />
22
+ <PackageReference Include =" Microsoft.ProjectReunion.Foundation" Version =" 0.8 .0" />
23
+ <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" 0.8 .0" />
22
24
<Manifest Include =" $(ApplicationManifest)" />
23
25
</ItemGroup >
24
26
Original file line number Diff line number Diff line change 63
63
<PublishProfile >Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile >
64
64
</ProjectReference >
65
65
</ItemGroup >
66
+ <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
66
67
<ItemGroup >
67
- <PackageReference Include =" Microsoft.ProjectReunion" Version =" [0.5.7 ]" >
68
+ <PackageReference Include =" Microsoft.ProjectReunion" Version =" [0.8.0 ]" >
68
69
<IncludeAssets >build</IncludeAssets >
69
70
</PackageReference >
70
- <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" [0.5.7 ]" >
71
+ <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" [0.8.0 ]" >
71
72
<IncludeAssets >build</IncludeAssets >
72
73
</PackageReference >
73
74
</ItemGroup >
74
- <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
75
75
</Project >
Original file line number Diff line number Diff line change 8
8
<ApplicationManifest >app.manifest</ApplicationManifest >
9
9
<Platforms >x86;x64;arm64</Platforms >
10
10
<RuntimeIdentifiers >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
11
+ <EnforceCodeStyleInBuild >false</EnforceCodeStyleInBuild >
12
+ <EnableNETAnalyzers >false</EnableNETAnalyzers >
11
13
</PropertyGroup >
12
14
<ItemGroup >
13
15
<None Remove =" Styles\ButtonStyles.xaml" />
14
16
</ItemGroup >
15
17
16
18
<ItemGroup >
17
- <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.5.7 " />
18
- <PackageReference Include =" Microsoft.ProjectReunion.Foundation" Version =" 0.5.7 " />
19
- <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" 0.5.7 " />
19
+ <PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.8.0 " />
20
+ <PackageReference Include =" Microsoft.ProjectReunion.Foundation" Version =" 0.8.0 " />
21
+ <PackageReference Include =" Microsoft.ProjectReunion.WinUI" Version =" 0.8.0 " />
20
22
<Manifest Include =" $(ApplicationManifest)" />
21
23
</ItemGroup >
22
24
You can’t perform that action at this time.
0 commit comments