Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSAMI-WSL-2
QOSAMI-WSL-2
/
src
/
windows
/
WslcSDK
/
csharp
/
Projection.cs
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
cs
8 lines
216 Bytes
Copy permalink
Copy
Raw
1
namespace
Microsoft.WSL.Containers
2
{
3
// This is only a placeholder so that we can compile a DLL.
4
// The actual implementation of the projection will be added later.
5
internal
class
Projection
6
{
7
}
8
}