OTS.sln 69 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797
  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. Release_oxford62|Any CPU = Release_oxford62|Any CPU
  100. Release_oxford62|x64 = Release_oxford62|x64
  101. Release_oxford62|x86 = Release_oxford62|x86
  102. EndGlobalSection
  103. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  104. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Debug|Any CPU.ActiveCfg = Debug|x64
  105. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Debug|Any CPU.Build.0 = Debug|x64
  106. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Debug|x64.ActiveCfg = Debug|x64
  107. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Debug|x64.Build.0 = Debug|x64
  108. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Debug|x86.ActiveCfg = Debug|Any CPU
  109. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Debug|x86.Build.0 = Debug|Any CPU
  110. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  111. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  112. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  113. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  114. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Any CPU
  115. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford50|x86.Build.0 = Release_oxford50|Any CPU
  116. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  117. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  118. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  119. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  120. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Any CPU
  121. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford60|x86.Build.0 = Release_oxford60|Any CPU
  122. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  123. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  124. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  125. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  126. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Any CPU
  127. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61|x86.Build.0 = Release_oxford61|Any CPU
  128. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  129. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  130. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  131. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  132. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Any CPU
  133. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Any CPU
  134. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|Any CPU
  135. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|Any CPU
  136. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  137. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  138. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Any CPU
  139. {3FBF0B16-5E6C-4AA1-995B-471C47C5367D}.Release_oxford62|x86.Build.0 = Release_oxford62|Any CPU
  140. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  141. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Debug|Any CPU.Build.0 = Debug|Any CPU
  142. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Debug|x64.ActiveCfg = Debug|x64
  143. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Debug|x64.Build.0 = Debug|x64
  144. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Debug|x86.ActiveCfg = Debug|x86
  145. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Debug|x86.Build.0 = Debug|x86
  146. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  147. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  148. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  149. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  150. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford50|x86.ActiveCfg = Release_oxford50|x86
  151. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford50|x86.Build.0 = Release_oxford50|x86
  152. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  153. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  154. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  155. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  156. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford60|x86.ActiveCfg = Release_oxford60|x86
  157. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford60|x86.Build.0 = Release_oxford60|x86
  158. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  159. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  160. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  161. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  162. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61|x86.ActiveCfg = Release_oxford61|x86
  163. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61|x86.Build.0 = Release_oxford61|x86
  164. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  165. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  166. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  167. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  168. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|x86
  169. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|x86
  170. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|Any CPU
  171. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|Any CPU
  172. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  173. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  174. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford62|x86.ActiveCfg = Release_oxford62|x86
  175. {A3059BB1-9315-49DB-9680-FE16FAB1499D}.Release_oxford62|x86.Build.0 = Release_oxford62|x86
  176. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Debug|Any CPU.ActiveCfg = Debug|Win32
  177. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Debug|x64.ActiveCfg = Debug|x64
  178. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Debug|x64.Build.0 = Debug|x64
  179. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Debug|x86.ActiveCfg = Debug|Win32
  180. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Debug|x86.Build.0 = Debug|Win32
  181. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  182. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  183. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  184. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  185. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  186. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  187. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  188. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  189. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  190. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  191. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  192. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  193. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  194. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  195. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  196. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  197. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  198. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  199. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  200. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  201. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|x64
  202. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|x64
  203. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  204. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  205. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Win32
  206. {CEA06DD1-5CD7-4B7D-A807-785718C3A854}.Release_oxford62|x86.Build.0 = Release_oxford62|Win32
  207. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Debug|Any CPU.ActiveCfg = Debug|Win32
  208. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Debug|x64.ActiveCfg = Debug|x64
  209. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Debug|x64.Build.0 = Debug|x64
  210. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Debug|x86.ActiveCfg = Debug|Win32
  211. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Debug|x86.Build.0 = Debug|Win32
  212. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  213. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  214. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  215. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  216. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  217. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  218. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  219. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  220. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  221. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  222. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  223. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  224. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  225. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  226. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  227. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  228. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  229. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  230. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  231. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  232. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|x64
  233. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|x64
  234. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  235. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  236. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Win32
  237. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B}.Release_oxford62|x86.Build.0 = Release_oxford62|Win32
  238. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Debug|Any CPU.ActiveCfg = Debug|Win32
  239. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Debug|x64.ActiveCfg = Debug|x64
  240. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Debug|x64.Build.0 = Debug|x64
  241. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Debug|x86.ActiveCfg = Debug|Win32
  242. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Debug|x86.Build.0 = Debug|Win32
  243. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  244. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  245. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  246. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  247. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  248. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  249. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  250. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  251. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  252. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  253. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  254. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  255. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  256. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  257. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  258. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  259. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  260. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  261. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  262. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  263. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|x64
  264. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|x64
  265. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  266. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  267. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Win32
  268. {201A7F92-48AE-4BCC-B75E-988E3AAC117C}.Release_oxford62|x86.Build.0 = Release_oxford62|Win32
  269. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Debug|Any CPU.ActiveCfg = Debug|Win32
  270. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Debug|x64.ActiveCfg = Debug|x64
  271. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Debug|x64.Build.0 = Debug|x64
  272. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Debug|x86.ActiveCfg = Debug|Win32
  273. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Debug|x86.Build.0 = Debug|Win32
  274. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  275. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  276. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  277. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  278. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  279. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  280. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  281. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  282. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  283. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  284. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  285. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  286. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  287. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  288. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  289. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  290. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  291. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  292. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  293. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  294. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|x64
  295. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|x64
  296. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  297. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  298. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Win32
  299. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B}.Release_oxford62|x86.Build.0 = Release_oxford62|Win32
  300. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Debug|Any CPU.ActiveCfg = Debug|Win32
  301. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Debug|x64.ActiveCfg = Debug|x64
  302. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Debug|x64.Build.0 = Debug|x64
  303. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Debug|x86.ActiveCfg = Debug|Win32
  304. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Debug|x86.Build.0 = Debug|Win32
  305. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  306. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  307. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  308. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  309. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  310. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  311. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  312. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  313. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  314. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  315. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  316. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  317. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  318. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  319. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  320. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  321. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  322. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  323. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  324. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  325. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|x64
  326. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|x64
  327. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  328. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  329. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Win32
  330. {DAA6170E-5984-46DC-A8BA-DE696299DCA6}.Release_oxford62|x86.Build.0 = Release_oxford62|Win32
  331. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Debug|Any CPU.ActiveCfg = Debug|Win32
  332. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Debug|x64.ActiveCfg = Debug|x64
  333. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Debug|x64.Build.0 = Debug|x64
  334. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Debug|x86.ActiveCfg = Debug|Win32
  335. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Debug|x86.Build.0 = Debug|Win32
  336. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  337. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  338. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  339. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  340. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford50|x86.ActiveCfg = Release|Win32
  341. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford50|x86.Build.0 = Release|Win32
  342. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  343. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  344. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  345. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  346. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  347. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  348. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  349. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  350. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  351. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  352. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  353. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  354. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  355. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  356. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  357. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|x64
  358. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|x64
  359. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  360. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  361. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Win32
  362. {11A59D12-007A-40D9-9D74-D8F079BD9F86}.Release_oxford62|x86.Build.0 = Release_oxford62|Win32
  363. {490A8592-7B13-4536-B475-028E73007FAE}.Debug|Any CPU.ActiveCfg = Debug|Win32
  364. {490A8592-7B13-4536-B475-028E73007FAE}.Debug|x64.ActiveCfg = Debug|x64
  365. {490A8592-7B13-4536-B475-028E73007FAE}.Debug|x64.Build.0 = Debug|x64
  366. {490A8592-7B13-4536-B475-028E73007FAE}.Debug|x86.ActiveCfg = Debug|Win32
  367. {490A8592-7B13-4536-B475-028E73007FAE}.Debug|x86.Build.0 = Debug|Win32
  368. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  369. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  370. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  371. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  372. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  373. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  374. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  375. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  376. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  377. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  378. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  379. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  380. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  381. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  382. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  383. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  384. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  385. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  386. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  387. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  388. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|x64
  389. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|x64
  390. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  391. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  392. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Win32
  393. {490A8592-7B13-4536-B475-028E73007FAE}.Release_oxford62|x86.Build.0 = Release_oxford62|Win32
  394. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Debug|Any CPU.ActiveCfg = Debug|Win32
  395. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Debug|x64.ActiveCfg = Debug|x64
  396. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Debug|x64.Build.0 = Debug|x64
  397. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Debug|x86.ActiveCfg = Debug|Win32
  398. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Debug|x86.Build.0 = Debug|Win32
  399. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  400. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  401. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  402. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  403. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  404. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  405. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  406. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  407. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  408. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  409. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  410. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  411. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  412. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  413. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  414. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  415. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  416. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  417. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  418. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  419. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|x64
  420. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|x64
  421. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  422. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  423. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Win32
  424. {EC722DFC-BD72-4673-B9E2-226C70B015A8}.Release_oxford62|x86.Build.0 = Release_oxford62|Win32
  425. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Debug|Any CPU.ActiveCfg = Debug|Win32
  426. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Debug|x64.ActiveCfg = Debug|x64
  427. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Debug|x64.Build.0 = Debug|x64
  428. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Debug|x86.ActiveCfg = Debug|Win32
  429. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Debug|x86.Build.0 = Debug|Win32
  430. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  431. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  432. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  433. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Win32
  434. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford50|x86.Build.0 = Release_oxford50|Win32
  435. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Win32
  436. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  437. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  438. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Win32
  439. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford60|x86.Build.0 = Release_oxford60|Win32
  440. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Win32
  441. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  442. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  443. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Win32
  444. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61|x86.Build.0 = Release_oxford61|Win32
  445. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Win32
  446. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  447. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  448. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Win32
  449. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Win32
  450. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|x64
  451. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|x64
  452. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  453. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  454. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Win32
  455. {0FF40344-34D5-49D0-9467-1F43C81A0D31}.Release_oxford62|x86.Build.0 = Release_oxford62|Win32
  456. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  457. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
  458. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Debug|x64.ActiveCfg = Debug|x64
  459. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Debug|x64.Build.0 = Debug|x64
  460. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Debug|x86.ActiveCfg = Debug|Any CPU
  461. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Debug|x86.Build.0 = Debug|Any CPU
  462. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  463. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  464. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  465. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  466. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Any CPU
  467. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford50|x86.Build.0 = Release_oxford50|Any CPU
  468. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  469. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  470. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  471. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  472. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Any CPU
  473. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford60|x86.Build.0 = Release_oxford60|Any CPU
  474. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  475. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  476. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  477. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  478. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Any CPU
  479. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61|x86.Build.0 = Release_oxford61|Any CPU
  480. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  481. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  482. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  483. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  484. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Any CPU
  485. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Any CPU
  486. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|Any CPU
  487. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|Any CPU
  488. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  489. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  490. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Any CPU
  491. {52B47C78-BF08-4670-AB88-FDC972B4D7B4}.Release_oxford62|x86.Build.0 = Release_oxford62|Any CPU
  492. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  493. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
  494. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Debug|x64.ActiveCfg = Debug|x64
  495. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Debug|x64.Build.0 = Debug|x64
  496. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Debug|x86.ActiveCfg = Debug|Any CPU
  497. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Debug|x86.Build.0 = Debug|Any CPU
  498. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  499. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  500. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  501. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  502. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford50|x86.ActiveCfg = Release|Any CPU
  503. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford50|x86.Build.0 = Release|Any CPU
  504. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  505. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  506. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  507. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  508. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Any CPU
  509. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford60|x86.Build.0 = Release_oxford60|Any CPU
  510. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  511. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  512. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  513. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  514. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Any CPU
  515. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61|x86.Build.0 = Release_oxford61|Any CPU
  516. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  517. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  518. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  519. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  520. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Any CPU
  521. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Any CPU
  522. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|Any CPU
  523. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|Any CPU
  524. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  525. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  526. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Any CPU
  527. {8B08AA54-13CA-4D28-8F70-3B1F238E10A4}.Release_oxford62|x86.Build.0 = Release_oxford62|Any CPU
  528. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  529. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
  530. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Debug|x64.ActiveCfg = Debug|x64
  531. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Debug|x64.Build.0 = Debug|x64
  532. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Debug|x86.ActiveCfg = Debug|Any CPU
  533. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Debug|x86.Build.0 = Debug|Any CPU
  534. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  535. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  536. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  537. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  538. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford50|x86.ActiveCfg = Release|Any CPU
  539. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford50|x86.Build.0 = Release|Any CPU
  540. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  541. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  542. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  543. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  544. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Any CPU
  545. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford60|x86.Build.0 = Release_oxford60|Any CPU
  546. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  547. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  548. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  549. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  550. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Any CPU
  551. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61|x86.Build.0 = Release_oxford61|Any CPU
  552. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  553. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  554. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  555. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  556. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Any CPU
  557. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Any CPU
  558. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|Any CPU
  559. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|Any CPU
  560. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  561. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  562. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Any CPU
  563. {2A6A6643-02DC-4361-9C8B-0BBBF8BE79BE}.Release_oxford62|x86.Build.0 = Release_oxford62|Any CPU
  564. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  565. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Debug|Any CPU.Build.0 = Debug|Any CPU
  566. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Debug|x64.ActiveCfg = Debug|x64
  567. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Debug|x64.Build.0 = Debug|x64
  568. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Debug|x86.ActiveCfg = Debug|x86
  569. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Debug|x86.Build.0 = Debug|x86
  570. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  571. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  572. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  573. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  574. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford50|x86.ActiveCfg = Release_oxford50|x86
  575. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford50|x86.Build.0 = Release_oxford50|x86
  576. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  577. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  578. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  579. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  580. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford60|x86.ActiveCfg = Release_oxford60|x86
  581. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford60|x86.Build.0 = Release_oxford60|x86
  582. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  583. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  584. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  585. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  586. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61|x86.ActiveCfg = Release_oxford61|x86
  587. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61|x86.Build.0 = Release_oxford61|x86
  588. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  589. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  590. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  591. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  592. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|x86
  593. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|x86
  594. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|Any CPU
  595. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|Any CPU
  596. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  597. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  598. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford62|x86.ActiveCfg = Release_oxford62|x86
  599. {474772DC-334A-4E87-BB46-3ABD913AA44A}.Release_oxford62|x86.Build.0 = Release_oxford62|x86
  600. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  601. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
  602. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Debug|x64.ActiveCfg = Debug|x64
  603. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Debug|x64.Build.0 = Debug|x64
  604. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Debug|x86.ActiveCfg = Debug|Any CPU
  605. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Debug|x86.Build.0 = Debug|Any CPU
  606. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  607. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  608. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  609. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  610. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford50|x86.ActiveCfg = Release|Any CPU
  611. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford50|x86.Build.0 = Release|Any CPU
  612. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  613. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  614. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  615. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  616. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Any CPU
  617. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford60|x86.Build.0 = Release_oxford60|Any CPU
  618. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  619. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  620. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  621. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  622. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Any CPU
  623. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61|x86.Build.0 = Release_oxford61|Any CPU
  624. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  625. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  626. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  627. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  628. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Any CPU
  629. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Any CPU
  630. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|Any CPU
  631. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|Any CPU
  632. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  633. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  634. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Any CPU
  635. {BBA845E8-27ED-4832-90FA-32F737E1FCA7}.Release_oxford62|x86.Build.0 = Release_oxford62|Any CPU
  636. {3B7695AA-8231-45AC-B493-84390A945D02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  637. {3B7695AA-8231-45AC-B493-84390A945D02}.Debug|Any CPU.Build.0 = Debug|Any CPU
  638. {3B7695AA-8231-45AC-B493-84390A945D02}.Debug|x64.ActiveCfg = Debug|x64
  639. {3B7695AA-8231-45AC-B493-84390A945D02}.Debug|x64.Build.0 = Debug|x64
  640. {3B7695AA-8231-45AC-B493-84390A945D02}.Debug|x86.ActiveCfg = Debug|Any CPU
  641. {3B7695AA-8231-45AC-B493-84390A945D02}.Debug|x86.Build.0 = Debug|Any CPU
  642. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  643. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  644. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  645. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  646. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford50|x86.ActiveCfg = Release_oxford50|Any CPU
  647. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford50|x86.Build.0 = Release_oxford50|Any CPU
  648. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford60|Any CPU.ActiveCfg = Release_oxford60|Any CPU
  649. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford60|Any CPU.Build.0 = Release_oxford60|Any CPU
  650. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  651. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  652. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford60|x86.ActiveCfg = Release_oxford60|Any CPU
  653. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford60|x86.Build.0 = Release_oxford60|Any CPU
  654. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  655. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  656. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  657. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  658. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Any CPU
  659. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61|x86.Build.0 = Release_oxford61|Any CPU
  660. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  661. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  662. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  663. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  664. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Any CPU
  665. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Any CPU
  666. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|Any CPU
  667. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|Any CPU
  668. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  669. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  670. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Any CPU
  671. {3B7695AA-8231-45AC-B493-84390A945D02}.Release_oxford62|x86.Build.0 = Release_oxford62|Any CPU
  672. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  673. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Debug|Any CPU.Build.0 = Debug|Any CPU
  674. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Debug|x64.ActiveCfg = Debug|x64
  675. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Debug|x64.Build.0 = Debug|x64
  676. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Debug|x86.ActiveCfg = Debug|Any CPU
  677. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Debug|x86.Build.0 = Debug|Any CPU
  678. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  679. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  680. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  681. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  682. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford50|x86.ActiveCfg = Release|Any CPU
  683. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford50|x86.Build.0 = Release|Any CPU
  684. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford60|Any CPU.ActiveCfg = Release|Any CPU
  685. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford60|Any CPU.Build.0 = Release|Any CPU
  686. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  687. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  688. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford60|x86.ActiveCfg = Release|Any CPU
  689. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford60|x86.Build.0 = Release|Any CPU
  690. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61|Any CPU.ActiveCfg = Release_oxford61|Any CPU
  691. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61|Any CPU.Build.0 = Release_oxford61|Any CPU
  692. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  693. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  694. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61|x86.ActiveCfg = Release_oxford61|Any CPU
  695. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61|x86.Build.0 = Release_oxford61|Any CPU
  696. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|Any CPU
  697. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61sp1|Any CPU.Build.0 = Release_oxford61sp1|Any CPU
  698. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  699. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  700. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|Any CPU
  701. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford61sp1|x86.Build.0 = Release_oxford61sp1|Any CPU
  702. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|Any CPU
  703. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|Any CPU
  704. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  705. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  706. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford62|x86.ActiveCfg = Release_oxford62|Any CPU
  707. {83412BF0-F802-456C-8A33-7C6CD5B6704D}.Release_oxford62|x86.Build.0 = Release_oxford62|Any CPU
  708. {B2683648-C829-40E7-A479-AC90B1B80286}.Debug|Any CPU.ActiveCfg = Release|Any CPU
  709. {B2683648-C829-40E7-A479-AC90B1B80286}.Debug|x64.ActiveCfg = Debug|x64
  710. {B2683648-C829-40E7-A479-AC90B1B80286}.Debug|x64.Build.0 = Debug|x64
  711. {B2683648-C829-40E7-A479-AC90B1B80286}.Debug|x86.ActiveCfg = Release|Any CPU
  712. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford50|Any CPU.ActiveCfg = Release_oxford50|x64
  713. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford50|Any CPU.Build.0 = Release_oxford50|x64
  714. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  715. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  716. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford50|x86.ActiveCfg = Release|Any CPU
  717. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford50|x86.Build.0 = Release|Any CPU
  718. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford60|Any CPU.ActiveCfg = Release|Any CPU
  719. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford60|Any CPU.Build.0 = Release|Any CPU
  720. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford60|x64.ActiveCfg = Release_oxford60|x64
  721. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford60|x64.Build.0 = Release_oxford60|x64
  722. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford60|x86.ActiveCfg = Release|Any CPU
  723. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford60|x86.Build.0 = Release|Any CPU
  724. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61|Any CPU.ActiveCfg = Debug|x64
  725. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61|Any CPU.Build.0 = Debug|x64
  726. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61|x64.ActiveCfg = Release_oxford61|x64
  727. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61|x64.Build.0 = Release_oxford61|x64
  728. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61|x86.ActiveCfg = Release|Any CPU
  729. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61|x86.Build.0 = Release|Any CPU
  730. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61sp1|Any CPU.ActiveCfg = Release_oxford61sp1|x64
  731. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61sp1|x64.ActiveCfg = Release_oxford61sp1|x64
  732. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61sp1|x64.Build.0 = Release_oxford61sp1|x64
  733. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford61sp1|x86.ActiveCfg = Release_oxford61sp1|x64
  734. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford62|Any CPU.ActiveCfg = Release_oxford62|x64
  735. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford62|Any CPU.Build.0 = Release_oxford62|x64
  736. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford62|x64.ActiveCfg = Release_oxford62|x64
  737. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford62|x64.Build.0 = Release_oxford62|x64
  738. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford62|x86.ActiveCfg = Release_oxford62|x64
  739. {B2683648-C829-40E7-A479-AC90B1B80286}.Release_oxford62|x86.Build.0 = Release_oxford62|x64
  740. {A60440F1-FC94-4802-BFCB-E96457830D50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  741. {A60440F1-FC94-4802-BFCB-E96457830D50}.Debug|Any CPU.Build.0 = Debug|Any CPU
  742. {A60440F1-FC94-4802-BFCB-E96457830D50}.Debug|x64.ActiveCfg = Debug|x64
  743. {A60440F1-FC94-4802-BFCB-E96457830D50}.Debug|x64.Build.0 = Debug|x64
  744. {A60440F1-FC94-4802-BFCB-E96457830D50}.Debug|x86.ActiveCfg = Debug|Any CPU
  745. {A60440F1-FC94-4802-BFCB-E96457830D50}.Debug|x86.Build.0 = Debug|Any CPU
  746. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|Any CPU.ActiveCfg = Release|Any CPU
  747. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|Any CPU.Build.0 = Release|Any CPU
  748. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
  749. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
  750. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|x86.ActiveCfg = Release|Any CPU
  751. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|x86.Build.0 = Release|Any CPU
  752. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford60|Any CPU.ActiveCfg = Release|Any CPU
  753. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford60|Any CPU.Build.0 = Release|Any CPU
  754. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford60|x64.ActiveCfg = Release|x64
  755. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford60|x64.Build.0 = Release|x64
  756. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford60|x86.ActiveCfg = Release|Any CPU
  757. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford60|x86.Build.0 = Release|Any CPU
  758. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61|Any CPU.ActiveCfg = Release|Any CPU
  759. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61|Any CPU.Build.0 = Release|Any CPU
  760. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61|x64.ActiveCfg = Release|x64
  761. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61|x64.Build.0 = Release|x64
  762. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61|x86.ActiveCfg = Release|Any CPU
  763. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61|x86.Build.0 = Release|Any CPU
  764. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61sp1|Any CPU.ActiveCfg = Release|Any CPU
  765. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61sp1|Any CPU.Build.0 = Release|Any CPU
  766. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61sp1|x64.ActiveCfg = Release|x64
  767. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61sp1|x64.Build.0 = Release|x64
  768. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61sp1|x86.ActiveCfg = Release|Any CPU
  769. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford61sp1|x86.Build.0 = Release|Any CPU
  770. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford62|Any CPU.ActiveCfg = Release|Any CPU
  771. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford62|Any CPU.Build.0 = Release|Any CPU
  772. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford62|x64.ActiveCfg = Release|x64
  773. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford62|x64.Build.0 = Release|x64
  774. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford62|x86.ActiveCfg = Release|Any CPU
  775. {A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford62|x86.Build.0 = Release|Any CPU
  776. EndGlobalSection
  777. GlobalSection(SolutionProperties) = preSolution
  778. HideSolutionNode = FALSE
  779. EndGlobalSection
  780. GlobalSection(NestedProjects) = preSolution
  781. {CEA06DD1-5CD7-4B7D-A807-785718C3A854} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  782. {3737BD0B-0DBB-4C11-AAD1-6E2B9822270B} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  783. {201A7F92-48AE-4BCC-B75E-988E3AAC117C} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  784. {CD59EA38-9ADF-40D3-B1C0-7A66A9D2F77B} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  785. {DAA6170E-5984-46DC-A8BA-DE696299DCA6} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  786. {11A59D12-007A-40D9-9D74-D8F079BD9F86} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  787. {490A8592-7B13-4536-B475-028E73007FAE} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  788. {EC722DFC-BD72-4673-B9E2-226C70B015A8} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  789. {0FF40344-34D5-49D0-9467-1F43C81A0D31} = {58614F3D-F080-4BAF-80E9-F2035806D205}
  790. EndGlobalSection
  791. GlobalSection(ExtensibilityGlobals) = postSolution
  792. SolutionGuid = {03FC2F6F-34FA-4A85-9D5A-ED80BABA5FC8}
  793. EndGlobalSection
  794. GlobalSection(Performance) = preSolution
  795. HasPerformanceSessions = true
  796. EndGlobalSection
  797. EndGlobal