diff options
| author | Joel Stålnacke <joel@saker.fi> | 2026-03-19 22:30:56 +0200 |
|---|---|---|
| committer | Joel Stålnacke <joel@saker.fi> | 2026-03-19 22:30:56 +0200 |
| commit | 745406dc65aecc438a53f96badc387a32b7a338f (patch) | |
| tree | cc597855dac943efe627fce160782585e27feadf /Djup.slnx | |
| parent | 3b60cd682120947119f442bb71ab2a5e98decccc (diff) | |
Add Mibo project
The Djup project is DesktopGL project
Diffstat (limited to 'Djup.slnx')
| -rw-r--r-- | Djup.slnx | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,14 @@ <Solution> + <Folder Name="/Djup.Native/" /> + <Folder Name="/Djup.Native/src/"> + <Project Path="Djup.Native/src/Djup.Native.csproj" /> + </Folder> <Folder Name="/Djup.Testing/" /> <Folder Name="/Djup.Testing/src/"> <Project Path="Djup.Testing/src/Djup.Testing.fsproj" /> </Folder> - <Project Path="Djup.Native/Djup.Native.csproj" /> + <Folder Name="/Djup/" /> + <Folder Name="/Djup/src/"> + <Project Path="Djup/src/Djup.fsproj" /> + </Folder> </Solution> |
