master
cs 8 lines 216 Bytes
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 }