DataManager.sln 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.7.34221.43
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataManager", "DataManager\DataManager.csproj", "{AA27B994-48CA-44D0-ADC1-B6B9B3933683}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Patch", "Patch\Patch.csproj", "{2C9CF37B-B6F5-4B87-8AA5-0D049C545267}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PatchFileUploader", "PatchFileUploader\PatchFileUploader.csproj", "{0688C256-A521-48CE-8DAA-80D7B4A31B2C}"
  11. EndProject
  12. Global
  13. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  14. Debug|Any CPU = Debug|Any CPU
  15. Release|Any CPU = Release|Any CPU
  16. EndGlobalSection
  17. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  18. {AA27B994-48CA-44D0-ADC1-B6B9B3933683}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  19. {AA27B994-48CA-44D0-ADC1-B6B9B3933683}.Debug|Any CPU.Build.0 = Debug|Any CPU
  20. {AA27B994-48CA-44D0-ADC1-B6B9B3933683}.Release|Any CPU.ActiveCfg = Release|Any CPU
  21. {AA27B994-48CA-44D0-ADC1-B6B9B3933683}.Release|Any CPU.Build.0 = Release|Any CPU
  22. {2C9CF37B-B6F5-4B87-8AA5-0D049C545267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  23. {2C9CF37B-B6F5-4B87-8AA5-0D049C545267}.Debug|Any CPU.Build.0 = Debug|Any CPU
  24. {2C9CF37B-B6F5-4B87-8AA5-0D049C545267}.Release|Any CPU.ActiveCfg = Release|Any CPU
  25. {2C9CF37B-B6F5-4B87-8AA5-0D049C545267}.Release|Any CPU.Build.0 = Release|Any CPU
  26. {0688C256-A521-48CE-8DAA-80D7B4A31B2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  27. {0688C256-A521-48CE-8DAA-80D7B4A31B2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
  28. {0688C256-A521-48CE-8DAA-80D7B4A31B2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
  29. {0688C256-A521-48CE-8DAA-80D7B4A31B2C}.Release|Any CPU.Build.0 = Release|Any CPU
  30. EndGlobalSection
  31. GlobalSection(SolutionProperties) = preSolution
  32. HideSolutionNode = FALSE
  33. EndGlobalSection
  34. GlobalSection(ExtensibilityGlobals) = postSolution
  35. SolutionGuid = {A0812558-223A-43D3-BB38-F2762C61EEC8}
  36. EndGlobalSection
  37. EndGlobal