sqlite3.sln 1.4 KB

12345678910111213141516171819202122232425262728
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio 2015
  3. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "locate_sqlite3", "locate_sqlite3.vcxproj", "{C6EBB7A4-A6D3-3543-8F28-3C76EACE259C}"
  4. EndProject
  5. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "sqlite3.vcxproj", "{E701F19E-C2A2-9985-FCC2-A3FCED394A2D}"
  6. ProjectSection(ProjectDependencies) = postProject
  7. {C6EBB7A4-A6D3-3543-8F28-3C76EACE259C} = {C6EBB7A4-A6D3-3543-8F28-3C76EACE259C}
  8. EndProjectSection
  9. EndProject
  10. Global
  11. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  12. Release|x64 = Release|x64
  13. Debug|x64 = Debug|x64
  14. EndGlobalSection
  15. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  16. {C6EBB7A4-A6D3-3543-8F28-3C76EACE259C}.Release|x64.ActiveCfg = Release|x64
  17. {C6EBB7A4-A6D3-3543-8F28-3C76EACE259C}.Release|x64.Build.0 = Release|x64
  18. {C6EBB7A4-A6D3-3543-8F28-3C76EACE259C}.Debug|x64.ActiveCfg = Debug|x64
  19. {C6EBB7A4-A6D3-3543-8F28-3C76EACE259C}.Debug|x64.Build.0 = Debug|x64
  20. {E701F19E-C2A2-9985-FCC2-A3FCED394A2D}.Release|x64.ActiveCfg = Release|x64
  21. {E701F19E-C2A2-9985-FCC2-A3FCED394A2D}.Release|x64.Build.0 = Release|x64
  22. {E701F19E-C2A2-9985-FCC2-A3FCED394A2D}.Debug|x64.ActiveCfg = Debug|x64
  23. {E701F19E-C2A2-9985-FCC2-A3FCED394A2D}.Debug|x64.Build.0 = Debug|x64
  24. EndGlobalSection
  25. GlobalSection(SolutionProperties) = preSolution
  26. HideSolutionNode = FALSE
  27. EndGlobalSection
  28. EndGlobal