libleet/libleet.vcxproj.user
Jacob bbef21b72b This massive commit does several things.
- Implement basic megolm/olm session support. In short, libleet can now
  send encrypted messages.
- Implement several Matrix features, such as VOIP, registering, sync
  endpoint, and much more.
- Add more examples.
- Add Visual Studio solution.
- Include doxygen documentation with the project.
- Handle nlohmann::json exceptions using try/catch.
2023-12-02 12:10:21 +01:00

6 lines
225 B
XML
Executable file

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ShowAllFiles>true</ShowAllFiles>
</PropertyGroup>
</Project>