Skip to content

Commit

Permalink
Added path to README
Browse files Browse the repository at this point in the history
  • Loading branch information
cuhsat committed May 12, 2022
1 parent 5849610 commit 03be8d1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# ![](docs/img/Inline.png) Caliban.Todo

[![Build Status](https://img.shields.io/azure-devops/build/cuhsat/Caliban.Todo/4?logo=windows&logoColor=ffffff&style=for-the-badge&colorB=44cc11)](https://dev.azure.com/cuhsat/Caliban.Todo)

A tiny and tidy To-Do-List application, using the Caliban.Nano MVVM framework.

# List location
The user specific todo list is stored in `Markdown` format under the following path

```cmd
%USERPROFILE%\TODO.md
```
13 changes: 12 additions & 1 deletion src/Caliban.Todo/Caliban.Todo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@
<Company>Caliban.Todo</Company>
<OutputType>WinExe</OutputType>
<ApplicationIcon>App.ico</ApplicationIcon>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>

<ItemGroup>
<None Remove="Assets\Close.png" />
</ItemGroup>
Expand All @@ -39,4 +43,11 @@
<PackageReference Include="Caliban.Nano" Version="1.4.2" />
</ItemGroup>

<ItemGroup>
<None Update="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>

</Project>

0 comments on commit 03be8d1

Please sign in to comment.