Skip to content

Commit

Permalink
Rename to support CS#
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Sep 2, 2024
1 parent 02ab671 commit 17002c4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gangs.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GangsAPI", "GangsAPI\GangsAPI.csproj", "{787D12D8-1310-4042-ADCE-102E517F269E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{3EA38296-9022-4874-8309-872388D884DE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gangs", "Gangs\Gangs.csproj", "{3EA38296-9022-4874-8309-872388D884DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GangsTest", "GangsTest\GangsTest.csproj", "{B1D1E7C7-BDF3-4238-9025-4FEB2B7DAB89}"
EndProject
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion GangsTest/GangsTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ProjectReference Include="..\GangsImpl\Mock\Mock.csproj" />
<ProjectReference Include="..\GangsImpl\SQLite\SQLite.csproj" />
<ProjectReference Include="..\GangsImpl\SQL\SQL.csproj" />
<ProjectReference Include="..\Core\Core.csproj" />
<ProjectReference Include="..\Gangs\Gangs.csproj" />
</ItemGroup>

</Project>

0 comments on commit 17002c4

Please sign in to comment.