libleet/libleet.sln
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

32 lines
1.4 KiB
Plaintext
Executable file

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libleet", "libleet.vcxproj", "{39BA3DB9-F3B3-4329-A8A4-D1B29D1204A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39BA3DB9-F3B3-4329-A8A4-D1B29D1204A3}.Debug|x64.ActiveCfg = Debug|x64
{39BA3DB9-F3B3-4329-A8A4-D1B29D1204A3}.Debug|x64.Build.0 = Debug|x64
{39BA3DB9-F3B3-4329-A8A4-D1B29D1204A3}.Debug|x86.ActiveCfg = Debug|Win32
{39BA3DB9-F3B3-4329-A8A4-D1B29D1204A3}.Debug|x86.Build.0 = Debug|Win32
{39BA3DB9-F3B3-4329-A8A4-D1B29D1204A3}.Release|x64.ActiveCfg = Release|x64
{39BA3DB9-F3B3-4329-A8A4-D1B29D1204A3}.Release|x64.Build.0 = Release|x64
{39BA3DB9-F3B3-4329-A8A4-D1B29D1204A3}.Release|x86.ActiveCfg = Release|Win32
{39BA3DB9-F3B3-4329-A8A4-D1B29D1204A3}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {88CD957C-8E46-4351-B993-0B03104B6B70}
EndGlobalSection
EndGlobal