ScreenExtender.sln 1.8 KB

123456789101112131415161718192021222324252627282930313233343536
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 16
  4. VisualStudioVersion = 16.0.30804.86
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenExtender", "ScreenExtender\ScreenExtender.csproj", "{B778FF7E-15CA-467C-8161-0BB92438AF49}"
  7. EndProject
  8. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{514810B5-F6FD-46B8-8D11-CD2075B8A6DD}"
  9. ProjectSection(SolutionItems) = preProject
  10. NuGet.config = NuGet.config
  11. EndProjectSection
  12. EndProject
  13. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenExtenderClient", "ScreenExtenderClient\ScreenExtenderClient.csproj", "{9E3F9991-7F52-4EBB-ABCF-BCAB0EE78A2C}"
  14. EndProject
  15. Global
  16. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  17. Debug|Any CPU = Debug|Any CPU
  18. Release|Any CPU = Release|Any CPU
  19. EndGlobalSection
  20. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  21. {B778FF7E-15CA-467C-8161-0BB92438AF49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  22. {B778FF7E-15CA-467C-8161-0BB92438AF49}.Debug|Any CPU.Build.0 = Debug|Any CPU
  23. {B778FF7E-15CA-467C-8161-0BB92438AF49}.Release|Any CPU.ActiveCfg = Release|Any CPU
  24. {B778FF7E-15CA-467C-8161-0BB92438AF49}.Release|Any CPU.Build.0 = Release|Any CPU
  25. {9E3F9991-7F52-4EBB-ABCF-BCAB0EE78A2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  26. {9E3F9991-7F52-4EBB-ABCF-BCAB0EE78A2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
  27. {9E3F9991-7F52-4EBB-ABCF-BCAB0EE78A2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
  28. {9E3F9991-7F52-4EBB-ABCF-BCAB0EE78A2C}.Release|Any CPU.Build.0 = Release|Any CPU
  29. EndGlobalSection
  30. GlobalSection(SolutionProperties) = preSolution
  31. HideSolutionNode = FALSE
  32. EndGlobalSection
  33. GlobalSection(ExtensibilityGlobals) = postSolution
  34. SolutionGuid = {36CF335B-EF1C-4621-B38A-00810B73806B}
  35. EndGlobalSection
  36. EndGlobal