Add about controller to build

This commit is contained in:
Hylke Bons 2011-07-09 01:53:58 +01:00
parent 5db31e9f8e
commit c909eff767
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ endif
SOURCES = \
SparkleAbout.cs \
SparkleAboutController.cs
SparkleBubbles.cs \
SparkleBubblesController.cs \
SparkleController.cs \

View file

@ -47,6 +47,7 @@
<Compile Include="SparkleUIHelpers.cs" />
<Compile Include="SparkleController.cs" />
<Compile Include="SparkleAbout.cs" />
<Compile Include="SparkleAboutController.cs" />
<Compile Include="SparkleLinController.cs" />
<Compile Include="SparkleBubblesController.cs" />
<Compile Include="SparkleEventLogController.cs" />