mirror of
https://github.com/bitwarden/server.git
synced 2026-02-03 23:53:19 +08:00
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
|
|
<Project Sdk="Microsoft.Build.Traversal">
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="**\*.*proj" />
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|