LisPacsDataUpload.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="itextsharp, Version=5.1.3.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
  36. <HintPath>..\packages\iTextSharp.5.1.3\lib\itextsharp.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  39. <HintPath>..\packages\Npgsql.2.2.7\lib\net40\Mono.Security.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=2.2.7.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Npgsql.2.2.7\lib\net40\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.Configuration" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Web" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Deployment" />
  59. <Reference Include="System.Drawing" />
  60. <Reference Include="System.Windows.Forms" />
  61. <Reference Include="System.Xml" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="Class1.cs" />
  65. <Compile Include="Models\Authorization.cs" />
  66. <Compile Include="Models\Count.cs" />
  67. <Compile Include="Models\LIS.cs" />
  68. <Compile Include="Models\LISITEMS.cs" />
  69. <Compile Include="Models\LISOBJ.cs" />
  70. <Compile Include="Models\PACS.cs" />
  71. <Compile Include="Models\ResFile.cs" />
  72. <Compile Include="Models\ResPacs.cs" />
  73. <Compile Include="OracleHelper.cs" />
  74. <Compile Include="Form1.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="Form1.Designer.cs">
  78. <DependentUpon>Form1.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="Program.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <EmbeddedResource Include="Form1.resx">
  83. <DependentUpon>Form1.cs</DependentUpon>
  84. </EmbeddedResource>
  85. <EmbeddedResource Include="Properties\Resources.resx">
  86. <Generator>ResXFileCodeGenerator</Generator>
  87. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  88. <SubType>Designer</SubType>
  89. </EmbeddedResource>
  90. <Compile Include="Properties\Resources.Designer.cs">
  91. <AutoGen>True</AutoGen>
  92. <DependentUpon>Resources.resx</DependentUpon>
  93. </Compile>
  94. <None Include="App.config" />
  95. <None Include="packages.config" />
  96. <None Include="Properties\Settings.settings">
  97. <Generator>SettingsSingleFileGenerator</Generator>
  98. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  99. </None>
  100. <Compile Include="Properties\Settings.Designer.cs">
  101. <AutoGen>True</AutoGen>
  102. <DependentUpon>Settings.settings</DependentUpon>
  103. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  104. </Compile>
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Content Include="upload.ico" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <ProjectReference Include="..\Common\Common.csproj">
  111. <Project>{7DA7F11C-5DB1-4C03-A76B-BFD5D800FF51}</Project>
  112. <Name>Common</Name>
  113. </ProjectReference>
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  116. </Project>