-
Notifications
You must be signed in to change notification settings - Fork 2
/
SimpleWeather.NET-vsmac.slnf
23 lines (23 loc) · 1.12 KB
/
SimpleWeather.NET-vsmac.slnf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"solution": {
"path": "SimpleWeather.NET.sln",
"projects": [
"EditManifest\\EditManifest.csproj",
"KeyCheck\\KeyCheck.csproj",
"SimpleWeather.Shared\\SimpleWeather.Shared.csproj",
"SimpleWeather.Backgrounds\\SimpleWeather.Backgrounds.csproj",
"SimpleWeather.WeatherIcons\\SimpleWeather.WeatherIcons.csproj",
"SimpleWeather.Extras\\SimpleWeather.Extras.csproj",
"SimpleWeather.Weather-API\\SimpleWeather.Weather-API.csproj",
"SimpleWeather.Common\\SimpleWeather.Common.csproj",
"TranslationImport\\TranslationImport.csproj",
"SimpleWeather.NET.Shared\\SimpleWeather.NET.Shared.shproj",
"SimpleWeather.NET.Extras\\SimpleWeather.NET.Extras.shproj",
"Maui\\SimpleWeather.Maui\\SimpleWeather.Maui.csproj",
"Maui\\SimpleToolkit\\src\\SimpleToolkit.Core\\SimpleToolkit.Core.csproj",
"Maui\\SimpleToolkit\\src\\SimpleToolkit.SimpleShell.Controls\\SimpleToolkit.SimpleShell.Controls.csproj",
"Maui\\SimpleToolkit\\src\\SimpleToolkit.SimpleShell\\SimpleToolkit.SimpleShell.csproj",
"MauiUnitTestProject\\MauiUnitTestProject.csproj"
]
}
}