Update project and make files

This commit is contained in:
Hylke Bons 2011-07-04 21:14:44 +01:00
parent 9f09d2b8c7
commit 4b74b09f75
8 changed files with 22 additions and 6 deletions

View file

@ -22,7 +22,7 @@ SOURCES = \
SparkleHelpers.cs \
SparkleListenerBase.cs \
SparkleListenerIrc.cs \
SparkleListenerTcp.cs \
SparkleListenerTcp.cs \
SparkleOptions.cs \
SparklePaths.cs \
SparkleRepoBase.cs \

View file

@ -88,13 +88,21 @@
<Compile Include="SparkleMacWatcher.cs" />
<Compile Include="SparkleEventLog.cs" />
<Compile Include="SparkleBadger.cs" />
<Compile Include="SparkleEventLogController.cs" />
<Compile Include="SparkleBubbles.cs" />
<Compile Include="SparkleBubblesController.cs" />
<Compile Include="SparkleSetup.cs" />
<Compile Include="SparkleSetupController.cs" />
<Compile Include="SparkleSetupWindow.cs" />
<Compile Include="SparkleStatusIconController.cs" />
<Compile Include="..\SparkleBubblesController.cs">
<Link>SparkleBubblesController.cs</Link>
</Compile>
<Compile Include="..\SparkleEventLogController.cs">
<Link>SparkleEventLogController.cs</Link>
</Compile>
<Compile Include="..\SparkleSetupController.cs">
<Link>SparkleSetupController.cs</Link>
</Compile>
<Compile Include="..\SparkleStatusIconController.cs">
<Link>SparkleStatusIconController.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Include="MainMenu.xib" />

View file

@ -14,15 +14,19 @@ endif
SOURCES = \
SparkleAbout.cs \
SparkleBubble.cs \
SparkleBubblesController.cs \
SparkleController.cs \
SparkleEntry.cs \
SparkleEventLog.cs \
SparkleEventLogController.cs \
SparkleInfobar.cs \
SparkleIntro.cs \
SparkleLinController.cs \
SparkleEventLog.cs \
SparkleSetupController.cs \
SparkleShare.cs \
SparkleSpinner.cs \
SparkleStatusIcon.cs \
SparkleStatusIconController.cs \
SparkleUI.cs \
SparkleUIHelpers.cs \
SparkleWindow.cs

View file

@ -52,6 +52,10 @@
<Compile Include="SparkleController.cs" />
<Compile Include="SparkleAbout.cs" />
<Compile Include="SparkleLinController.cs" />
<Compile Include="SparkleBubblesController.cs" />
<Compile Include="SparkleEventLogController.cs" />
<Compile Include="SparkleSetupController.cs" />
<Compile Include="SparkleStatusIconController.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SparkleLib\SparkleLib.csproj">