Skip to content

Commit

Permalink
Move Azure Lock Project to src folder (BrighterCommand#3106)
Browse files Browse the repository at this point in the history
* Move Azure lock Project to src folder

* Move Azure lock Project to src folder
  • Loading branch information
lillo42 authored May 20, 2024
1 parent 1e67e4e commit 614231e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Brighter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paramore.Brighter.ServiceAc
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paramore.Brighter.Sqlite.Dapper", "src\Paramore.Brighter.Sqlite.Dapper\Paramore.Brighter.Sqlite.Dapper.csproj", "{3384FBF0-5DCB-452D-8288-FAD1D0023089}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paramore.Brighter.Locking.Azure", "Paramore.Brighter.Locking.Azure\Paramore.Brighter.Locking.Azure.csproj", "{021F3B51-A640-4C0D-9B47-FB4E32DF6715}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paramore.Brighter.Locking.Azure", "src\Paramore.Brighter.Locking.Azure\Paramore.Brighter.Locking.Azure.csproj", "{021F3B51-A640-4C0D-9B47-FB4E32DF6715}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\src\Paramore.Brighter\Paramore.Brighter.csproj" />
<ProjectReference Include="..\Paramore.Brighter\Paramore.Brighter.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Paramore.Brighter.Locking.Azure\Paramore.Brighter.Locking.Azure.csproj" />
<ProjectReference Include="..\..\src\Paramore.Brighter.Locking.Azure\Paramore.Brighter.Locking.Azure.csproj" />
<ProjectReference Include="..\..\src\Paramore.Brighter.Archive.Azure\Paramore.Brighter.Archive.Azure.csproj" />
<ProjectReference Include="..\..\src\Paramore.Brighter.Transformers.Azure\Paramore.Brighter.Transformers.Azure.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 614231e

Please sign in to comment.