Skip to content

Commit

Permalink
moved the lock provider to the correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
petrsvihlik committed Feb 27, 2025
1 parent ead5c35 commit ef51365
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WOPI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WopiHost.Cobalt", "src\Wopi
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WopiHost.Core.Tests", "test\WopiHost.Core.Tests\WopiHost.Core.Tests.csproj", "{9CBB4AD4-EAE4-4D85-A70C-ECC465DA3D86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WopiHost.MemoryLockProvider", "WopiHost.MemoryLockProvider\WopiHost.MemoryLockProvider.csproj", "{F49D0044-1965-4EC1-969E-E058194E81FA}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WopiHost.MemoryLockProvider", "src\WopiHost.MemoryLockProvider\WopiHost.MemoryLockProvider.csproj", "{F49D0044-1965-4EC1-969E-E058194E81FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\src\WopiHost.Abstractions\WopiHost.Abstractions.csproj" />
<ProjectReference Include="..\WopiHost.Abstractions\WopiHost.Abstractions.csproj" />
</ItemGroup>

</Project>

0 comments on commit ef51365

Please sign in to comment.