12345678910111213141516171819202122232425262728 |
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio 2015
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "locate_sqlite3", "locate_sqlite3.vcxproj", "{C6EBB7A4-A6D3-3543-8F28-3C76EACE259C}"
- EndProject
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "sqlite3.vcxproj", "{E701F19E-C2A2-9985-FCC2-A3FCED394A2D}"
- ProjectSection(ProjectDependencies) = postProject
- {C6EBB7A4-A6D3-3543-8F28-3C76EACE259C} = {C6EBB7A4-A6D3-3543-8F28-3C76EACE259C}
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Release|x64 = Release|x64
- Debug|x64 = Debug|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C6EBB7A4-A6D3-3543-8F28-3C76EACE259C}.Release|x64.ActiveCfg = Release|x64
- {C6EBB7A4-A6D3-3543-8F28-3C76EACE259C}.Release|x64.Build.0 = Release|x64
- {C6EBB7A4-A6D3-3543-8F28-3C76EACE259C}.Debug|x64.ActiveCfg = Debug|x64
- {C6EBB7A4-A6D3-3543-8F28-3C76EACE259C}.Debug|x64.Build.0 = Debug|x64
- {E701F19E-C2A2-9985-FCC2-A3FCED394A2D}.Release|x64.ActiveCfg = Release|x64
- {E701F19E-C2A2-9985-FCC2-A3FCED394A2D}.Release|x64.Build.0 = Release|x64
- {E701F19E-C2A2-9985-FCC2-A3FCED394A2D}.Debug|x64.ActiveCfg = Debug|x64
- {E701F19E-C2A2-9985-FCC2-A3FCED394A2D}.Debug|x64.Build.0 = Debug|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- EndGlobal
|