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

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