microsoft

Creating open source software using Microsoft's .NET framework

Whilst developing PowerTime, I’ve kept in mind the requirement that I need to ensure that the software can be built using only freely available tools. Of course we will eventually provide an installer, but I like the idea that people can build the software on their own machine if they want to. One way to make self building easier is to minimise the number of external dependencies required. To that end, everything is written in C# and only standard .