MediII.Adapter.BizComponent.UE.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{0786BB9F-0092-44A2-9CA0-263F5A0AA86E}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>MediII.Adapter.BizComponent.UE</RootNamespace>
  12. <AssemblyName>MediII.Adapter.BizComponent.UE</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DocumentationFile>
  34. </DocumentationFile>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugType>pdbonly</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\Release\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="MediII.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\..\dll\MediII.Common.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=4.1.0.0, Culture=neutral, PublicKeyToken=e44a2bc38ed2c13c, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\..\dll\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Data, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\..\dll\Microsoft.Practices.EnterpriseLibrary.Data.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=e44a2bc38ed2c13c, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\..\dll\Microsoft.Practices.EnterpriseLibrary.Logging.dll</HintPath>
  60. </Reference>
  61. <Reference Include="NHapi.Base, Version=2.3.0.0, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\..\dll\NHapi.Base.dll</HintPath>
  64. </Reference>
  65. <Reference Include="NHapi.Model.V24, Version=2.3.0.0, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\..\dll\NHapi.Model.V24.dll</HintPath>
  68. </Reference>
  69. <Reference Include="NHapi.Model.V25, Version=2.3.0.0, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\..\dll\NHapi.Model.V25.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System" />
  74. <Reference Include="System.configuration" />
  75. <Reference Include="System.Core" />
  76. <Reference Include="Microsoft.CSharp" />
  77. <Reference Include="System.Data" />
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="System.Transactions" />
  80. <Reference Include="System.XML" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="DebugScanner.cs" />
  84. <Compile Include="DefaultDBScanner.cs" />
  85. <Compile Include="HL7_A01B04_Scanner.cs" />
  86. <Compile Include="HL7_A01B03_Scanner.cs" />
  87. <Compile Include="HL7_A02B01_Scanner.cs" />
  88. <Compile Include="HL7_A05B01_Scanner.cs" />
  89. <Compile Include="HL7_A04B03_Scanner.cs" />
  90. <Compile Include="HL7_A04B02_Scanner.cs" />
  91. <Compile Include="HL7_A04B01_Scanner.cs" />
  92. <Compile Include="HL7_A01B01_Scanner.cs" />
  93. <Compile Include="HL7_A01B02_Scanner.cs" />
  94. <Compile Include="HL7_DFTEmpty_Scanner.cs" />
  95. <Compile Include="HL7_DFT_Scanner.cs">
  96. <SubType>Code</SubType>
  97. </Compile>
  98. <Compile Include="HL7_ErrorTask_Scanner.cs" />
  99. <Compile Include="Properties\AssemblyInfo.cs" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ProjectReference Include="..\..\Public\IL.Common\IL.Common.csproj">
  103. <Project>{f320951f-886b-4f99-a3fd-5686c0a97868}</Project>
  104. <Name>IL.Common</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\..\Public\MediII.Adapter.Scan.Interface\MediII.Adapter.Scan.Interface.csproj">
  107. <Project>{4e8c6d0e-e696-4f02-812f-cedd6fe3f6dc}</Project>
  108. <Name>MediII.Adapter.Scan.Interface</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\IL.BizComponent\MediII.Adapter.BizComponent.Base\MediII.Adapter.BizComponent.Base.csproj">
  111. <Project>{619b1dbf-55b7-446b-af40-852a6ab689a0}</Project>
  112. <Name>MediII.Adapter.BizComponent.Base</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\MediII.Adapter.ReceiveToKCModel\MediII.Adapter.ReceiveToKCModel.csproj">
  115. <Project>{f182ac2b-a0d5-40d2-89af-8d547606b6ac}</Project>
  116. <Name>MediII.Adapter.ReceiveToKCModel</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\MediII.Adapter.Scanner\MediII.Adapter.Scanner.csproj">
  119. <Project>{0adddb14-b0f6-4d12-8025-5ec8124a511b}</Project>
  120. <Name>MediII.Adapter.Scanner</Name>
  121. </ProjectReference>
  122. </ItemGroup>
  123. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  124. <PropertyGroup>
  125. <PostBuildEvent>Copy $(TargetDir) $(ProjectDir)..\MessageToKC\UE\
  126. Copy $(TargetDir) $(ProjectDir)..\MessageToKCServer\UE\</PostBuildEvent>
  127. </PropertyGroup>
  128. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  129. Other similar extension points exist, see Microsoft.Common.targets.
  130. <Target Name="BeforeBuild">
  131. </Target>
  132. <Target Name="AfterBuild">
  133. </Target>
  134. -->
  135. </Project>