Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
Renammed folders to better represent project name.
Browse files Browse the repository at this point in the history
* See issue #2.
  • Loading branch information
Alexandre Leblanc committed Jul 16, 2018
1 parent d5c34e5 commit b5d92fa
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DbAutoFillStandard.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DbAutoFillStandard", "DbAutoFillNext\DbAutoFillStandard.csproj", "{3AF9634B-499D-40FE-BFA7-37B6399BB095}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DbAutoFillStandard", "DbAutoFillStandard\DbAutoFillStandard.csproj", "{3AF9634B-499D-40FE-BFA7-37B6399BB095}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DbAutoFillStandardUnitTest", "DbAutoFillNextUnitTest\DbAutoFillStandardUnitTest.csproj", "{862CDEB4-55FF-444C-9138-A58D35EFD72D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DbAutoFillStandardUnitTest", "DbAutoFillStandardUnitTest\DbAutoFillStandardUnitTest.csproj", "{862CDEB4-55FF-444C-9138-A58D35EFD72D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A18DE267-B708-405F-A8A4-B4DED8FA0DCA}"
ProjectSection(SolutionItems) = preProject
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DbAutoFillNext\DbAutoFillStandard.csproj" />
<ProjectReference Include="..\DbAutoFillStandard\DbAutoFillStandard.csproj" />
</ItemGroup>

</Project>

0 comments on commit b5d92fa

Please sign in to comment.