C# app to record currently focused window
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

WindowMonitor.sln 861B

1234567891011121314151617181920
  1. Microsoft Visual Studio Solution File, Format Version 11.00
  2. # Visual Studio 2010
  3. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowMonitor", "WindowMonitor\WindowMonitor.csproj", "{41B32E2F-66A0-4F73-9705-E062EEA7C3ED}"
  4. EndProject
  5. Global
  6. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  7. Debug|x86 = Debug|x86
  8. Release|x86 = Release|x86
  9. EndGlobalSection
  10. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  11. {41B32E2F-66A0-4F73-9705-E062EEA7C3ED}.Debug|x86.ActiveCfg = Debug|x64
  12. {41B32E2F-66A0-4F73-9705-E062EEA7C3ED}.Debug|x86.Build.0 = Debug|x64
  13. {41B32E2F-66A0-4F73-9705-E062EEA7C3ED}.Release|x86.ActiveCfg = Release|x64
  14. {41B32E2F-66A0-4F73-9705-E062EEA7C3ED}.Release|x86.Build.0 = Release|x64
  15. EndGlobalSection
  16. GlobalSection(SolutionProperties) = preSolution
  17. HideSolutionNode = FALSE
  18. EndGlobalSection
  19. EndGlobal