Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

env:
Configuration: Release
Solution_Path: Daybreak.sln
Solution_Path: Daybreak.slnx
Test_Project_Path: Daybreak.Tests\Daybreak.Tests.csproj
Wpf_Project_Path: Daybreak\Daybreak.csproj
Actions_Allow_Unsecure_Commands: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
pull_request:
branches:
- master
- release/*

jobs:

Expand All @@ -24,7 +25,7 @@ jobs:
runs-on: windows-latest

env:
Solution_Path: Daybreak.sln
Solution_Path: Daybreak.slnx
Test_Project_Path: Daybreak.Tests\Daybreak.Tests.csproj
Wpf_Project_Path: Daybreak\Daybreak.csproj
Actions_Allow_Unsecure_Commands: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

env:
Configuration: Release
Solution_Path: Daybreak.sln
Solution_Path: Daybreak.slnx
Test_Project_Path: Daybreak.Tests\Daybreak.Tests.csproj
Wpf_Project_Path: Daybreak\Daybreak.csproj
Actions_Allow_Unsecure_Commands: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

env:
Configuration: Release
Solution_Path: Daybreak.sln
Solution_Path: Daybreak.slnx
Actions_Allow_Unsecure_Commands: true

steps:
Expand Down
1 change: 1 addition & 0 deletions Daybreak.Shared/Daybreak.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<UseWPF>true</UseWPF>
<LangVersion>preview</LangVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Platforms>AnyCPU;x86</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
133 changes: 0 additions & 133 deletions Daybreak.sln

This file was deleted.

51 changes: 51 additions & 0 deletions Daybreak.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Pipelines/">
<File Path=".github/dependabot.yml" />
<File Path=".github/workflows/cd.yaml" />
<File Path=".github/workflows/ci.yaml" />
<File Path=".github/workflows/codeql-analysis.yml" />
<File Path=".github/workflows/version_check.yaml" />
</Folder>
<Folder Name="/Scripts/">
<File Path="Scripts/BuildRelease.ps1" />
<File Path="Scripts/CompareVersions.ps1" />
<File Path="Scripts/GetBuildVersion.ps1" />
<File Path="Scripts/PushFilesToBlobStorage.ps1" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".github/CODEOWNERS" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="README.md" />
</Folder>
<Project Path="Daybreak.7ZipExtractor/Daybreak.7ZipExtractor.csproj">
<Platform Solution="*|x86" Project="x64" />
<Platform Solution="Debug|x64" Project="x64" />
</Project>
<Project Path="Daybreak.API/Daybreak.API.csproj">
<Platform Solution="Debug|x86" Project="x86" />
</Project>
<Project Path="Daybreak.Installer/Daybreak.Installer.csproj">
<Platform Solution="*|x86" Project="x86" />
<Platform Solution="Debug|Any CPU" Project="x86" />
<Platform Solution="Debug|x64" Project="x86" />
<Platform Solution="Release|x64" Project="x64" />
</Project>
<Project Path="Daybreak.Shared/Daybreak.Shared.csproj">
<Platform Solution="Debug|Any CPU" Project="x86" />
</Project>
<Project Path="Daybreak.Tests/Daybreak.Tests.csproj">
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
</Project>
<Project Path="Daybreak/Daybreak.csproj">
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
</Project>
</Solution>
Loading