CommModifyKit.sln 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio Version 16
  3. VisualStudioVersion = 16.0.31624.102
  4. MinimumVisualStudioVersion = 10.0.40219.1
  5. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommModifyKit", "dll\CommModifyKit.vcxproj", "{A1B2C3D4-0001-0001-0001-000000000001}"
  6. EndProject
  7. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommModifyKitDriver", "driver\CommModifyKitDriver.vcxproj", "{A1B2C3D4-0001-0001-0001-000000000002}"
  8. EndProject
  9. Global
  10. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  11. Debug|Win32 = Debug|Win32
  12. Debug|x64 = Debug|x64
  13. Release|Win32 = Release|Win32
  14. Release|x64 = Release|x64
  15. EndGlobalSection
  16. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  17. {A1B2C3D4-0001-0001-0001-000000000001}.Debug|Win32.ActiveCfg = Debug|Win32
  18. {A1B2C3D4-0001-0001-0001-000000000001}.Debug|Win32.Build.0 = Debug|Win32
  19. {A1B2C3D4-0001-0001-0001-000000000001}.Debug|x64.ActiveCfg = Debug|x64
  20. {A1B2C3D4-0001-0001-0001-000000000001}.Debug|x64.Build.0 = Debug|x64
  21. {A1B2C3D4-0001-0001-0001-000000000001}.Release|Win32.ActiveCfg = Release|Win32
  22. {A1B2C3D4-0001-0001-0001-000000000001}.Release|Win32.Build.0 = Release|Win32
  23. {A1B2C3D4-0001-0001-0001-000000000001}.Release|x64.ActiveCfg = Release|x64
  24. {A1B2C3D4-0001-0001-0001-000000000001}.Release|x64.Build.0 = Release|x64
  25. {A1B2C3D4-0001-0001-0001-000000000002}.Debug|x64.ActiveCfg = Debug|x64
  26. {A1B2C3D4-0001-0001-0001-000000000002}.Debug|x64.Build.0 = Debug|x64
  27. {A1B2C3D4-0001-0001-0001-000000000002}.Release|x64.ActiveCfg = Release|x64
  28. {A1B2C3D4-0001-0001-0001-000000000002}.Release|x64.Build.0 = Release|x64
  29. {A1B2C3D4-0001-0001-0001-000000000002}.Debug|Win32.ActiveCfg = Debug|x64
  30. {A1B2C3D4-0001-0001-0001-000000000002}.Release|Win32.ActiveCfg = Release|x64
  31. EndGlobalSection
  32. GlobalSection(SolutionProperties) = preSolution
  33. HideSolutionNode = FALSE
  34. EndGlobalSection
  35. GlobalSection(ExtensibilityGlobals) = postSolution
  36. SolutionGuid = {B1B2C3D4-0000-0000-0000-000000000000}
  37. EndGlobalSection
  38. EndGlobal