sparkles: Rename Git source files

This commit is contained in:
Hylke Bons 2018-07-09 11:23:21 +02:00
parent 14759b5fa9
commit 9c1e6d8f7a

View file

@ -74,11 +74,11 @@
</Target>
-->
<ItemGroup>
<Compile Include="GitFetcher.cs" />
<Compile Include="GitCommand.cs">
<Compile Include="Git.Fetcher.cs" />
<Compile Include="Git.Command.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="GitRepository.cs" />
<Compile Include="Git.Repository.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Sparkles.csproj">
@ -86,4 +86,4 @@
<Name>Sparkles</Name>
</ProjectReference>
</ItemGroup>
</Project>
</Project>