Merge pull request #902 from leafnode/upstream

Fix SparkleShare.Git.csproj file references
This commit is contained in:
Hylke Bons 2012-08-13 07:26:34 -07:00
commit 7d438a78fa

View file

@ -23,18 +23,6 @@
<ItemGroup>
<Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
</ItemGroup>
<ItemGroup>
<Compile Include="SparkleFetcherGit.cs">
<Link>SparkleFetcherGit.cs</Link>
</Compile>
<Compile Include="SparkleGit.cs">
<SubType>Component</SubType>
<Link>SparkleGit.cs</Link>
</Compile>
<Compile Include="SparkleRepoGit.cs">
<Link>SparkleRepoGit.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
@ -56,4 +44,9 @@
<Name>SparkleLib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="SparkleFetcherGit.cs" />
<Compile Include="SparkleGit.cs" />
<Compile Include="SparkleRepoGit.cs" />
</ItemGroup>
</Project>