IRControl.sln 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 16
  4. VisualStudioVersion = 16.0.29209.62
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IRControl", "IRControl\IRControl.vcxproj", "{73D631AD-DE01-4EF8-8985-1D18588D2AF1}"
  7. EndProject
  8. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", "{44856249-9300-4B19-B8D9-C199BA4BA731}"
  9. EndProject
  10. Global
  11. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  12. Debug|x64 = Debug|x64
  13. Debug|x86 = Debug|x86
  14. DebugPY|x64 = DebugPY|x64
  15. DebugPY|x86 = DebugPY|x86
  16. Release|x64 = Release|x64
  17. Release|x86 = Release|x86
  18. ReleasePY|x64 = ReleasePY|x64
  19. ReleasePY|x86 = ReleasePY|x86
  20. EndGlobalSection
  21. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  22. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.Debug|x64.ActiveCfg = Debug|x64
  23. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.Debug|x64.Build.0 = Debug|x64
  24. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.Debug|x86.ActiveCfg = Debug|Win32
  25. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.Debug|x86.Build.0 = Debug|Win32
  26. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.DebugPY|x64.ActiveCfg = DebugPYD|x64
  27. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.DebugPY|x64.Build.0 = DebugPYD|x64
  28. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.DebugPY|x86.ActiveCfg = DebugPYD|Win32
  29. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.DebugPY|x86.Build.0 = DebugPYD|Win32
  30. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.Release|x64.ActiveCfg = Release|x64
  31. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.Release|x64.Build.0 = Release|x64
  32. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.Release|x86.ActiveCfg = Release|Win32
  33. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.Release|x86.Build.0 = Release|Win32
  34. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.ReleasePY|x64.ActiveCfg = ReleasePYD|x64
  35. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.ReleasePY|x64.Build.0 = ReleasePYD|x64
  36. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.ReleasePY|x86.ActiveCfg = DebugPYD|Win32
  37. {73D631AD-DE01-4EF8-8985-1D18588D2AF1}.ReleasePY|x86.Build.0 = DebugPYD|Win32
  38. {44856249-9300-4B19-B8D9-C199BA4BA731}.Debug|x64.ActiveCfg = Debug|x64
  39. {44856249-9300-4B19-B8D9-C199BA4BA731}.Debug|x64.Build.0 = Debug|x64
  40. {44856249-9300-4B19-B8D9-C199BA4BA731}.Debug|x86.ActiveCfg = Debug|Win32
  41. {44856249-9300-4B19-B8D9-C199BA4BA731}.Debug|x86.Build.0 = Debug|Win32
  42. {44856249-9300-4B19-B8D9-C199BA4BA731}.DebugPY|x64.ActiveCfg = Debug|x64
  43. {44856249-9300-4B19-B8D9-C199BA4BA731}.DebugPY|x64.Build.0 = Debug|x64
  44. {44856249-9300-4B19-B8D9-C199BA4BA731}.DebugPY|x86.ActiveCfg = Debug|Win32
  45. {44856249-9300-4B19-B8D9-C199BA4BA731}.Release|x64.ActiveCfg = Release|x64
  46. {44856249-9300-4B19-B8D9-C199BA4BA731}.Release|x64.Build.0 = Release|x64
  47. {44856249-9300-4B19-B8D9-C199BA4BA731}.Release|x86.ActiveCfg = Release|Win32
  48. {44856249-9300-4B19-B8D9-C199BA4BA731}.Release|x86.Build.0 = Release|Win32
  49. {44856249-9300-4B19-B8D9-C199BA4BA731}.ReleasePY|x64.ActiveCfg = Release|x64
  50. {44856249-9300-4B19-B8D9-C199BA4BA731}.ReleasePY|x64.Build.0 = Release|x64
  51. {44856249-9300-4B19-B8D9-C199BA4BA731}.ReleasePY|x86.ActiveCfg = Release|Win32
  52. EndGlobalSection
  53. GlobalSection(SolutionProperties) = preSolution
  54. HideSolutionNode = FALSE
  55. EndGlobalSection
  56. GlobalSection(ExtensibilityGlobals) = postSolution
  57. SolutionGuid = {43A39879-42E1-479E-9656-EBDB85839A89}
  58. EndGlobalSection
  59. EndGlobal