diff --git a/.gitignore b/.gitignore index 4fe7463..54105ce 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ obj/ _ReSharper*/ [Tt]est[Rr]esult* packages/* +README.html diff --git a/OutlookDesktop/OutlookDesktop.csproj b/OutlookDesktop/OutlookDesktop.csproj index 4aaf19a..76d1c0e 100644 --- a/OutlookDesktop/OutlookDesktop.csproj +++ b/OutlookDesktop/OutlookDesktop.csproj @@ -129,6 +129,10 @@ + + README.html + README.md + @@ -136,7 +140,7 @@ Always - + Designer diff --git a/README b/README deleted file mode 100644 index 12e082a..0000000 --- a/README +++ /dev/null @@ -1,4 +0,0 @@ -Outlook on the Desktop (aka OotD) is a Windows application written in C# which places a fully functional calendar (or other Outlook component) directly on your desktop so that it's always in your view and makes you much more likely to use it. - -Website: http://www.outlookonthedesktop.com -Binaries: http://www.outlookonthedesktop.com/download \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..156ce32 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +## Outlook on the Desktop + +### Description +Outlook on the Desktop (aka OotD) is a Windows application written in C# which places a fully functional calendar (or other Outlook component) directly on your desktop so that it's always in your view and makes you much more likely to use it. + +Officlal Website: [http://www.outlookonthedesktop.com] +Binaries: [http://www.outlookonthedesktop.com/download] + +### Build Requirements: + +* To open and build the OutlookDesktop.sln, you'll need to clone the my forked [NetSparkle] (https://github.com/mscrivo/NetSparkle) repo along side the OotD repo, as it's referenced in the solution.