Move SparklePlatform.cs to SparkleLib

This commit is contained in:
Bertrand Lorentz 2010-08-02 18:49:24 +02:00
parent 62e19821f0
commit 769c51d1a3
6 changed files with 3 additions and 3 deletions

View file

@ -8,6 +8,7 @@ SOURCES = \
SparkleFetcher.cs \
SparkleHelpers.cs \
SparklePaths.cs \
SparklePlatform.cs \
SparkleRepo.cs
include $(top_srcdir)/build/build.mk

View file

@ -41,6 +41,7 @@
<Compile Include="Defines.cs" />
<Compile Include="SparkleHelpers.cs" />
<Compile Include="SparklePaths.cs" />
<Compile Include="SparklePlatform.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>

View file

@ -10,7 +10,6 @@ LINK = $(REF_SPARKLESHARE)
SOURCES = \
SparkleBubble.cs \
SparkleIntro.cs \
SparklePlatform.cs \
SparkleShare.cs \
SparkleSpinner.cs \
SparkleStatusIcon.cs \

View file

@ -43,7 +43,6 @@
<ItemGroup>
<Compile Include="SparkleBubble.cs" />
<Compile Include="SparkleIntro.cs" />
<Compile Include="SparklePlatform.cs" />
<Compile Include="SparkleShare.cs" />
<Compile Include="SparkleSpinner.cs" />
<Compile Include="SparkleStatusIcon.cs" />

View file

@ -7,11 +7,11 @@ SparkleDiff/SparkleDiffWindow.cs
SparkleLib/SparkleFetcher.cs
SparkleLib/SparkleHelpers.cs
SparkleLib/SparklePaths.cs
SparkleLib/SparklePlatform.cs
SparkleLib/SparkleRepo.cs
SparkleShare/Nautilus/sparkleshare-nautilus-extension.py.in
SparkleShare/SparkleBubble.cs
SparkleShare/SparkleIntro.cs
SparkleShare/SparklePlatform.cs
SparkleShare/SparkleShare.cs
SparkleShare/SparkleSpinner.cs
SparkleShare/SparkleStatusIcon.cs