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 \ SparkleHelpers.cs \
SparkleListenerBase.cs \ SparkleListenerBase.cs \
SparkleListenerIrc.cs \ SparkleListenerIrc.cs \
SparkleListenerTcp.cs \ SparkleListenerTcp.cs \
SparkleOptions.cs \ SparkleOptions.cs \
SparklePaths.cs \ SparklePaths.cs \
SparkleRepoBase.cs \ SparkleRepoBase.cs \

View file

@ -88,13 +88,21 @@
<Compile Include="SparkleMacWatcher.cs" /> <Compile Include="SparkleMacWatcher.cs" />
<Compile Include="SparkleEventLog.cs" /> <Compile Include="SparkleEventLog.cs" />
<Compile Include="SparkleBadger.cs" /> <Compile Include="SparkleBadger.cs" />
<Compile Include="SparkleEventLogController.cs" />
<Compile Include="SparkleBubbles.cs" /> <Compile Include="SparkleBubbles.cs" />
<Compile Include="SparkleBubblesController.cs" />
<Compile Include="SparkleSetup.cs" /> <Compile Include="SparkleSetup.cs" />
<Compile Include="SparkleSetupController.cs" />
<Compile Include="SparkleSetupWindow.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>
<ItemGroup> <ItemGroup>
<Page Include="MainMenu.xib" /> <Page Include="MainMenu.xib" />

View file

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

View file

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