CLIP.e-Form.Consent.UI.csproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{61FB8BE1-A10B-4E92-B0D8-1C7E7DDAECA5}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CLIP.eForm.Consent.UI</RootNamespace>
  11. <AssemblyName>CLIP.e-Form.Consent.UI</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <StartupObject />
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  43. <PlatformTarget>x86</PlatformTarget>
  44. <OutputPath>bin\x86\Debug\</OutputPath>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  47. <PlatformTarget>x86</PlatformTarget>
  48. <OutputPath>bin\x86\Release\</OutputPath>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="CLIP.e-Form.Consent.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\..\Users\User\Desktop\대구파티마병원\module\CLIP.e-Form.Consent.WinAgent\CLIP.e-Form.Consent.Common.dll</HintPath>
  54. </Reference>
  55. <Reference Include="CLIP.e-Form.ImageViewerCtrl, Version=1.0.3.0, Culture=neutral, PublicKeyToken=c4f7b6f666ef383e, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>Agent App\CLIP.e-Form.ImageViewerCtrl.dll</HintPath>
  58. </Reference>
  59. <Reference Include="CLIP.e-Form.NetUtility">
  60. <HintPath>Agent App\CLIP.e-Form.NetUtility.dll</HintPath>
  61. </Reference>
  62. <Reference Include="CLIP.e-Form.UI.Parts, Version=2.5.90.0, Culture=neutral, PublicKeyToken=7bd83b480ac992a5, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>Agent App\CLIP.e-Form.UI.Parts.dll</HintPath>
  65. </Reference>
  66. <Reference Include="CLIP.eForm.CustomDialogUtility">
  67. <HintPath>Agent App\CLIP.eForm.CustomDialogUtility.dll</HintPath>
  68. </Reference>
  69. <Reference Include="CLIP.eForm.DualViewer, Version=2.5.23.2754, Culture=neutral, PublicKeyToken=61e5e902106f53e0, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>Agent App\CLIP.eForm.DualViewer.dll</HintPath>
  72. </Reference>
  73. <Reference Include="CLIP.eForm.Viewer">
  74. <HintPath>Agent App\CLIP.eForm.Viewer.dll</HintPath>
  75. </Reference>
  76. <Reference Include="ClipSoft.CommonLibrary">
  77. <HintPath>Agent App\ClipSoft.CommonLibrary.dll</HintPath>
  78. </Reference>
  79. <Reference Include="ClipSoft.eForm.Base, Version=1.5.10.2604, Culture=neutral, PublicKeyToken=2d7e6ba0b54c759c, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>Agent App\ClipSoft.eForm.Base.dll</HintPath>
  82. </Reference>
  83. <Reference Include="fastJSON, Version=2.1.0.0, Culture=neutral, PublicKeyToken=6b75a806b86095cd, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>Agent App\fastJSON.dll</HintPath>
  86. </Reference>
  87. <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>Agent App\log4net.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System" />
  92. <Reference Include="System.configuration" />
  93. <Reference Include="System.Data" />
  94. <Reference Include="System.Drawing" />
  95. <Reference Include="System.Messaging" />
  96. <Reference Include="System.Runtime.Serialization" />
  97. <Reference Include="System.ServiceModel" />
  98. <Reference Include="System.Windows.Forms" />
  99. <Reference Include="System.Xml" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Compile Include="Common.cs" />
  103. <Compile Include="CommonUtil.cs" />
  104. <Compile Include="ConsentMainControl.cs">
  105. <SubType>UserControl</SubType>
  106. </Compile>
  107. <Compile Include="ConsentMainControl.Designer.cs">
  108. <DependentUpon>ConsentMainControl.cs</DependentUpon>
  109. </Compile>
  110. <Compile Include="ConsentListTabElements\ConsentSelectTabConsentSearch.cs">
  111. <SubType>UserControl</SubType>
  112. </Compile>
  113. <Compile Include="ConsentListTabElements\ConsentSelectTabConsentSearch.Designer.cs">
  114. <DependentUpon>ConsentSelectTabConsentSearch.cs</DependentUpon>
  115. </Compile>
  116. <Compile Include="ConsentListTabElements\ConsentSelectTabPageAll.cs">
  117. <SubType>UserControl</SubType>
  118. </Compile>
  119. <Compile Include="ConsentListTabElements\ConsentSelectTabPageAll.Designer.cs">
  120. <DependentUpon>ConsentSelectTabPageAll.cs</DependentUpon>
  121. </Compile>
  122. <Compile Include="ConsentListTabElements\ConsentSelectTabPageConsentSet.cs">
  123. <SubType>UserControl</SubType>
  124. </Compile>
  125. <Compile Include="ConsentListTabElements\ConsentSelectTabPageConsentSet.Designer.cs">
  126. <DependentUpon>ConsentSelectTabPageConsentSet.cs</DependentUpon>
  127. </Compile>
  128. <Compile Include="ConsentListTabElements\ConsentSelectTabPageUnfinished.cs">
  129. <SubType>UserControl</SubType>
  130. </Compile>
  131. <Compile Include="ConsentListTabElements\ConsentSelectTabPageUnfinished.Designer.cs">
  132. <DependentUpon>ConsentSelectTabPageUnfinished.cs</DependentUpon>
  133. </Compile>
  134. <Compile Include="Dialog\ConfigForm.cs">
  135. <SubType>Form</SubType>
  136. </Compile>
  137. <Compile Include="Dialog\ConfigForm.Designer.cs">
  138. <DependentUpon>ConfigForm.cs</DependentUpon>
  139. </Compile>
  140. <Compile Include="Dialog\SignaturePasswordForm.cs">
  141. <SubType>Form</SubType>
  142. </Compile>
  143. <Compile Include="Dialog\SignaturePasswordForm.Designer.cs">
  144. <DependentUpon>SignaturePasswordForm.cs</DependentUpon>
  145. </Compile>
  146. <Compile Include="EndUser.cs" />
  147. <Compile Include="IConsentMain.cs" />
  148. <Compile Include="iniUtil.cs" />
  149. <Compile Include="PatientListTabElements\PatientSelectTabEmergencyPatient.cs">
  150. <SubType>UserControl</SubType>
  151. </Compile>
  152. <Compile Include="PatientListTabElements\PatientSelectTabEmergencyPatient.Designer.cs">
  153. <DependentUpon>PatientSelectTabEmergencyPatient.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="PatientListTabElements\PatientSelectTabInPatient.cs">
  156. <SubType>UserControl</SubType>
  157. </Compile>
  158. <Compile Include="PatientListTabElements\PatientSelectTabInPatient.Designer.cs">
  159. <DependentUpon>PatientSelectTabInPatient.cs</DependentUpon>
  160. </Compile>
  161. <Compile Include="PatientListTabElements\PatientSelectTabOperatePatient.cs">
  162. <SubType>UserControl</SubType>
  163. </Compile>
  164. <Compile Include="PatientListTabElements\PatientSelectTabOperatePatient.Designer.cs">
  165. <DependentUpon>PatientSelectTabOperatePatient.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="PatientListTabElements\PatientSelectTabOutPatient.cs">
  168. <SubType>UserControl</SubType>
  169. </Compile>
  170. <Compile Include="PatientListTabElements\PatientSelectTabOutPatient.Designer.cs">
  171. <DependentUpon>PatientSelectTabOutPatient.cs</DependentUpon>
  172. </Compile>
  173. <Compile Include="PatientListTabElements\PatientSelectTabSearchPatient.cs">
  174. <SubType>UserControl</SubType>
  175. </Compile>
  176. <Compile Include="PatientListTabElements\PatientSelectTabSearchPatient.Designer.cs">
  177. <DependentUpon>PatientSelectTabSearchPatient.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="PatientSearchPopup.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="PatientSearchPopup.Designer.cs">
  183. <DependentUpon>PatientSearchPopup.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="PreviewConsent.cs" />
  186. <Compile Include="Properties\AssemblyInfo.cs" />
  187. <Compile Include="Properties\Resources.Designer.cs">
  188. <AutoGen>True</AutoGen>
  189. <DesignTime>True</DesignTime>
  190. <DependentUpon>Resources.resx</DependentUpon>
  191. </Compile>
  192. <Compile Include="ReasonForUseN.cs">
  193. <SubType>Form</SubType>
  194. </Compile>
  195. <Compile Include="ReasonForUseN.Designer.cs">
  196. <DependentUpon>ReasonForUseN.cs</DependentUpon>
  197. </Compile>
  198. <Compile Include="Service References\ConsentSvcRef\Reference.cs">
  199. <AutoGen>True</AutoGen>
  200. <DesignTime>True</DesignTime>
  201. <DependentUpon>Reference.svcmap</DependentUpon>
  202. </Compile>
  203. <Compile Include="Service References\HospitalSvcRef\Reference.cs">
  204. <AutoGen>True</AutoGen>
  205. <DesignTime>True</DesignTime>
  206. <DependentUpon>Reference.svcmap</DependentUpon>
  207. </Compile>
  208. <Compile Include="SignatureConfig.cs" />
  209. <Compile Include="SortableBindingList.cs" />
  210. <Compile Include="TargetPatient.cs" />
  211. <Compile Include="UIParts\ConsentCommandCtrl.cs">
  212. <SubType>UserControl</SubType>
  213. </Compile>
  214. <Compile Include="UIParts\ConsentCommandCtrl.Designer.cs">
  215. <DependentUpon>ConsentCommandCtrl.cs</DependentUpon>
  216. </Compile>
  217. <Compile Include="UIParts\ConsentCommandCtrlBase.cs">
  218. <SubType>UserControl</SubType>
  219. </Compile>
  220. <Compile Include="UIParts\ConsentCommandCtrlBase.Designer.cs">
  221. <DependentUpon>ConsentCommandCtrlBase.cs</DependentUpon>
  222. </Compile>
  223. <Compile Include="UIParts\ConsentListCtrl.cs">
  224. <SubType>UserControl</SubType>
  225. </Compile>
  226. <Compile Include="UIParts\ConsentListCtrl.Designer.cs">
  227. <DependentUpon>ConsentListCtrl.cs</DependentUpon>
  228. </Compile>
  229. <Compile Include="UIParts\ConsentListCtrlBase.cs">
  230. <SubType>UserControl</SubType>
  231. </Compile>
  232. <Compile Include="UIParts\ConsentListCtrlBase.Designer.cs">
  233. <DependentUpon>ConsentListCtrlBase.cs</DependentUpon>
  234. </Compile>
  235. <Compile Include="UIParts\PatientInfoCtrl.cs">
  236. <SubType>UserControl</SubType>
  237. </Compile>
  238. <Compile Include="UIParts\PatientInfoCtrl.Designer.cs">
  239. <DependentUpon>PatientInfoCtrl.cs</DependentUpon>
  240. </Compile>
  241. <Compile Include="UIParts\PatientInfoCtrlBase.cs">
  242. <SubType>UserControl</SubType>
  243. </Compile>
  244. <Compile Include="UIParts\PatientInfoCtrlBase.Designer.cs">
  245. <DependentUpon>PatientInfoCtrlBase.cs</DependentUpon>
  246. </Compile>
  247. <Compile Include="UIParts\PatientListCtrl.cs">
  248. <SubType>UserControl</SubType>
  249. </Compile>
  250. <Compile Include="UIParts\PatientListCtrl.Designer.cs">
  251. <DependentUpon>PatientListCtrl.cs</DependentUpon>
  252. </Compile>
  253. <Compile Include="UIParts\PatientListCtrlBase.cs">
  254. <SubType>UserControl</SubType>
  255. </Compile>
  256. <Compile Include="UIParts\PatientListCtrlBase.Designer.cs">
  257. <DependentUpon>PatientListCtrlBase.cs</DependentUpon>
  258. </Compile>
  259. <Compile Include="UIParts\ThumbnailCtrl.cs">
  260. <SubType>UserControl</SubType>
  261. </Compile>
  262. <Compile Include="UIParts\ThumbnailCtrl.Designer.cs">
  263. <DependentUpon>ThumbnailCtrl.cs</DependentUpon>
  264. </Compile>
  265. <Compile Include="WebMethodCommon.cs" />
  266. </ItemGroup>
  267. <ItemGroup>
  268. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.UserSignDataVo.datasource">
  269. <DependentUpon>Reference.svcmap</DependentUpon>
  270. </None>
  271. <None Include="Service References\HospitalSvcRef\HospitalSvc.disco" />
  272. <None Include="Service References\ConsentSvcRef\ConsentSvc1.disco" />
  273. <None Include="Service References\ConsentSvcRef\ConsentSvc1.wsdl" />
  274. <None Include="Service References\ConsentSvcRef\CLIP.eForm.Consent.UI.ConsentSvcRef.ConsentFormListVO.datasource">
  275. <DependentUpon>Reference.svcmap</DependentUpon>
  276. </None>
  277. <None Include="Service References\ConsentSvcRef\CLIP.eForm.Consent.UI.ConsentSvcRef.SingleReturnData.datasource">
  278. <DependentUpon>Reference.svcmap</DependentUpon>
  279. </None>
  280. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.ConsentFormListVO.datasource">
  281. <DependentUpon>Reference.svcmap</DependentUpon>
  282. </None>
  283. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData.datasource">
  284. <DependentUpon>Reference.svcmap</DependentUpon>
  285. </None>
  286. <None Include="Service References\ConsentSvcRef\CLIP.eForm.Consent.UI.ConsentSvcRef.ArrayOfString.datasource">
  287. <DependentUpon>Reference.svcmap</DependentUpon>
  288. </None>
  289. <None Include="Service References\ConsentSvcRef\CLIP.eForm.Consent.UI.ConsentSvcRef.CategoryForDropdownVO.datasource">
  290. <DependentUpon>Reference.svcmap</DependentUpon>
  291. </None>
  292. <None Include="Service References\ConsentSvcRef\CLIP.eForm.Consent.UI.ConsentSvcRef.ConsentImageVO.datasource">
  293. <DependentUpon>Reference.svcmap</DependentUpon>
  294. </None>
  295. <None Include="Service References\ConsentSvcRef\Reference.svcmap">
  296. <Generator>WCF Proxy Generator</Generator>
  297. <LastGenOutput>Reference.cs</LastGenOutput>
  298. </None>
  299. <None Include="Service References\ConsentSvcRef\configuration.svcinfo" />
  300. <None Include="Service References\ConsentSvcRef\configuration91.svcinfo" />
  301. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.MobileUserInfo.datasource">
  302. <DependentUpon>Reference.svcmap</DependentUpon>
  303. </None>
  304. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.UserLoginDeptList.datasource">
  305. <DependentUpon>Reference.svcmap</DependentUpon>
  306. </None>
  307. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.ArrayOfString.datasource">
  308. <DependentUpon>Reference.svcmap</DependentUpon>
  309. </None>
  310. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.ClnDateForDropdownVO.datasource">
  311. <DependentUpon>Reference.svcmap</DependentUpon>
  312. </None>
  313. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.DeptListVO.datasource">
  314. <DependentUpon>Reference.svcmap</DependentUpon>
  315. </None>
  316. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.DocListVO.datasource">
  317. <DependentUpon>Reference.svcmap</DependentUpon>
  318. </None>
  319. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.PatientVO.datasource">
  320. <DependentUpon>Reference.svcmap</DependentUpon>
  321. </None>
  322. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.PatInfoListVO.datasource">
  323. <DependentUpon>Reference.svcmap</DependentUpon>
  324. </None>
  325. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.PatListVO.datasource">
  326. <DependentUpon>Reference.svcmap</DependentUpon>
  327. </None>
  328. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.UnFinishedListVO.datasource">
  329. <DependentUpon>Reference.svcmap</DependentUpon>
  330. </None>
  331. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.UserSignImageVO.datasource">
  332. <DependentUpon>Reference.svcmap</DependentUpon>
  333. </None>
  334. <None Include="Service References\HospitalSvcRef\CLIP.eForm.Consent.UI.HospitalSvcRef.UserVO.datasource">
  335. <DependentUpon>Reference.svcmap</DependentUpon>
  336. </None>
  337. <None Include="Service References\HospitalSvcRef\HospitalSvc.wsdl" />
  338. <None Include="Service References\HospitalSvcRef\Reference.svcmap">
  339. <Generator>WCF Proxy Generator</Generator>
  340. <LastGenOutput>Reference.cs</LastGenOutput>
  341. </None>
  342. <None Include="Service References\HospitalSvcRef\configuration.svcinfo" />
  343. <None Include="Service References\HospitalSvcRef\configuration91.svcinfo" />
  344. <None Include="Agent App\CLIP.e-Form.ImageViewerCtrl.dll" />
  345. <Content Include="Agent App\%283.1.0.9%29_KMClientAX_Setup.exe" />
  346. <Content Include="Agent App\CLIP.e-Form.SaveImageAsAdmin.exe" />
  347. <Content Include="Agent App\CLIP.eForm.Duktape.dll" />
  348. <Content Include="Agent App\CLIP.eForm.Duktape64.dll" />
  349. <Content Include="Agent App\CLIP.eForm.Wacom.dll" />
  350. <Content Include="Agent App\FontInstall.exe" />
  351. <Content Include="Agent App\Plugin\CLIP.Consent-031.xml" />
  352. <Content Include="Agent App\Plugin\CLIP.Consent-031edu.xml">
  353. <SubType>Designer</SubType>
  354. </Content>
  355. <Content Include="Agent App\Plugin\CLIP.Consent-032.xml" />
  356. <Content Include="Agent App\Plugin\CLIP.Consent-032edu.xml" />
  357. <None Include="Resources\HelpIcon.png" />
  358. <None Include="Resources\HelpImage16.png" />
  359. <None Include="Resources\HelpImage32.png" />
  360. <Content Include="Resources\newAllCancle.png" />
  361. <Content Include="Resources\newDrawing.png" />
  362. <Content Include="Resources\newDrawingCancle.png" />
  363. <Content Include="Resources\newDrawingClick.png" />
  364. <Content Include="Resources\NewInsertAttach.png" />
  365. <Content Include="Resources\newNextPage.png" />
  366. <Content Include="Resources\newPenConfig.png" />
  367. <Content Include="Resources\newPrePage.png" />
  368. <Content Include="Resources\newRedo.png" />
  369. <Content Include="Resources\newReDrawing.png" />
  370. <Content Include="Resources\newSign.png" />
  371. <Content Include="Resources\newTempSave.png" />
  372. <Content Include="Resources\newUndo.png" />
  373. <None Include="Agent App\%283.1.0.9%29_Client_Cab.zip" />
  374. <None Include="Agent App\CLIP.e-Form.Consent.Common.dll" />
  375. <None Include="Agent App\CLIP.e-Form.Consent.WinAgent.exe" />
  376. <None Include="Agent App\fastJSON.dll" />
  377. <None Include="Agent App\log4net.dll" />
  378. <None Include="app.config">
  379. <SubType>Designer</SubType>
  380. </None>
  381. <Content Include="Agent App\Plugin\CLIP.Consent-Dev.xml">
  382. <SubType>Designer</SubType>
  383. </Content>
  384. <Content Include="Agent App\Plugin\CLIP.Consent-LOCAL.xml" />
  385. <Content Include="Agent App\Plugin\CLIP.Consent-REAL.xml" />
  386. <Content Include="Agent App\Plugin\CLIP.Consent.xml">
  387. <SubType>Designer</SubType>
  388. </Content>
  389. </ItemGroup>
  390. <ItemGroup>
  391. <None Include="Agent App\CLIP.e-Form.Consent.WinAgent.exe.config" />
  392. </ItemGroup>
  393. <ItemGroup>
  394. <EmbeddedResource Include="ConsentListTabElements\ConsentSelectTabConsentSearch.resx">
  395. <DependentUpon>ConsentSelectTabConsentSearch.cs</DependentUpon>
  396. <SubType>Designer</SubType>
  397. </EmbeddedResource>
  398. <EmbeddedResource Include="ConsentListTabElements\ConsentSelectTabPageAll.resx">
  399. <DependentUpon>ConsentSelectTabPageAll.cs</DependentUpon>
  400. <SubType>Designer</SubType>
  401. </EmbeddedResource>
  402. <EmbeddedResource Include="ConsentListTabElements\ConsentSelectTabPageConsentSet.resx">
  403. <DependentUpon>ConsentSelectTabPageConsentSet.cs</DependentUpon>
  404. </EmbeddedResource>
  405. <EmbeddedResource Include="ConsentListTabElements\ConsentSelectTabPageUnfinished.resx">
  406. <DependentUpon>ConsentSelectTabPageUnfinished.cs</DependentUpon>
  407. </EmbeddedResource>
  408. <EmbeddedResource Include="ConsentMainControl.resx">
  409. <DependentUpon>ConsentMainControl.cs</DependentUpon>
  410. <SubType>Designer</SubType>
  411. </EmbeddedResource>
  412. <EmbeddedResource Include="Dialog\ConfigForm.resx">
  413. <DependentUpon>ConfigForm.cs</DependentUpon>
  414. </EmbeddedResource>
  415. <EmbeddedResource Include="Dialog\SignaturePasswordForm.resx">
  416. <DependentUpon>SignaturePasswordForm.cs</DependentUpon>
  417. </EmbeddedResource>
  418. <EmbeddedResource Include="PatientListTabElements\PatientSelectTabEmergencyPatient.resx">
  419. <DependentUpon>PatientSelectTabEmergencyPatient.cs</DependentUpon>
  420. </EmbeddedResource>
  421. <EmbeddedResource Include="PatientListTabElements\PatientSelectTabInPatient.resx">
  422. <DependentUpon>PatientSelectTabInPatient.cs</DependentUpon>
  423. </EmbeddedResource>
  424. <EmbeddedResource Include="PatientListTabElements\PatientSelectTabOperatePatient.resx">
  425. <DependentUpon>PatientSelectTabOperatePatient.cs</DependentUpon>
  426. </EmbeddedResource>
  427. <EmbeddedResource Include="PatientListTabElements\PatientSelectTabOutPatient.resx">
  428. <DependentUpon>PatientSelectTabOutPatient.cs</DependentUpon>
  429. </EmbeddedResource>
  430. <EmbeddedResource Include="PatientListTabElements\PatientSelectTabSearchPatient.resx">
  431. <DependentUpon>PatientSelectTabSearchPatient.cs</DependentUpon>
  432. </EmbeddedResource>
  433. <EmbeddedResource Include="PatientSearchPopup.resx">
  434. <DependentUpon>PatientSearchPopup.cs</DependentUpon>
  435. </EmbeddedResource>
  436. <EmbeddedResource Include="Properties\Resources.resx">
  437. <Generator>ResXFileCodeGenerator</Generator>
  438. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  439. <SubType>Designer</SubType>
  440. </EmbeddedResource>
  441. <EmbeddedResource Include="ReasonForUseN.resx">
  442. <DependentUpon>ReasonForUseN.cs</DependentUpon>
  443. </EmbeddedResource>
  444. <EmbeddedResource Include="UIParts\ConsentCommandCtrl.resx">
  445. <DependentUpon>ConsentCommandCtrl.cs</DependentUpon>
  446. <SubType>Designer</SubType>
  447. </EmbeddedResource>
  448. <EmbeddedResource Include="UIParts\ConsentListCtrl.resx">
  449. <DependentUpon>ConsentListCtrl.cs</DependentUpon>
  450. </EmbeddedResource>
  451. <EmbeddedResource Include="UIParts\PatientInfoCtrl.resx">
  452. <DependentUpon>PatientInfoCtrl.cs</DependentUpon>
  453. </EmbeddedResource>
  454. <EmbeddedResource Include="UIParts\PatientListCtrl.resx">
  455. <DependentUpon>PatientListCtrl.cs</DependentUpon>
  456. </EmbeddedResource>
  457. <EmbeddedResource Include="UIParts\ThumbnailCtrl.resx">
  458. <DependentUpon>ThumbnailCtrl.cs</DependentUpon>
  459. </EmbeddedResource>
  460. </ItemGroup>
  461. <ItemGroup>
  462. <None Include="Agent App\TestPage.htm" />
  463. </ItemGroup>
  464. <ItemGroup>
  465. <WCFMetadata Include="Service References\" />
  466. </ItemGroup>
  467. <ItemGroup>
  468. <WCFMetadataStorage Include="Service References\ConsentSvcRef\" />
  469. <WCFMetadataStorage Include="Service References\HospitalSvcRef\" />
  470. </ItemGroup>
  471. <ItemGroup>
  472. <None Include="Resources\config_32.png" />
  473. </ItemGroup>
  474. <ItemGroup>
  475. <None Include="Resources\dualViewExit.png" />
  476. </ItemGroup>
  477. <ItemGroup>
  478. <None Include="Resources\eSign.png" />
  479. </ItemGroup>
  480. <ItemGroup>
  481. <None Include="Resources\eTempSave.png" />
  482. </ItemGroup>
  483. <ItemGroup>
  484. <None Include="Resources\icon_search_brch.png" />
  485. </ItemGroup>
  486. <ItemGroup>
  487. <None Include="Resources\pen.png" />
  488. </ItemGroup>
  489. <ItemGroup>
  490. <None Include="Resources\print.png" />
  491. </ItemGroup>
  492. <ItemGroup>
  493. <None Include="Resources\search_icon.png" />
  494. </ItemGroup>
  495. <ItemGroup>
  496. <Content Include="Agent App\ClientUIFiles.xml" />
  497. <Content Include="Agent App\CLIP.eForm.CLIPCrypto.dll" />
  498. <Content Include="Agent App\CLIP.eForm.Consent.Adapter.ocx" />
  499. <Content Include="Agent App\CLIP.eForm.CustomDialogUtility.dll" />
  500. <Content Include="Agent App\CLIP.eForm.DualViewer.dll" />
  501. <Content Include="Agent App\CLIP.eForm.Viewer.dll" />
  502. <Content Include="Agent App\ClipSoft.CommonLibrary.dll" />
  503. <Content Include="Agent App\ClipSoft.eForm.Base.dll" />
  504. <Content Include="Agent App\ClipSoft.eForm.Export.dll" />
  505. <Content Include="Agent App\exporter.dll" />
  506. <Content Include="Agent App\exporter64.dll" />
  507. <Content Include="Agent App\Font\NanumFontSetup.exe" />
  508. <Content Include="Agent App\Interop.KMCLIENTAXLib.dll" />
  509. <Content Include="Agent App\Interop.SKCOMMAXLib.dll" />
  510. <Content Include="Agent App\RexBarcodeLib.dll" />
  511. <Content Include="Agent App\RexBarcodeLib64.dll" />
  512. <Content Include="Agent App\V8.Net.dll" />
  513. <Content Include="Agent App\V8.Net.Proxy.Interface.x64.dll" />
  514. <Content Include="Agent App\V8.Net.Proxy.Interface.x86.dll" />
  515. <Content Include="Agent App\V8.Net.SharedTypes.dll" />
  516. <Content Include="Agent App\V8_Net_Proxy_x64.dll" />
  517. <Content Include="Agent App\V8_Net_Proxy_x86.dll" />
  518. <Content Include="Resources\deleteAttach.png" />
  519. <None Include="Resources\drawing.png" />
  520. <Content Include="Resources\insertAttach.png" />
  521. </ItemGroup>
  522. <ItemGroup>
  523. <COMReference Include="KMCLIENTAXLib">
  524. <Guid>{67DB6640-DEC0-4714-A9D4-A364245F0F0F}</Guid>
  525. <VersionMajor>1</VersionMajor>
  526. <VersionMinor>0</VersionMinor>
  527. <Lcid>0</Lcid>
  528. <WrapperTool>tlbimp</WrapperTool>
  529. <Isolated>False</Isolated>
  530. <EmbedInteropTypes>True</EmbedInteropTypes>
  531. </COMReference>
  532. <COMReference Include="SKCOMMAXLib">
  533. <Guid>{F3741CF4-7692-4CEB-B7AD-DCFE998570F4}</Guid>
  534. <VersionMajor>1</VersionMajor>
  535. <VersionMinor>0</VersionMinor>
  536. <Lcid>0</Lcid>
  537. <WrapperTool>tlbimp</WrapperTool>
  538. <Isolated>False</Isolated>
  539. <EmbedInteropTypes>True</EmbedInteropTypes>
  540. </COMReference>
  541. </ItemGroup>
  542. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  543. <PropertyGroup>
  544. <PostBuildEvent>copy "$(TargetPath)" "$(ProjectDir)\Agent App\Plugin\$(TargetFileName)"
  545. copy "$(TargetPath)" "$(ProjectDir)\Agent App"</PostBuildEvent>
  546. </PropertyGroup>
  547. <PropertyGroup>
  548. <PreBuildEvent>
  549. </PreBuildEvent>
  550. </PropertyGroup>
  551. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  552. Other similar extension points exist, see Microsoft.Common.targets.
  553. <Target Name="BeforeBuild">
  554. </Target>
  555. <Target Name="AfterBuild">
  556. </Target>
  557. -->
  558. </Project>