Skip to content

Commit 4e0ca12

Browse files
docs: Apply suggestions from code review
Co-authored-by: Agnès ZITTE <[email protected]>
1 parent afe6d70 commit 4e0ca12

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/articles/uno-app-solution-structure.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ You'll find below details about the contents of the solution.
2020

2121
The Platforms folder contains platform specific files for targets supported by Uno Platform:
2222

23-
- `Desktop` is using the [Uno Platform Skia Desktop](xref:Uno.Features.Uno.Sdk) support for Windows 7+, Linux and macOS
24-
- `Android` contains files and assets specific to the Android Phones, Tablets, TVs and watches
23+
- `Desktop` uses the [Uno Platform Skia Desktop](xref:Uno.Features.Uno.Sdk) support for Windows 7+, Linux, and macOS
24+
- `Android` contains files and assets specific to Android Phones, Tablets, TVs, and watches
2525
- `iOS` targets Apple's iOS devices, Phones and Tablets
2626
- `MacCatalyst` targets the macOS Catalyst platform
2727
- `WebAssembly` targets the browser using WebAssembly
2828
- `Windows` targets the [Windows App SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/) to run on Windows
2929

3030
### Properties
3131

32-
This folder contains the debug profile configuration. This is used to choose where to debug your Skia Desktop app (Local Windows or WSL), the Web Server for your WebAssembly app or Package and Unpackaged modes for Windows App SDK.
32+
This folder contains the debug profile configuration. This is used to choose where to debug your Skia Desktop app (Local Windows or WSL), the Web Server for your WebAssembly app, or Package and Unpackaged modes for Windows App SDK.
3333

3434
### Assets
3535

@@ -38,17 +38,17 @@ This folder contains [all the assets](xref:Uno.Features.Assets) (images, splash
3838
## Other project files
3939

4040
- `App.xaml` and `App.xaml.cs` are the common entry point for the app. The generic app setup runtime code generally goes here.
41-
- `MainPage.xaml` and `MainPage.xaml.cs` contains the main UI of the app.
41+
- `MainPage.xaml` and `MainPage.xaml.cs` contain the main UI of the app.
4242
- `GlobalUsings.cs` contains the [global usings](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/using-directive#global-modifier) define for the project.
4343
- `app.manifest` contains [Windows specific configuration](https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests) for `net8.0-desktop` and `net8.0-windows` targets.
4444
- `Package.appxmanifest` contains metadata about the application such as the app name and description.
4545

4646
### Solution items
4747

48-
This solution folder contains configuration for the whole solution:
48+
This solution folder contains the configuration for the whole solution:
4949

5050
- `global.json` contains the [.NET SDK configuration](https://learn.microsoft.com/en-us/dotnet/core/tools/global-json) as well as the Uno.Sdk version to use. See [our documentation](xref:Uno.Features.Uno.Sdk) on how to update it.
51-
- `Directory.Build.props` and `Directory.Build.targets` contain common solution configuration applied to all projects.
51+
- `Directory.Build.props` and `Directory.Build.targets` contain common solution configurations applied to all projects.
5252
- `Directory.Packages.props` contains the [NuGet Central Package Management](https://learn.microsoft.com/en-us/nuget/consume-packages/Central-Package-Management) package versions.
5353

5454
## Further information

0 commit comments

Comments
 (0)