tagz.sln 1.4 KB

123456789101112131415161718192021222324252627282930
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio Version 16
  3. VisualStudioVersion = 16.0.29509.3
  4. MinimumVisualStudioVersion = 10.0.40219.1
  5. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tagz", "tagz.vcxproj", "{D78D76C9-0AAC-4AFF-B059-E1E88C5A8B83}"
  6. EndProject
  7. Global
  8. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  9. Debug|Win32 = Debug|Win32
  10. Debug|x64 = Debug|x64
  11. Release|Win32 = Release|Win32
  12. Release|x64 = Release|x64
  13. EndGlobalSection
  14. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  15. {D78D76C9-0AAC-4AFF-B059-E1E88C5A8B83}.Debug|Win32.ActiveCfg = Debug|Win32
  16. {D78D76C9-0AAC-4AFF-B059-E1E88C5A8B83}.Debug|Win32.Build.0 = Debug|Win32
  17. {D78D76C9-0AAC-4AFF-B059-E1E88C5A8B83}.Release|Win32.ActiveCfg = Release|Win32
  18. {D78D76C9-0AAC-4AFF-B059-E1E88C5A8B83}.Release|Win32.Build.0 = Release|Win32
  19. {D78D76C9-0AAC-4AFF-B059-E1E88C5A8B83}.Debug|x64.ActiveCfg = Debug|x64
  20. {D78D76C9-0AAC-4AFF-B059-E1E88C5A8B83}.Debug|x64.Build.0 = Debug|x64
  21. {D78D76C9-0AAC-4AFF-B059-E1E88C5A8B83}.Release|x64.ActiveCfg = Release|x64
  22. {D78D76C9-0AAC-4AFF-B059-E1E88C5A8B83}.Release|x64.Build.0 = Release|x64
  23. EndGlobalSection
  24. GlobalSection(SolutionProperties) = preSolution
  25. HideSolutionNode = FALSE
  26. EndGlobalSection
  27. GlobalSection(ExtensibilityGlobals) = postSolution
  28. SolutionGuid = {85C29539-CFE6-4792-A86B-6AAA0298DD12}
  29. EndGlobalSection
  30. EndGlobal