OTS.sln 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.12.35527.113
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OTSSysMgrApp", "OTSSysMgrApp\OTSSysMgrApp.csproj", "{3FBF0B16-5E6C-4AA1-995B-471C47C5367D}"
  7. ProjectSection(ProjectDependencies) = postProject
  8. {3B7695AA-8231-45AC-B493-84390A945D02} = {3B7695AA-8231-45AC-B493-84390A945D02}
  9. EndProjectSection
  10. EndProject
  11. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OTSIncAReportApp", "OTSIncAReportApp\OTSIncAReportApp.csproj", "{A3059BB1-9315-49DB-9680-FE16FAB1499D}"
  12. EndProject
  13. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OTSCPP", "OTSCPP", "{58614F3D-F080-4BAF-80E9-F2035806D205}"
  14. EndProject
  15. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OTSData", "OTSCPP\OTSData\OTSData.vcxproj", "{CEA06DD1-5CD7-4B7D-A807-785718C3A854}"
  16. ProjectSection(ProjectDependencies) = postProject
  17. {0FF40344-34D5-49D0-9467-1F43C81A0D31} = {0FF40344-34D5-49D0-9467-1F43C81A0D31}
  18. EndProjectSection
  19. EndProject
  20. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OTSControl", "OTSCPP\OTSControl\OTSControl.vcxproj", "{3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}"
  21. ProjectSection(ProjectDependencies) = postProject
  22. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B} = {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}
  23. {0FF40344-34D5-49D0-9467-1F43C81A0D31} = {0FF40344-34D5-49D0-9467-1F43C81A0D31}
  24. {CEA06DD1-5CD7-4B7D-A807-785718C3A854} = {CEA06DD1-5CD7-4B7D-A807-785718C3A854}
  25. EndProjectSection
  26. EndProject
  27. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OTSSQLiteDll", "OTSCPP\OTSSQLiteDll\OTSSQLiteDll.vcxproj", "{201A7F92-48AE-4BCC-B75E-988E3AAC117C}"
  28. ProjectSection(ProjectDependencies) = postProject
  29. {CEA06DD1-5CD7-4B7D-A807-785718C3A854} = {CEA06DD1-5CD7-4B7D-A807-785718C3A854}
  30. {EC722DFC-BD72-4673-B9E2-226C70B015A8} = {EC722DFC-BD72-4673-B9E2-226C70B015A8}
  31. EndProjectSection
  32. EndProject
  33. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OTSImagePro", "OTSCPP\OTSImagePro\OTSImagePro.vcxproj", "{CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}"
  34. ProjectSection(ProjectDependencies) = postProject
  35. {201A7F92-48AE-4BCC-B75E-988E3AAC117C} = {201A7F92-48AE-4BCC-B75E-988E3AAC117C}
  36. {CEA06DD1-5CD7-4B7D-A807-785718C3A854} = {CEA06DD1-5CD7-4B7D-A807-785718C3A854}
  37. EndProjectSection
  38. EndProject
  39. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OTSClassifyEngine", "OTSCPP\OTSClassifyEngine\OTSClassifyEngine.vcxproj", "{DAA6170E-5984-46DC-A8BA-DE696299DCA6}"
  40. ProjectSection(ProjectDependencies) = postProject
  41. {CEA06DD1-5CD7-4B7D-A807-785718C3A854} = {CEA06DD1-5CD7-4B7D-A807-785718C3A854}
  42. EndProjectSection
  43. EndProject
  44. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OTSRptCalculate", "OTSCPP\OTSRptCalculate\OTSRptCalculate.vcxproj", "{11A59D12-007A-40D9-9D74-D8F079BD9F86}"
  45. ProjectSection(ProjectDependencies) = postProject
  46. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B} = {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}
  47. {201A7F92-48AE-4BCC-B75E-988E3AAC117C} = {201A7F92-48AE-4BCC-B75E-988E3AAC117C}
  48. {CEA06DD1-5CD7-4B7D-A807-785718C3A854} = {CEA06DD1-5CD7-4B7D-A807-785718C3A854}
  49. EndProjectSection
  50. EndProject
  51. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OTSClrInterface", "OTSCPP\OTSClrInterface\OTSClrInterface.vcxproj", "{490A8592-7B13-4536-B475-028E73007FAE}"
  52. ProjectSection(ProjectDependencies) = postProject
  53. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B} = {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}
  54. {DAA6170E-5984-46DC-A8BA-DE696299DCA6} = {DAA6170E-5984-46DC-A8BA-DE696299DCA6}
  55. {11A59D12-007A-40D9-9D74-D8F079BD9F86} = {11A59D12-007A-40D9-9D74-D8F079BD9F86}
  56. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B} = {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}
  57. {201A7F92-48AE-4BCC-B75E-988E3AAC117C} = {201A7F92-48AE-4BCC-B75E-988E3AAC117C}
  58. EndProjectSection
  59. EndProject
  60. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SQLite3Dll", "OTSCPP\SQLite3Dll\SQLite3Dll.vcxproj", "{EC722DFC-BD72-4673-B9E2-226C70B015A8}"
  61. EndProject
  62. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OTSLog", "OTSCPP\OTSLog\OTSLog.vcxproj", "{0FF40344-34D5-49D0-9467-1F43C81A0D31}"
  63. EndProject
  64. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OTSPartA_STDEditor", "OTSPartA_STDEditor\OTSPartA_STDEditor.csproj", "{52B47C78-BF08-4670-AB88-FDC972B4D7B4}"
  65. EndProject
  66. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RegistrationAuthorization", "RegistrationAuthorization\RegistrationAuthorization.csproj", "{8B08AA54-13CA-4D28-8F70-3B1F238E10A4}"
  67. EndProject
  68. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OTSRegister", "OTSRegister\OTSRegister.csproj", "{2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}"
  69. EndProject
  70. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OTSIncAMeasureApp", "OTSIncAMeasureApp\OTSIncAMeasureApp.csproj", "{474772DC-334A-4E87-BB46-3ABD913AA44A}"
  71. EndProject
  72. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OTSExtremum", "OTSExtremum\OTSExtremum.csproj", "{BBA845E8-27ED-4832-90FA-32F737E1FCA7}"
  73. EndProject
  74. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OTSCommon", "OTSCommon\OTSCommon.csproj", "{3B7695AA-8231-45AC-B493-84390A945D02}"
  75. EndProject
  76. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OTSInclusionsTraceability", "OTSInclusionsTraceability\OTSInclusionsTraceability.csproj", "{83412BF0-F802-456C-8A33-7C6CD5B6704D}"
  77. EndProject
  78. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OxfordExtenderWrapper", "OxfordExtenderWrapper\OxfordExtenderWrapper.csproj", "{B2683648-C829-40E7-A479-AC90B1B80286}"
  79. EndProject
  80. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpectrumSTDEditor", "SpectrumSTDEditor\SpectrumSTDEditor.csproj", "{A60440F1-FC94-4802-BFCB-E96457830D50}"
  81. EndProject
  82. Global
  83. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  84. Debug|Any CPU = Debug|Any CPU
  85. Debug|x64 = Debug|x64
  86. Debug|x86 = Debug|x86
  87. Release_oxford50|Any CPU = Release_oxford50|Any CPU
  88. Release_oxford50|x64 = Release_oxford50|x64
  89. Release_oxford50|x86 = Release_oxford50|x86
  90. Release_oxford60|Any CPU = Release_oxford60|Any CPU
  91. Release_oxford60|x64 = Release_oxford60|x64
  92. Release_oxford60|x86 = Release_oxford60|x86
  93. Release_oxford61|Any CPU = Release_oxford61|Any CPU
  94. Release_oxford61|x64 = Release_oxford61|x64
  95. Release_oxford61|x86 = Release_oxford61|x86
  96. Release_oxford61sp1|Any CPU = Release_oxford61sp1|Any CPU
  97. Release_oxford61sp1|x64 = Release_oxford61sp1|x64
  98. Release_oxford61sp1|x86 = Release_oxford61sp1|x86
  99. EndGlobalSection
  100. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  101. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Debug|Any CPU.ActiveCfg = Debug|x64
  102. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Debug|Any CPU.Build.0 = Debug|x64
  103. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Debug|x64.ActiveCfg = Debug|x64
  104. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Debug|x64.Build.0 = Debug|x64
  105. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Debug|x86.ActiveCfg = Debug|Any CPU
  106. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Debug|x86.Build.0 = Debug|Any CPU
  107. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  108. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  109. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  110. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  111. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Any CPU
  112. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford50|x86.Build.0 = Release_oxford50|Any CPU
  113. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  114. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  115. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  116. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  117. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Any CPU
  118. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford60|x86.Build.0 = Release_oxford60|Any CPU
  119. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  120. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  121. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  122. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  123. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Any CPU
  124. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61|x86.Build.0 = Release_oxford61|Any CPU
  125. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  126. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  127. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  128. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  129. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Any CPU
  130. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Any CPU
  131. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  132. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Debug|Any CPU.Build.0 = Debug|Any CPU
  133. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Debug|x64.ActiveCfg = Debug|x64
  134. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Debug|x64.Build.0 = Debug|x64
  135. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Debug|x86.ActiveCfg = Debug|x86
  136. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Debug|x86.Build.0 = Debug|x86
  137. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  138. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  139. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  140. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  141. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford50|x86.ActiveCfg = Release_oxford50|x86
  142. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford50|x86.Build.0 = Release_oxford50|x86
  143. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  144. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  145. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  146. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  147. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford60|x86.ActiveCfg = Release_oxford60|x86
  148. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford60|x86.Build.0 = Release_oxford60|x86
  149. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  150. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  151. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  152. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  153. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61|x86.ActiveCfg = Release_oxford61|x86
  154. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61|x86.Build.0 = Release_oxford61|x86
  155. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  156. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  157. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  158. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  159. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|x86
  160. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|x86
  161. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Debug|Any CPU.ActiveCfg = Debug|Win32
  162. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Debug|x64.ActiveCfg = Debug|x64
  163. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Debug|x64.Build.0 = Debug|x64
  164. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Debug|x86.ActiveCfg = Debug|Win32
  165. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Debug|x86.Build.0 = Debug|Win32
  166. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  167. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  168. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  169. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  170. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  171. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  172. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  173. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  174. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  175. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  176. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  177. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  178. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  179. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  180. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  181. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  182. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  183. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  184. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  185. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  186. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Debug|Any CPU.ActiveCfg = Debug|Win32
  187. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Debug|x64.ActiveCfg = Debug|x64
  188. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Debug|x64.Build.0 = Debug|x64
  189. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Debug|x86.ActiveCfg = Debug|Win32
  190. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Debug|x86.Build.0 = Debug|Win32
  191. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  192. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  193. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  194. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  195. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  196. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  197. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  198. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  199. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  200. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  201. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  202. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  203. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  204. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  205. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  206. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  207. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  208. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  209. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  210. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  211. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Debug|Any CPU.ActiveCfg = Debug|Win32
  212. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Debug|x64.ActiveCfg = Debug|x64
  213. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Debug|x64.Build.0 = Debug|x64
  214. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Debug|x86.ActiveCfg = Debug|Win32
  215. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Debug|x86.Build.0 = Debug|Win32
  216. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  217. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  218. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  219. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  220. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  221. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  222. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  223. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  224. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  225. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  226. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  227. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  228. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  229. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  230. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  231. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  232. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  233. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  234. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  235. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  236. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Debug|Any CPU.ActiveCfg = Debug|Win32
  237. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Debug|x64.ActiveCfg = Debug|x64
  238. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Debug|x64.Build.0 = Debug|x64
  239. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Debug|x86.ActiveCfg = Debug|Win32
  240. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Debug|x86.Build.0 = Debug|Win32
  241. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  242. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  243. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  244. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  245. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  246. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  247. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  248. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  249. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  250. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  251. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  252. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  253. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  254. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  255. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  256. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  257. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  258. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  259. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  260. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  261. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Debug|Any CPU.ActiveCfg = Debug|Win32
  262. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Debug|x64.ActiveCfg = Debug|x64
  263. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Debug|x64.Build.0 = Debug|x64
  264. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Debug|x86.ActiveCfg = Debug|Win32
  265. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Debug|x86.Build.0 = Debug|Win32
  266. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  267. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  268. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  269. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  270. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  271. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  272. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  273. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  274. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  275. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  276. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  277. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  278. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  279. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  280. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  281. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  282. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  283. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  284. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  285. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  286. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Debug|Any CPU.ActiveCfg = Debug|Win32
  287. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Debug|x64.ActiveCfg = Debug|x64
  288. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Debug|x64.Build.0 = Debug|x64
  289. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Debug|x86.ActiveCfg = Debug|Win32
  290. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Debug|x86.Build.0 = Debug|Win32
  291. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  292. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  293. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  294. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  295. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford50|x86.ActiveCfg = Release|Win32
  296. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford50|x86.Build.0 = Release|Win32
  297. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  298. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  299. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  300. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  301. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  302. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  303. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  304. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  305. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  306. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  307. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  308. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  309. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  310. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  311. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  312. {490A8592-7B13-4536-B475-028E73007FAE}.Debug|Any CPU.ActiveCfg = Debug|Win32
  313. {490A8592-7B13-4536-B475-028E73007FAE}.Debug|x64.ActiveCfg = Debug|x64
  314. {490A8592-7B13-4536-B475-028E73007FAE}.Debug|x64.Build.0 = Debug|x64
  315. {490A8592-7B13-4536-B475-028E73007FAE}.Debug|x86.ActiveCfg = Debug|Win32
  316. {490A8592-7B13-4536-B475-028E73007FAE}.Debug|x86.Build.0 = Debug|Win32
  317. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  318. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  319. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  320. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  321. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  322. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  323. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  324. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  325. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  326. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  327. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  328. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  329. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  330. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  331. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  332. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  333. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  334. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  335. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  336. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  337. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Debug|Any CPU.ActiveCfg = Debug|Win32
  338. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Debug|x64.ActiveCfg = Debug|x64
  339. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Debug|x64.Build.0 = Debug|x64
  340. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Debug|x86.ActiveCfg = Debug|Win32
  341. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Debug|x86.Build.0 = Debug|Win32
  342. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  343. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  344. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  345. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  346. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  347. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  348. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  349. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  350. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  351. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  352. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  353. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  354. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  355. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  356. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  357. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  358. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  359. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  360. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  361. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  362. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Debug|Any CPU.ActiveCfg = Debug|Win32
  363. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Debug|x64.ActiveCfg = Debug|x64
  364. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Debug|x64.Build.0 = Debug|x64
  365. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Debug|x86.ActiveCfg = Debug|Win32
  366. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Debug|x86.Build.0 = Debug|Win32
  367. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  368. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  369. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  370. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  371. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  372. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  373. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  374. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  375. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  376. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  377. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  378. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  379. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  380. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  381. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  382. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  383. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  384. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  385. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  386. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  387. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  388. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
  389. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Debug|x64.ActiveCfg = Debug|x64
  390. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Debug|x64.Build.0 = Debug|x64
  391. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Debug|x86.ActiveCfg = Debug|Any CPU
  392. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Debug|x86.Build.0 = Debug|Any CPU
  393. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  394. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  395. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  396. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  397. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Any CPU
  398. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford50|x86.Build.0 = Release_oxford50|Any CPU
  399. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  400. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  401. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  402. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  403. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Any CPU
  404. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford60|x86.Build.0 = Release_oxford60|Any CPU
  405. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  406. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  407. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  408. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  409. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Any CPU
  410. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61|x86.Build.0 = Release_oxford61|Any CPU
  411. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  412. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  413. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  414. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  415. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Any CPU
  416. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Any CPU
  417. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  418. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
  419. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Debug|x64.ActiveCfg = Debug|x64
  420. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Debug|x64.Build.0 = Debug|x64
  421. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Debug|x86.ActiveCfg = Debug|Any CPU
  422. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Debug|x86.Build.0 = Debug|Any CPU
  423. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  424. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  425. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  426. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  427. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford50|x86.ActiveCfg = Release|Any CPU
  428. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford50|x86.Build.0 = Release|Any CPU
  429. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  430. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  431. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  432. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  433. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Any CPU
  434. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford60|x86.Build.0 = Release_oxford60|Any CPU
  435. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  436. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  437. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  438. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  439. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Any CPU
  440. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61|x86.Build.0 = Release_oxford61|Any CPU
  441. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  442. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  443. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  444. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  445. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Any CPU
  446. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Any CPU
  447. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  448. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
  449. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Debug|x64.ActiveCfg = Debug|x64
  450. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Debug|x64.Build.0 = Debug|x64
  451. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Debug|x86.ActiveCfg = Debug|Any CPU
  452. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Debug|x86.Build.0 = Debug|Any CPU
  453. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  454. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  455. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  456. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  457. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford50|x86.ActiveCfg = Release|Any CPU
  458. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford50|x86.Build.0 = Release|Any CPU
  459. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  460. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  461. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  462. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  463. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Any CPU
  464. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford60|x86.Build.0 = Release_oxford60|Any CPU
  465. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  466. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  467. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  468. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  469. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Any CPU
  470. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61|x86.Build.0 = Release_oxford61|Any CPU
  471. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  472. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  473. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  474. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  475. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Any CPU
  476. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Any CPU
  477. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  478. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Debug|Any CPU.Build.0 = Debug|Any CPU
  479. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Debug|x64.ActiveCfg = Debug|x64
  480. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Debug|x64.Build.0 = Debug|x64
  481. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Debug|x86.ActiveCfg = Debug|x86
  482. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Debug|x86.Build.0 = Debug|x86
  483. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  484. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  485. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  486. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  487. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford50|x86.ActiveCfg = Release_oxford50|x86
  488. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford50|x86.Build.0 = Release_oxford50|x86
  489. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  490. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  491. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  492. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  493. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford60|x86.ActiveCfg = Release_oxford60|x86
  494. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford60|x86.Build.0 = Release_oxford60|x86
  495. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  496. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  497. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  498. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  499. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61|x86.ActiveCfg = Release_oxford61|x86
  500. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61|x86.Build.0 = Release_oxford61|x86
  501. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  502. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  503. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  504. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  505. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|x86
  506. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|x86
  507. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  508. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
  509. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Debug|x64.ActiveCfg = Debug|x64
  510. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Debug|x64.Build.0 = Debug|x64
  511. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Debug|x86.ActiveCfg = Debug|Any CPU
  512. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Debug|x86.Build.0 = Debug|Any CPU
  513. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  514. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  515. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  516. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  517. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford50|x86.ActiveCfg = Release|Any CPU
  518. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford50|x86.Build.0 = Release|Any CPU
  519. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  520. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  521. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  522. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  523. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Any CPU
  524. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford60|x86.Build.0 = Release_oxford60|Any CPU
  525. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  526. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  527. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  528. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  529. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Any CPU
  530. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61|x86.Build.0 = Release_oxford61|Any CPU
  531. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  532. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  533. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  534. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  535. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Any CPU
  536. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Any CPU
  537. {3B7695AA-8231-45AC-B493-84390A945D02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  538. {3B7695AA-8231-45AC-B493-84390A945D02}.Debug|Any CPU.Build.0 = Debug|Any CPU
  539. {3B7695AA-8231-45AC-B493-84390A945D02}.Debug|x64.ActiveCfg = Debug|x64
  540. {3B7695AA-8231-45AC-B493-84390A945D02}.Debug|x64.Build.0 = Debug|x64
  541. {3B7695AA-8231-45AC-B493-84390A945D02}.Debug|x86.ActiveCfg = Debug|Any CPU
  542. {3B7695AA-8231-45AC-B493-84390A945D02}.Debug|x86.Build.0 = Debug|Any CPU
  543. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  544. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  545. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  546. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  547. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Any CPU
  548. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford50|x86.Build.0 = Release_oxford50|Any CPU
  549. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  550. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  551. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  552. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  553. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Any CPU
  554. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford60|x86.Build.0 = Release_oxford60|Any CPU
  555. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  556. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  557. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  558. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  559. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Any CPU
  560. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61|x86.Build.0 = Release_oxford61|Any CPU
  561. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  562. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  563. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  564. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  565. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Any CPU
  566. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Any CPU
  567. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  568. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Debug|Any CPU.Build.0 = Debug|Any CPU
  569. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Debug|x64.ActiveCfg = Debug|x64
  570. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Debug|x64.Build.0 = Debug|x64
  571. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Debug|x86.ActiveCfg = Debug|Any CPU
  572. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Debug|x86.Build.0 = Debug|Any CPU
  573. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  574. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  575. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  576. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  577. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford50|x86.ActiveCfg = Release|Any CPU
  578. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford50|x86.Build.0 = Release|Any CPU
  579. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford60|Any CPU.ActiveCfg = Release|Any CPU
  580. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford60|Any CPU.Build.0 = Release|Any CPU
  581. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  582. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  583. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford60|x86.ActiveCfg = Release|Any CPU
  584. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford60|x86.Build.0 = Release|Any CPU
  585. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  586. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  587. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  588. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  589. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Any CPU
  590. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61|x86.Build.0 = Release_oxford61|Any CPU
  591. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  592. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  593. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  594. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  595. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Any CPU
  596. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Any CPU
  597. {B2683648-C829-40E7-A479-AC90B1B80286}.Debug|Any CPU.ActiveCfg = Release|Any CPU
  598. {B2683648-C829-40E7-A479-AC90B1B80286}.Debug|x64.ActiveCfg = Debug|x64
  599. {B2683648-C829-40E7-A479-AC90B1B80286}.Debug|x64.Build.0 = Debug|x64
  600. {B2683648-C829-40E7-A479-AC90B1B80286}.Debug|x86.ActiveCfg = Release|Any CPU
  601. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  602. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  603. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  604. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  605. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford50|x86.ActiveCfg = Release|Any CPU
  606. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford50|x86.Build.0 = Release|Any CPU
  607. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford60|Any CPU.ActiveCfg = Release|Any CPU
  608. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford60|Any CPU.Build.0 = Release|Any CPU
  609. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  610. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  611. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford60|x86.ActiveCfg = Release|Any CPU
  612. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford60|x86.Build.0 = Release|Any CPU
  613. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61|Any CPU.ActiveCfg = Debug|x64
  614. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61|Any CPU.Build.0 = Debug|x64
  615. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  616. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  617. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61|x86.ActiveCfg = Release|Any CPU
  618. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61|x86.Build.0 = Release|Any CPU
  619. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|x64
  620. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  621. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  622. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|x64
  623. {A60440F1-FC94-4802-BFCB-E96457830D50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  624. {A60440F1-FC94-4802-BFCB-E96457830D50}.Debug|Any CPU.Build.0 = Debug|Any CPU
  625. {A60440F1-FC94-4802-BFCB-E96457830D50}.Debug|x64.ActiveCfg = Debug|x64
  626. {A60440F1-FC94-4802-BFCB-E96457830D50}.Debug|x64.Build.0 = Debug|x64
  627. {A60440F1-FC94-4802-BFCB-E96457830D50}.Debug|x86.ActiveCfg = Debug|Any CPU
  628. {A60440F1-FC94-4802-BFCB-E96457830D50}.Debug|x86.Build.0 = Debug|Any CPU
  629. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|Any CPU.ActiveCfg = Release|Any CPU
  630. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|Any CPU.Build.0 = Release|Any CPU
  631. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|x64.ActiveCfg = Release|Any CPU
  632. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|x64.Build.0 = Release|Any CPU
  633. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|x86.ActiveCfg = Release|Any CPU
  634. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|x86.Build.0 = Release|Any CPU
  635. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford60|Any CPU.ActiveCfg = Release|Any CPU
  636. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford60|Any CPU.Build.0 = Release|Any CPU
  637. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford60|x64.ActiveCfg = Release|Any CPU
  638. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford60|x64.Build.0 = Release|Any CPU
  639. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford60|x86.ActiveCfg = Release|Any CPU
  640. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford60|x86.Build.0 = Release|Any CPU
  641. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61|Any CPU.ActiveCfg = Release|Any CPU
  642. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61|Any CPU.Build.0 = Release|Any CPU
  643. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61|x64.ActiveCfg = Release|Any CPU
  644. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61|x64.Build.0 = Release|Any CPU
  645. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61|x86.ActiveCfg = Release|Any CPU
  646. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61|x86.Build.0 = Release|Any CPU
  647. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61sp1|Any CPU.ActiveCfg = Release|Any CPU
  648. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61sp1|Any CPU.Build.0 = Release|Any CPU
  649. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61sp1|x64.ActiveCfg = Release|Any CPU
  650. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61sp1|x64.Build.0 = Release|Any CPU
  651. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61sp1|x86.ActiveCfg = Release|Any CPU
  652. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61sp1|x86.Build.0 = Release|Any CPU
  653. EndGlobalSection
  654. GlobalSection(SolutionProperties) = preSolution
  655. HideSolutionNode = FALSE
  656. EndGlobalSection
  657. GlobalSection(NestedProjects) = preSolution
  658. {CEA06DD1-5CD7-4B7D-A807-785718C3A854} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  659. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  660. {201A7F92-48AE-4BCC-B75E-988E3AAC117C} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  661. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  662. {DAA6170E-5984-46DC-A8BA-DE696299DCA6} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  663. {11A59D12-007A-40D9-9D74-D8F079BD9F86} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  664. {490A8592-7B13-4536-B475-028E73007FAE} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  665. {EC722DFC-BD72-4673-B9E2-226C70B015A8} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  666. {0FF40344-34D5-49D0-9467-1F43C81A0D31} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  667. EndGlobalSection
  668. GlobalSection(ExtensibilityGlobals) = postSolution
  669. SolutionGuid = {03FC2F6F-34FA-4A85-9D5A-ED80BABA5FC8}
  670. EndGlobalSection
  671. GlobalSection(Performance) = preSolution
  672. HasPerformanceSessions = true
  673. EndGlobalSection
  674. EndGlobal