Update ServerSelector.Desktop.csproj

This commit is contained in:
Mikhail
2024-07-04 10:27:47 -04:00
parent 835d7367d7
commit bb4dafa823

View File

@@ -19,4 +19,10 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ServerSelector\ServerSelector.csproj" /> <ProjectReference Include="..\ServerSelector\ServerSelector.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Update="sodium.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project> </Project>