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
83 changes: 0 additions & 83 deletions Castle.Core.sln

This file was deleted.

26 changes: 26 additions & 0 deletions Castle.Core.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<Solution>
<Folder Name="/Castle Build/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="appveyor.yml" />
<File Path="build.cmd" />
<File Path="build.sh" />
<File Path="buildscripts/common.props" />
<File Path="CHANGELOG.md" />
<File Path="CONTRIBUTING.md" />
<File Path="LICENSE" />
<File Path="README.md" />
</Folder>
<Folder Name="/Castle Build/GitHub Actions/">
<File Path=".github/workflows/build.yml" />
</Folder>
<Folder Name="/Castle Services/">
<Project Path="src/Castle.Services.Logging.log4netIntegration/Castle.Services.Logging.log4netIntegration.csproj" />
<Project Path="src/Castle.Services.Logging.NLogIntegration/Castle.Services.Logging.NLogIntegration.csproj" />
<Project Path="src/Castle.Services.Logging.SerilogIntegration/Castle.Services.Logging.SerilogIntegration.csproj" />
</Folder>
<Project Path="src/Castle.Core.Tests.WeakNamed/Castle.Core.Tests.WeakNamed.csproj" />
<Project Path="src/Castle.Core.Tests/Castle.Core.Tests.csproj" />
<Project Path="src/Castle.Core/Castle.Core.csproj" />
</Solution>
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo ---------------------------
echo Build
echo ---------------------------

dotnet build ./Castle.Core.sln --configuration Release --tl:off
dotnet build ./Castle.Core.slnx --configuration Release --tl:off

echo ---------------------------
echo Running NET8.0 Tests
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SET Configuration=Release
GOTO build

:build
dotnet build ./tools/Explicit.NuGet.Versions/Explicit.NuGet.Versions.sln
dotnet build ./tools/Explicit.NuGet.Versions/Explicit.NuGet.Versions.slnx
dotnet build --configuration %Configuration% || exit /b 1
.\tools\Explicit.NuGet.Versions\build\nev.exe ".\build" "castle."
GOTO test
Expand Down
25 changes: 0 additions & 25 deletions tools/Explicit.NuGet.Versions/Explicit.NuGet.Versions.sln

This file was deleted.

3 changes: 3 additions & 0 deletions tools/Explicit.NuGet.Versions/Explicit.NuGet.Versions.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Solution>
<Project Path="Explicit.NuGet.Versions.csproj" />
</Solution>
Loading