|
49 | 49 | <MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
|
50 | 50 | </ItemGroup>
|
51 | 51 |
|
| 52 | + <ItemGroup> |
| 53 | + <None Remove="View\uhlobqco.ueo~" /> |
| 54 | + </ItemGroup> |
| 55 | + |
52 | 56 |
|
53 | 57 | <ItemGroup>
|
| 58 | + <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" /> |
54 | 59 | <PackageReference Include="Google.Protobuf" Version="3.25.3" />
|
55 | 60 | <PackageReference Include="Grpc" Version="2.46.6" />
|
56 |
| - <PackageReference Include="Grpc.Tools" Version="2.62.0"> |
| 61 | + <PackageReference Include="Grpc.Tools" Version="2.60.0"> |
57 | 62 | <PrivateAssets>all</PrivateAssets>
|
58 | 63 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
59 | 64 | </PackageReference>
|
60 | 65 | <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
|
61 | 66 | <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.6" />
|
| 67 | + <PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" /> |
62 | 68 | </ItemGroup>
|
63 | 69 |
|
64 | 70 |
|
65 | 71 | <ItemGroup>
|
66 |
| - <Compile Update="MainPage.xaml.cs"> |
| 72 | + <Compile Update="View\MainPage.xaml.cs"> |
67 | 73 | <DependentUpon>MainPage.xaml</DependentUpon>
|
68 | 74 | </Compile>
|
69 |
| - <Compile Update="Map.xaml.cs"> |
70 |
| - <DependentUpon>Map.xaml</DependentUpon> |
71 |
| - </Compile> |
72 |
| - <Compile Update="GameStatusBar.xaml.cs"> |
| 75 | + <Compile Update="Old\GameStatusBar.xaml.cs"> |
73 | 76 | <DependentUpon>GameStatusBar.xaml</DependentUpon>
|
74 | 77 | </Compile>
|
75 |
| - <Compile Update="PlayerStatusBar.xaml.cs"> |
| 78 | + <Compile Update="Old\PlayerStatusBar.xaml.cs"> |
76 | 79 | <DependentUpon>PlayerStatusBar.xaml</DependentUpon>
|
77 | 80 | </Compile>
|
78 | 81 | </ItemGroup>
|
79 | 82 |
|
80 | 83 |
|
81 | 84 | <ItemGroup>
|
82 |
| - <MauiXaml Update="Map.xaml"> |
83 |
| - <Generator>MSBuild:Compile</Generator> |
84 |
| - </MauiXaml> |
85 |
| - <MauiXaml Update="GameStatusBar.xaml"> |
| 85 | + <MauiXaml Update="Old\GameStatusBar.xaml"> |
86 | 86 | <Generator>MSBuild:Compile</Generator>
|
87 | 87 | </MauiXaml>
|
88 |
| - <MauiXaml Update="PlayerStatusBar.xaml"> |
| 88 | + <MauiXaml Update="Old\PlayerStatusBar.xaml"> |
89 | 89 | <Generator>MSBuild:Compile</Generator>
|
90 | 90 | </MauiXaml>
|
91 | 91 | </ItemGroup>
|
|
0 commit comments