DFH-Consent.sln 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio 15
  4. VisualStudioVersion = 15.0.26430.16
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CLIP.e-Form.Consent.Dfh.Web", "CLIP.e-Form.Consent.Dfh.Web\CLIP.e-Form.Consent.Dfh.Web.csproj", "{43FF9723-4D2D-4C0E-B040-470DA7106A43}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CLIP.e-Form.Consent.Dfh.UI", "CLIP.e-Form.Consent.Dfh.UI\CLIP.e-Form.Consent.Dfh.UI.csproj", "{61FB8BE1-A10B-4E92-B0D8-1C7E7DDAECA5}"
  9. ProjectSection(ProjectDependencies) = postProject
  10. {43FF9723-4D2D-4C0E-B040-470DA7106A43} = {43FF9723-4D2D-4C0E-B040-470DA7106A43}
  11. EndProjectSection
  12. EndProject
  13. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CLIP.e-Form.Consent.Dfh.Entity", "CLIP.e-Form.Consent.Dfh.Entity\CLIP.e-Form.Consent.Dfh.Entity.csproj", "{B13F56F5-F5CC-4C1A-9BB8-C626AE4C0739}"
  14. EndProject
  15. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CLIP.e-Form.Consent.Dfh.Dac", "CLIP.e-Form.Consent.Dfh.Dac\CLIP.e-Form.Consent.Dfh.Dac.csproj", "{432A20C2-7C8A-4EA1-BB63-3B461924F031}"
  16. EndProject
  17. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Server", "Server", "{AF5E5AC0-5FD7-4BA0-A047-139FE87FEB6C}"
  18. EndProject
  19. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client", "Client", "{76F130C5-CDD6-458A-871C-4D8E82ED8416}"
  20. EndProject
  21. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{7C49EBBE-5D5A-4B35-8E00-4B09B831515B}"
  22. ProjectSection(SolutionItems) = preProject
  23. ..\Users\User\Desktop\대구파티마병원\DFH-Consent\DFH-Consent\CLIP.e-Form.Consent.Dfh.UI\Agent App\CLIP.eForm.Consent.Adapter.ocx = ..\Users\User\Desktop\대구파티마병원\DFH-Consent\DFH-Consent\CLIP.e-Form.Consent.Dfh.UI\Agent App\CLIP.eForm.Consent.Adapter.ocx
  24. CLIP.e-Form.Consent.Dfh.UI\bin\Debug\CLIP.eForm.Viewer.dll = CLIP.e-Form.Consent.Dfh.UI\bin\Debug\CLIP.eForm.Viewer.dll
  25. CLIP.e-Form.Consent.Dfh.UI\bin\Debug\ClipSoft.CommonLibrary.dll = CLIP.e-Form.Consent.Dfh.UI\bin\Debug\ClipSoft.CommonLibrary.dll
  26. CLIP.e-Form.Consent.Dfh.UI\bin\Debug\ClipSoft.eForm.Base.dll = CLIP.e-Form.Consent.Dfh.UI\bin\Debug\ClipSoft.eForm.Base.dll
  27. CLIP.e-Form.Consent.Dfh.UI\bin\Debug\fastJSON.dll = CLIP.e-Form.Consent.Dfh.UI\bin\Debug\fastJSON.dll
  28. CLIP.e-Form.Consent.Dfh.UI\bin\Debug\log4net.dll = CLIP.e-Form.Consent.Dfh.UI\bin\Debug\log4net.dll
  29. CLIP.e-Form.Consent.Dfh.UI\bin\Debug\V8.Net.dll = CLIP.e-Form.Consent.Dfh.UI\bin\Debug\V8.Net.dll
  30. CLIP.e-Form.Consent.Dfh.UI\bin\Debug\V8.Net.SharedTypes.dll = CLIP.e-Form.Consent.Dfh.UI\bin\Debug\V8.Net.SharedTypes.dll
  31. EndProjectSection
  32. EndProject
  33. Global
  34. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  35. Debug|Any CPU = Debug|Any CPU
  36. Debug|x86 = Debug|x86
  37. Release|Any CPU = Release|Any CPU
  38. Release|x86 = Release|x86
  39. EndGlobalSection
  40. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  41. {43FF9723-4D2D-4C0E-B040-470DA7106A43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  42. {43FF9723-4D2D-4C0E-B040-470DA7106A43}.Debug|Any CPU.Build.0 = Debug|Any CPU
  43. {43FF9723-4D2D-4C0E-B040-470DA7106A43}.Debug|x86.ActiveCfg = Debug|x86
  44. {43FF9723-4D2D-4C0E-B040-470DA7106A43}.Debug|x86.Build.0 = Debug|x86
  45. {43FF9723-4D2D-4C0E-B040-470DA7106A43}.Release|Any CPU.ActiveCfg = Release|Any CPU
  46. {43FF9723-4D2D-4C0E-B040-470DA7106A43}.Release|Any CPU.Build.0 = Release|Any CPU
  47. {43FF9723-4D2D-4C0E-B040-470DA7106A43}.Release|x86.ActiveCfg = Release|x86
  48. {43FF9723-4D2D-4C0E-B040-470DA7106A43}.Release|x86.Build.0 = Release|x86
  49. {61FB8BE1-A10B-4E92-B0D8-1C7E7DDAECA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  50. {61FB8BE1-A10B-4E92-B0D8-1C7E7DDAECA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
  51. {61FB8BE1-A10B-4E92-B0D8-1C7E7DDAECA5}.Debug|x86.ActiveCfg = Debug|Any CPU
  52. {61FB8BE1-A10B-4E92-B0D8-1C7E7DDAECA5}.Debug|x86.Build.0 = Debug|Any CPU
  53. {61FB8BE1-A10B-4E92-B0D8-1C7E7DDAECA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
  54. {61FB8BE1-A10B-4E92-B0D8-1C7E7DDAECA5}.Release|Any CPU.Build.0 = Release|Any CPU
  55. {61FB8BE1-A10B-4E92-B0D8-1C7E7DDAECA5}.Release|x86.ActiveCfg = Release|Any CPU
  56. {61FB8BE1-A10B-4E92-B0D8-1C7E7DDAECA5}.Release|x86.Build.0 = Release|Any CPU
  57. {B13F56F5-F5CC-4C1A-9BB8-C626AE4C0739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  58. {B13F56F5-F5CC-4C1A-9BB8-C626AE4C0739}.Debug|Any CPU.Build.0 = Debug|Any CPU
  59. {B13F56F5-F5CC-4C1A-9BB8-C626AE4C0739}.Debug|x86.ActiveCfg = Debug|Any CPU
  60. {B13F56F5-F5CC-4C1A-9BB8-C626AE4C0739}.Debug|x86.Build.0 = Debug|Any CPU
  61. {B13F56F5-F5CC-4C1A-9BB8-C626AE4C0739}.Release|Any CPU.ActiveCfg = Release|Any CPU
  62. {B13F56F5-F5CC-4C1A-9BB8-C626AE4C0739}.Release|Any CPU.Build.0 = Release|Any CPU
  63. {B13F56F5-F5CC-4C1A-9BB8-C626AE4C0739}.Release|x86.ActiveCfg = Release|Any CPU
  64. {B13F56F5-F5CC-4C1A-9BB8-C626AE4C0739}.Release|x86.Build.0 = Release|Any CPU
  65. {432A20C2-7C8A-4EA1-BB63-3B461924F031}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  66. {432A20C2-7C8A-4EA1-BB63-3B461924F031}.Debug|Any CPU.Build.0 = Debug|Any CPU
  67. {432A20C2-7C8A-4EA1-BB63-3B461924F031}.Debug|x86.ActiveCfg = Debug|Any CPU
  68. {432A20C2-7C8A-4EA1-BB63-3B461924F031}.Debug|x86.Build.0 = Debug|Any CPU
  69. {432A20C2-7C8A-4EA1-BB63-3B461924F031}.Release|Any CPU.ActiveCfg = Release|Any CPU
  70. {432A20C2-7C8A-4EA1-BB63-3B461924F031}.Release|Any CPU.Build.0 = Release|Any CPU
  71. {432A20C2-7C8A-4EA1-BB63-3B461924F031}.Release|x86.ActiveCfg = Release|Any CPU
  72. {432A20C2-7C8A-4EA1-BB63-3B461924F031}.Release|x86.Build.0 = Release|Any CPU
  73. EndGlobalSection
  74. GlobalSection(SolutionProperties) = preSolution
  75. HideSolutionNode = FALSE
  76. EndGlobalSection
  77. GlobalSection(NestedProjects) = preSolution
  78. {43FF9723-4D2D-4C0E-B040-470DA7106A43} = {AF5E5AC0-5FD7-4BA0-A047-139FE87FEB6C}
  79. {61FB8BE1-A10B-4E92-B0D8-1C7E7DDAECA5} = {76F130C5-CDD6-458A-871C-4D8E82ED8416}
  80. {B13F56F5-F5CC-4C1A-9BB8-C626AE4C0739} = {AF5E5AC0-5FD7-4BA0-A047-139FE87FEB6C}
  81. {432A20C2-7C8A-4EA1-BB63-3B461924F031} = {AF5E5AC0-5FD7-4BA0-A047-139FE87FEB6C}
  82. EndGlobalSection
  83. GlobalSection(TeamFoundationVersionControl) = preSolution
  84. SccNumberOfProjects = 5
  85. SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
  86. SccTeamFoundationServer = https://fatimaeform.visualstudio.com/
  87. SccLocalPath0 = .
  88. SccProjectUniqueName1 = CLIP.e-Form.Consent.Dfh.Dac\\CLIP.e-Form.Consent.Dfh.Dac.csproj
  89. SccProjectTopLevelParentUniqueName1 = DFH-Consent.sln
  90. SccProjectName1 = CLIP.e-Form.Consent.Dfh.Dac
  91. SccLocalPath1 = CLIP.e-Form.Consent.Dfh.Dac
  92. SccProjectUniqueName2 = CLIP.e-Form.Consent.Dfh.Entity\\CLIP.e-Form.Consent.Dfh.Entity.csproj
  93. SccProjectTopLevelParentUniqueName2 = DFH-Consent.sln
  94. SccProjectName2 = CLIP.e-Form.Consent.Dfh.Entity
  95. SccLocalPath2 = CLIP.e-Form.Consent.Dfh.Entity
  96. SccProjectUniqueName3 = CLIP.e-Form.Consent.Dfh.UI\\CLIP.e-Form.Consent.Dfh.UI.csproj
  97. SccProjectTopLevelParentUniqueName3 = DFH-Consent.sln
  98. SccProjectName3 = CLIP.e-Form.Consent.Dfh.UI
  99. SccLocalPath3 = CLIP.e-Form.Consent.Dfh.UI
  100. SccProjectUniqueName4 = CLIP.e-Form.Consent.Dfh.Web\\CLIP.e-Form.Consent.Dfh.Web.csproj
  101. SccProjectTopLevelParentUniqueName4 = DFH-Consent.sln
  102. SccProjectName4 = CLIP.e-Form.Consent.Dfh.Web
  103. SccLocalPath4 = CLIP.e-Form.Consent.Dfh.Web
  104. EndGlobalSection
  105. EndGlobal