ZLPlugin_MR.csproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.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>{CDD33FE4-B1D8-41D6-8D10-20D66B065E49}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ZLPlugin_MR</RootNamespace>
  12. <AssemblyName>ZLPlugin_MR</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <Deterministic>true</Deterministic>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <SignAssembly>true</SignAssembly>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <AssemblyOriginatorKeyFile>ZLPlugin_MR.snk</AssemblyOriginatorKeyFile>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Runtime.Serialization" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="System.Windows.Forms" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="Domain\Units\HttpUtils.cs" />
  54. <Compile Include="Model\YZZCancelDTO.cs" />
  55. <Compile Include="SocketClient.cs" />
  56. <Compile Include="Tools.cs" />
  57. <Compile Include="IclsPlugIn.cs" />
  58. <Compile Include="clsPlugin.cs" />
  59. <Compile Include="Domain\Units\Log.cs" />
  60. <Compile Include="Domain\Units\DbHelper.cs" />
  61. <Compile Include="Domain\Units\JSON.cs" />
  62. <Compile Include="Domain\Infos.cs" />
  63. <Compile Include="Model\Codes.cs" />
  64. <Compile Include="Model\IBase.cs" />
  65. <Compile Include="Model\Results.cs" />
  66. <Compile Include="Model\ResultsEx.cs" />
  67. <Compile Include="Model\UserInfo.cs" />
  68. <Compile Include="Model\ConfigModel.cs" />
  69. <Compile Include="Model\YZData.cs" />
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. <Compile Include="Domain\Extention\MsgBox.cs" />
  72. <Compile Include="Domain\Extention\StrExtention.cs" />
  73. <Compile Include="Domain\Web\WebServiceCaller.cs" />
  74. <Compile Include="Domain\Encript\AES.cs" />
  75. <Compile Include="Domain\Encript\DES.cs" />
  76. <Compile Include="LisPacs_MR_Bll.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <COMReference Include="ADODB">
  80. <Guid>{2A75196C-D9EB-4129-B803-931327F72D5C}</Guid>
  81. <VersionMajor>2</VersionMajor>
  82. <VersionMinor>8</VersionMinor>
  83. <Lcid>0</Lcid>
  84. <WrapperTool>tlbimp</WrapperTool>
  85. <Isolated>False</Isolated>
  86. <EmbedInteropTypes>True</EmbedInteropTypes>
  87. </COMReference>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <None Include="ZLPlugin_MR.snk" />
  91. </ItemGroup>
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  94. Other similar extension points exist, see Microsoft.Common.targets.
  95. <Target Name="BeforeBuild">
  96. </Target>
  97. <Target Name="AfterBuild">
  98. </Target>
  99. -->
  100. </Project>