CLIP.e-Form.Consent.Web.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{43FF9723-4D2D-4C0E-B040-470DA7106A43}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>CLIP.eForm.Consent.Web</RootNamespace>
  15. <AssemblyName>CLIP.e-Form.Consent.Web</AssemblyName>
  16. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  17. <UseIISExpress>true</UseIISExpress>
  18. <IISExpressSSLPort />
  19. <IISExpressAnonymousAuthentication />
  20. <IISExpressWindowsAuthentication />
  21. <IISExpressUseClassicPipelineMode />
  22. <UseGlobalApplicationHostFile />
  23. <NuGetPackageImportStamp>
  24. </NuGetPackageImportStamp>
  25. <TargetFrameworkProfile />
  26. <SccProjectName>SAK</SccProjectName>
  27. <SccLocalPath>SAK</SccLocalPath>
  28. <SccAuxPath>SAK</SccAuxPath>
  29. <SccProvider>SAK</SccProvider>
  30. <Use64BitIISExpress />
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>0</WarningLevel>
  40. <FilesToIncludeForPublish>AllFilesInTheProject</FilesToIncludeForPublish>
  41. <IncludeIisSettings>false</IncludeIisSettings>
  42. <IncludeAppPool>false</IncludeAppPool>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <Prefer32Bit>false</Prefer32Bit>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="CLIP.e-Form.Server, Version=1.0.7.226, Culture=neutral, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>Ref Assemblies\CLIP.e-Form.Server.dll</HintPath>
  58. </Reference>
  59. <Reference Include="CLIP.e-Form.Server.Data, Version=1.0.7.226, Culture=neutral, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>Ref Assemblies\CLIP.e-Form.Server.Data.dll</HintPath>
  62. </Reference>
  63. <Reference Include="CLIP.e-Form.Server.VO, Version=1.0.8.234, Culture=neutral, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>Ref Assemblies\CLIP.e-Form.Server.VO.dll</HintPath>
  66. </Reference>
  67. <Reference Include="ClipSoft.CommonLibrary, Version=1.0.1.11, Culture=neutral, PublicKeyToken=308ff00809847118, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>Ref Assemblies\ClipSoft.CommonLibrary.dll</HintPath>
  70. </Reference>
  71. <Reference Include="fastJSON, Version=2.1.0.0, Culture=neutral, PublicKeyToken=6b75a806b86095cd, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>Ref Assemblies\fastJSON.dll</HintPath>
  74. </Reference>
  75. <Reference Include="IBatisNet.Common, Version=1.6.2.0, Culture=neutral, PublicKeyToken=ed781d9fc396c6ca, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>Ref Assemblies\IBatisNet.Common.dll</HintPath>
  78. </Reference>
  79. <Reference Include="IBatisNet.Common.Logging.Log4Net, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>Ref Assemblies\IBatisNet.Common.Logging.Log4Net.dll</HintPath>
  82. </Reference>
  83. <Reference Include="IBatisNet.DataMapper, Version=1.6.2.0, Culture=neutral, PublicKeyToken=ed781d9fc396c6ca, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>Ref Assemblies\IBatisNet.DataMapper.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>Ref Assemblies\log4net.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System">
  92. <HintPath>..\..\..\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Data" />
  95. <Reference Include="System.Data.DataSetExtensions" />
  96. <Reference Include="System.Drawing" />
  97. <Reference Include="System.Runtime.Serialization" />
  98. <Reference Include="System.ServiceModel" />
  99. <Reference Include="System.Web" />
  100. <Reference Include="System.Web.ApplicationServices" />
  101. <Reference Include="System.Web.DynamicData" />
  102. <Reference Include="System.Web.Entity" />
  103. <Reference Include="System.Web.Extensions" />
  104. <Reference Include="System.Xml" />
  105. <Reference Include="System.Configuration" />
  106. <Reference Include="System.Web.Services" />
  107. <Reference Include="System.EnterpriseServices" />
  108. <Reference Include="System.Xml.Linq" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Content Include="Conf\ConsentSvcOracleMap.config">
  112. <SubType>Designer</SubType>
  113. </Content>
  114. <Content Include="Conf\Providers.config" />
  115. <Content Include="Conf\HospitalSvcOracleMap.config">
  116. <SubType>Designer</SubType>
  117. </Content>
  118. <Content Include="Conf\CenDBOracleMap.config">
  119. <SubType>Designer</SubType>
  120. </Content>
  121. <Content Include="apks\consent_knuh.apk" />
  122. <None Include="Properties\PublishProfiles\CustomProfile.pubxml" />
  123. <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
  124. <None Include="Properties\Settings.settings">
  125. <Generator>SettingsSingleFileGenerator</Generator>
  126. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  127. </None>
  128. <None Include="Web.Debug.config">
  129. <DependentUpon>Web.config</DependentUpon>
  130. <SubType>Designer</SubType>
  131. </None>
  132. <None Include="Web.Release.config">
  133. <DependentUpon>Web.config</DependentUpon>
  134. <SubType>Designer</SubType>
  135. </None>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Content Include="App_Data\ClientUIFiles.xml">
  139. <BrowseToURL>~/App_Data/ClientUIFiles.xml</BrowseToURL>
  140. <SubType>Designer</SubType>
  141. </Content>
  142. <Content Include="ConsentSvc.asmx" />
  143. <Content Include="Deploy.aspx" />
  144. <Content Include="DiagnosysList.aspx" />
  145. <Content Include="DoctorList.aspx" />
  146. <Content Include="download.html" />
  147. <Content Include="fileUploadAll.aspx" />
  148. <Content Include="fileUpload.aspx" />
  149. <Content Include="FormSvc.aspx" />
  150. <Content Include="Global.asax" />
  151. <None Include="Ref Assemblies\fastJSON.dll" />
  152. <None Include="Ref Assemblies\IBatisNet.Common.dll" />
  153. <None Include="Ref Assemblies\IBatisNet.Common.Logging.Log4Net.dll" />
  154. <None Include="Ref Assemblies\IBatisNet.DataMapper.dll" />
  155. <Content Include="HospitalSvc.asmx" />
  156. <Content Include="jquery-1.8.3.min.js" />
  157. <Content Include="json2.js" />
  158. <Content Include="manager.aspx" />
  159. <Content Include="OperationList.aspx" />
  160. <Content Include="OracleQuery\CLIP.e-Form.cendb.consent.xml">
  161. <SubType>Designer</SubType>
  162. </Content>
  163. <Content Include="OracleQuery\CLIP.e-Form.Consent.FormRepository.xml">
  164. <SubType>Designer</SubType>
  165. </Content>
  166. <Content Include="OracleQuery\CLIP.e-Form.Consent.ResultMap.xml" />
  167. <Content Include="OracleQuery\CLIP.e-Form.Hospital.Patient.xml">
  168. <SubType>Designer</SubType>
  169. </Content>
  170. <Content Include="OracleQuery\CLIP.e-Form.Hospital.PatList.xml">
  171. <SubType>Designer</SubType>
  172. </Content>
  173. <Content Include="OracleQuery\CLIP.e-Form.Hospital.ResultMap.xml" />
  174. <Content Include="OracleQuery\CLIP.e-Form.Hospital.User.xml">
  175. <SubType>Designer</SubType>
  176. </Content>
  177. <Content Include="OracleQuery\CLIP.e-Form.Server.Code.xml" />
  178. <Content Include="OracleQuery\CLIP.e-Form.Server.Viewer.Data.xml">
  179. <SubType>Designer</SubType>
  180. </Content>
  181. <Content Include="OracleQuery\CLIP.e-Form.cendb.ResultMap.xml">
  182. <SubType>Designer</SubType>
  183. </Content>
  184. <Content Include="Ref Assemblies\CLIP.e-Form.Server.Data.dll" />
  185. <Content Include="Ref Assemblies\CLIP.e-Form.Server.dll" />
  186. <Content Include="Ref Assemblies\CLIP.e-Form.Server.VO.dll" />
  187. <Content Include="Ref Assemblies\ClipSoft.CommonLibrary.dll" />
  188. <Content Include="Ref Assemblies\log4net.dll" />
  189. <Content Include="RemoveTempFile.aspx" />
  190. <Content Include="Web.config">
  191. <SubType>Designer</SubType>
  192. </Content>
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Compile Include="ConsentSvc.asmx.cs">
  196. <SubType>Component</SubType>
  197. <DependentUpon>ConsentSvc.asmx</DependentUpon>
  198. </Compile>
  199. <Compile Include="Deploy.aspx.cs">
  200. <DependentUpon>Deploy.aspx</DependentUpon>
  201. <SubType>ASPXCodeBehind</SubType>
  202. </Compile>
  203. <Compile Include="Deploy.aspx.designer.cs">
  204. <DependentUpon>Deploy.aspx</DependentUpon>
  205. </Compile>
  206. <Compile Include="DiagnosysList.aspx.cs">
  207. <DependentUpon>DiagnosysList.aspx</DependentUpon>
  208. <SubType>ASPXCodeBehind</SubType>
  209. </Compile>
  210. <Compile Include="DiagnosysList.aspx.designer.cs">
  211. <DependentUpon>DiagnosysList.aspx</DependentUpon>
  212. </Compile>
  213. <Compile Include="DoctorList.aspx.cs">
  214. <DependentUpon>DoctorList.aspx</DependentUpon>
  215. <SubType>ASPXCodeBehind</SubType>
  216. </Compile>
  217. <Compile Include="DoctorList.aspx.designer.cs">
  218. <DependentUpon>DoctorList.aspx</DependentUpon>
  219. </Compile>
  220. <Compile Include="fileUploadAll.aspx.cs">
  221. <DependentUpon>fileUploadAll.aspx</DependentUpon>
  222. <SubType>ASPXCodeBehind</SubType>
  223. </Compile>
  224. <Compile Include="fileUpload.aspx.cs">
  225. <DependentUpon>fileUpload.aspx</DependentUpon>
  226. <SubType>ASPXCodeBehind</SubType>
  227. </Compile>
  228. <Compile Include="FormSvc.aspx.cs">
  229. <DependentUpon>FormSvc.aspx</DependentUpon>
  230. <SubType>ASPXCodeBehind</SubType>
  231. </Compile>
  232. <Compile Include="FormSvc.aspx.designer.cs">
  233. <DependentUpon>FormSvc.aspx</DependentUpon>
  234. </Compile>
  235. <Compile Include="Global.asax.cs">
  236. <DependentUpon>Global.asax</DependentUpon>
  237. </Compile>
  238. <Compile Include="HospitalSvc.asmx.cs">
  239. <DependentUpon>HospitalSvc.asmx</DependentUpon>
  240. <SubType>Component</SubType>
  241. </Compile>
  242. <Compile Include="manager.aspx.cs">
  243. <DependentUpon>manager.aspx</DependentUpon>
  244. <SubType>ASPXCodeBehind</SubType>
  245. </Compile>
  246. <Compile Include="manager.aspx.designer.cs">
  247. <DependentUpon>manager.aspx</DependentUpon>
  248. </Compile>
  249. <Compile Include="OperationList.aspx.cs">
  250. <DependentUpon>OperationList.aspx</DependentUpon>
  251. <SubType>ASPXCodeBehind</SubType>
  252. </Compile>
  253. <Compile Include="OperationList.aspx.designer.cs">
  254. <DependentUpon>OperationList.aspx</DependentUpon>
  255. </Compile>
  256. <Compile Include="PinvokeWindowsNetworking.cs" />
  257. <Compile Include="Properties\AssemblyInfo.cs" />
  258. <Compile Include="Properties\Settings.Designer.cs">
  259. <AutoGen>True</AutoGen>
  260. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  261. <DependentUpon>Settings.settings</DependentUpon>
  262. </Compile>
  263. <Compile Include="RemoveTempFile.aspx.cs">
  264. <DependentUpon>RemoveTempFile.aspx</DependentUpon>
  265. <SubType>ASPXCodeBehind</SubType>
  266. </Compile>
  267. <Compile Include="RemoveTempFile.aspx.designer.cs">
  268. <DependentUpon>RemoveTempFile.aspx</DependentUpon>
  269. </Compile>
  270. </ItemGroup>
  271. <ItemGroup>
  272. <Folder Include="DeployFiles\" />
  273. </ItemGroup>
  274. <ItemGroup>
  275. <ProjectReference Include="..\CLIP.e-Form.Consent.Dac\CLIP.e-Form.Consent.Dac.csproj">
  276. <Project>{432a20c2-7c8a-4ea1-bb63-3b461924f031}</Project>
  277. <Name>CLIP.e-Form.Consent.Dac</Name>
  278. </ProjectReference>
  279. <ProjectReference Include="..\CLIP.e-Form.Consent.Entity\CLIP.e-Form.Consent.Entity.csproj">
  280. <Project>{b13f56f5-f5cc-4c1a-9bb8-c626ae4c0739}</Project>
  281. <Name>CLIP.e-Form.Consent.Entity</Name>
  282. </ProjectReference>
  283. </ItemGroup>
  284. <PropertyGroup>
  285. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  286. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  287. </PropertyGroup>
  288. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  289. <DebugSymbols>true</DebugSymbols>
  290. <OutputPath>bin\</OutputPath>
  291. <DefineConstants>DEBUG;TRACE</DefineConstants>
  292. <DebugType>full</DebugType>
  293. <PlatformTarget>x86</PlatformTarget>
  294. <ErrorReport>prompt</ErrorReport>
  295. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  296. <Prefer32Bit>false</Prefer32Bit>
  297. </PropertyGroup>
  298. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  299. <OutputPath>bin\</OutputPath>
  300. <DefineConstants>TRACE</DefineConstants>
  301. <Optimize>true</Optimize>
  302. <DebugType>pdbonly</DebugType>
  303. <PlatformTarget>x86</PlatformTarget>
  304. <ErrorReport>prompt</ErrorReport>
  305. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  306. <Prefer32Bit>false</Prefer32Bit>
  307. </PropertyGroup>
  308. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  309. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  310. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  311. <ProjectExtensions>
  312. <VisualStudio>
  313. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  314. <WebProjectProperties>
  315. <SaveServerSettingsInUserFile>True</SaveServerSettingsInUserFile>
  316. </WebProjectProperties>
  317. </FlavorProperties>
  318. </VisualStudio>
  319. </ProjectExtensions>
  320. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  321. Other similar extension points exist, see Microsoft.Common.targets.
  322. <Target Name="BeforeBuild">
  323. </Target>
  324. <Target Name="AfterBuild">
  325. </Target>
  326. -->
  327. </Project>