Skip to content

Commit 4709686

Browse files
committed
Directory structure
1 parent 2cefdce commit 4709686

File tree

103 files changed

+9
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+9
-9
lines changed

.github/workflows/build-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ concurrency:
1818
cancel-in-progress: true
1919

2020
env:
21-
APP_PROJECT: './ShinyWonderland/ShinyWonderland.csproj'
21+
APP_PROJECT: './src/ShinyWonderland/ShinyWonderland.csproj'
2222
APP_VERSION: '1.0'
23-
APPSETTINGS_JSON_FILE: './ShinyWonderland/appsettings.json'
23+
APPSETTINGS_JSON_FILE: './src/ShinyWonderland/appsettings.json'
2424
DOTNET_TFM: 'net10.0'
2525
DOTNET_VERSION: '10.0.102'
2626
PACKAGE_NAME: 'org.shiny.wonderland'

.github/workflows/build-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ env:
2121
XCODE_VERSION: 26.2.0
2222
DOTNET_TFM: 'net10.0'
2323
DOTNET_VERSION: '10.0.102'
24-
APP_PROJECT: './ShinyWonderland/ShinyWonderland.csproj'
24+
APP_PROJECT: './src/ShinyWonderland/ShinyWonderland.csproj'
2525
APP_VERSION: '1.0'
26-
APPSETTINGS_JSON_FILE: './ShinyWonderland/appsettings.json'
26+
APPSETTINGS_JSON_FILE: './src/ShinyWonderland/appsettings.json'
2727
PACKAGE_NAME: 'org.shiny.wonderland'
2828
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
2929

ShinyWonderland.slnx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<File Path=".github\workflows\build-android.yml" />
1010
<File Path=".github\workflows\build-ios.yml" />
1111
</Folder>
12-
<Project Path="ShinyWonderland.ApiClient/ShinyWonderland.ApiClient.csproj" />
13-
<Project Path="ShinyWonderland.Localization/ShinyWonderland.Localization.csproj" />
14-
<Project Path="ShinyWonderland.Tests/ShinyWonderland.Tests.csproj" />
15-
<Project Path="ShinyWonderland\ShinyWonderland.csproj" />
12+
<Project Path="src/ShinyWonderland/ShinyWonderland.csproj" />
13+
<Project Path="src/ShinyWonderland.ApiClient/ShinyWonderland.ApiClient.csproj" />
14+
<Project Path="src/ShinyWonderland.Localization/ShinyWonderland.Localization.csproj" />
15+
<Project Path="tests/ShinyWonderland.Tests/ShinyWonderland.Tests.csproj" />
1616
</Solution>

ShinyWonderland.ApiClient/ShinyWonderland.ApiClient.csproj renamed to src/ShinyWonderland.ApiClient/ShinyWonderland.ApiClient.csproj

File renamed without changes.
File renamed without changes.

ShinyWonderland.Localization/ShinyWonderland.Localization.csproj renamed to src/ShinyWonderland.Localization/ShinyWonderland.Localization.csproj

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)