Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restruct: Create new project structure #12

Merged
merged 4 commits into from
Aug 3, 2024
Merged

restruct: Create new project structure #12

merged 4 commits into from
Aug 3, 2024

Conversation

MrDave1999
Copy link
Owner

Directory tree

src/
├── Host/
│   └── CTF.Host.csproj
├── Persistence/
│   ├── Persistence.SQLite/
│   │   └── Persistence.SQLite.csproj
│   └── Persistence.MariaDB/
│       └── Persistence.MariaDB.csproj
├── Domain/
│   └── CTF.Domain.csproj
└── Application/
    ├── CTF.Application.csproj
    
tests/
├── Persistence.SQLite.Tests/
│   └── Persistence.SQLite.Tests.csproj
├── Persistence.MariaDB.Tests/
│   └── Persistence.MariaDB.Tests.csproj
├── Domain.Tests/
    └── CTF.Domain.Tests.csproj

@MrDave1999 MrDave1999 added the restructure Issue or pull request related to project structure label Aug 3, 2024
@MrDave1999 MrDave1999 merged commit 3dc8947 into dev Aug 3, 2024
@MrDave1999 MrDave1999 deleted the restructure-1 branch August 3, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
restructure Issue or pull request related to project structure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant