Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Jan 12, 2017
1 parent f902e0f commit fa8283f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
5 changes: 5 additions & 0 deletions LightBulb.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LightBulb", "LightBulb\LightBulb.csproj", "{D55442F3-01FD-488F-ABE0-0A71B4B79315}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BE19AEAD-02BC-4F40-AC14-D30082A5E78B}"
ProjectSection(SolutionItems) = preProject
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
4 changes: 0 additions & 4 deletions LightBulb/LightBulb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Windows.Forms" />
Expand All @@ -88,10 +87,7 @@
<Private>True</Private>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
Expand Down
24 changes: 24 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
LightBulb
===================


Background application that adjusts screen gamma, making the colors appear warmer at night, reducing strain on your eyes.


**Download:**
To download the latest realease - head to the release page

**Dependencies:**

- [GalaSoft.MVVMLight](http://www.mvvmlight.net/) - MVVM rapid development
- [Json.NET](http://www.newtonsoft.com/json) - for deserialization of API responses
- [MaterialDesignXAML](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit) - MaterialDesign UI
- [TaskbarNotification](http://www.hardcodet.net/wpf-notifyicon) - tray icon in WPF
- [NLExtensions](https://www.nuget.org/packages/NLExtensions/) - my set of various extensions for rapid development
- [NLWPFExtensions](https://www.nuget.org/packages/NLWPFExtensions) - my set of various WPF extensions for rapid development
- [NLSettings](https://www.nuget.org/packages/NLSettings) - my settings manager

**Screenshots:**

![](http://www.tyrrrz.me/projects/images/lb_1.png)
![](http://www.tyrrrz.me/projects/images/lb_2.png)

0 comments on commit fa8283f

Please sign in to comment.