Skip to content

Commit

Permalink
Converted README to markdown and added more info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Feb 15, 2014
1 parent 38571f0 commit d909497
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -27,3 +27,4 @@ obj/
_ReSharper*/
[Tt]est[Rr]esult*
packages/*
README.html
6 changes: 5 additions & 1 deletion OutlookDesktop/OutlookDesktop.csproj
Expand Up @@ -129,14 +129,18 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Content Include="..\README.html">
<Link>README.html</Link>
<DependentUpon>README.md</DependentUpon>
</Content>
<Content Include="..\ServerStaging\ootdAppcastx64.xml" />
<Content Include="..\ServerStaging\ootdAppcastx86.xml" />
<Content Include="..\ServerStaging\ootdReleaseNotes.html" />
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="..\ServerStaging\ootdReleaseNotes.md" />
<None Include="..\README" />
<None Include="..\README.md" />
<None Include="..\LICENSE" />
<None Include="NLog.xsd">
<SubType>Designer</SubType>
Expand Down
4 changes: 0 additions & 4 deletions README

This file was deleted.

11 changes: 11 additions & 0 deletions 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.

0 comments on commit d909497

Please sign in to comment.