lib: update csproj file

This commit is contained in:
Hylke Bons 2011-05-22 19:21:20 +01:00
parent 7897e5b2bc
commit bd60da2627

View file

@ -38,11 +38,11 @@
</ItemGroup>
<ItemGroup>
<Compile Include="SparkleRepoBase.cs" />
<Compile Include="SparkleRepoGit.cs" />
<Compile Include="SparkleRepoHg.cs" />
<Compile Include="Git/SparkleRepoGit.cs" />
<Compile Include="Hg/SparkleRepoHg.cs" />
<Compile Include="SparkleFetcherBase.cs" />
<Compile Include="SparkleFetcherGit.cs" />
<Compile Include="SparkleFetcherHg.cs" />
<Compile Include="Git/SparkleFetcherGit.cs" />
<Compile Include="Hg/SparkleFetcherHg.cs" />
<Compile Include="Defines.cs" />
<Compile Include="SparkleHelpers.cs" />
<Compile Include="SparklePaths.cs" />
@ -51,7 +51,7 @@
<Compile Include="SparkleChangeSet.cs" />
<Compile Include="SparkleListenerBase.cs" />
<Compile Include="SparkleListenerIrc.cs" />
<Compile Include="SparkleGit.cs" />
<Compile Include="SparkleBackend.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>