LisPacsDataUpload.csproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{DF58EAD2-DE8E-471B-882C-853AFF832EFE}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>LisPacsDataUpload</RootNamespace>
  10. <AssemblyName>LisPacsDataUpload</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="itextsharp, Version=5.1.3.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
  39. <HintPath>..\packages\iTextSharp.5.1.3\lib\itextsharp.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  42. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Npgsql, Version=4.0.14.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Npgsql.4.0.14\lib\net45\Npgsql.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Oracle.ManagedDataAccess.19.7.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  52. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Configuration" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  58. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard1.1\System.Memory.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  61. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  64. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  67. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Web" />
  70. <Reference Include="System.Xml.Linq" />
  71. <Reference Include="System.Data.DataSetExtensions" />
  72. <Reference Include="Microsoft.CSharp" />
  73. <Reference Include="System.Deployment" />
  74. <Reference Include="System.Drawing" />
  75. <Reference Include="System.Windows.Forms" />
  76. <Reference Include="System.Xml" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="business\PdfUtils.cs" />
  80. <Compile Include="business\ZlsoftOutVO.cs" />
  81. <Compile Include="Class1.cs" />
  82. <Compile Include="Models\Authorization.cs" />
  83. <Compile Include="Models\Count.cs" />
  84. <Compile Include="Models\LIS.cs" />
  85. <Compile Include="Models\LISITEMS.cs" />
  86. <Compile Include="Models\LISOBJ.cs" />
  87. <Compile Include="Models\PACS.cs" />
  88. <Compile Include="Models\Report\Paramater.cs" />
  89. <Compile Include="Models\ResFile.cs" />
  90. <Compile Include="Models\ResPacs.cs" />
  91. <Compile Include="OracleHelper.cs" />
  92. <Compile Include="Form1.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="Form1.Designer.cs">
  96. <DependentUpon>Form1.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="Program.cs" />
  99. <Compile Include="Properties\AssemblyInfo.cs" />
  100. <Compile Include="SqlServerHelper.cs" />
  101. <EmbeddedResource Include="Form1.resx">
  102. <DependentUpon>Form1.cs</DependentUpon>
  103. </EmbeddedResource>
  104. <EmbeddedResource Include="Properties\Resources.resx">
  105. <Generator>ResXFileCodeGenerator</Generator>
  106. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  107. <SubType>Designer</SubType>
  108. </EmbeddedResource>
  109. <Compile Include="Properties\Resources.Designer.cs">
  110. <AutoGen>True</AutoGen>
  111. <DependentUpon>Resources.resx</DependentUpon>
  112. <DesignTime>True</DesignTime>
  113. </Compile>
  114. <None Include="App.config" />
  115. <None Include="packages.config" />
  116. <None Include="Properties\Settings.settings">
  117. <Generator>SettingsSingleFileGenerator</Generator>
  118. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  119. </None>
  120. <Compile Include="Properties\Settings.Designer.cs">
  121. <AutoGen>True</AutoGen>
  122. <DependentUpon>Settings.settings</DependentUpon>
  123. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  124. </Compile>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Content Include="upload.ico" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <ProjectReference Include="..\Common\Common.csproj">
  131. <Project>{7DA7F11C-5DB1-4C03-A76B-BFD5D800FF51}</Project>
  132. <Name>Common</Name>
  133. </ProjectReference>
  134. </ItemGroup>
  135. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  136. </Project>