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