OTS.sln 66 KB

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