PTMedInsuInterface.csproj 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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>{4D787B00-A79B-4291-8477-3161A48F529B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PTMedInsuInterface</RootNamespace>
  11. <AssemblyName>PTMedInsuInterface</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  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="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  36. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  37. </Reference>
  38. <Reference Include="SunnyUI, Version=3.2.0.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  39. <HintPath>..\packages\SunnyUI.3.2.0\lib\net472\SunnyUI.dll</HintPath>
  40. </Reference>
  41. <Reference Include="SunnyUI.Common, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  42. <HintPath>..\packages\SunnyUI.Common.3.2.0\lib\net40\SunnyUI.Common.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Design" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.IO.Compression.FileSystem" />
  49. <Reference Include="System.Management" />
  50. <Reference Include="System.Web.Extensions" />
  51. <Reference Include="System.Windows.Forms" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Net.Http" />
  57. <Reference Include="System.Xml" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="Business\IrisServices.cs" />
  61. <Compile Include="Business\ShellBusiness.cs" />
  62. <Compile Include="Properties\Common\Common.cs" />
  63. <Compile Include="Properties\Common\InvokeMethod.cs" />
  64. <Compile Include="Properties\Common\WinApi.cs" />
  65. <Compile Include="Properties\Common\WindowWrapper.cs" />
  66. <Compile Include="Form\InterfaceChooser.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="Form\InterfaceChooser.designer.cs">
  70. <DependentUpon>InterfaceChooser.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="Helper\InvokeHelper.cs" />
  73. <Compile Include="Helper\JsonHelper.cs" />
  74. <Compile Include="IInsuBusiness.cs" />
  75. <Compile Include="InsuBusiness.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="Variables\Global.cs" />
  78. <Compile Include="Variables\Struct.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <None Include="App.config" />
  82. <None Include="packages.config" />
  83. <None Include="Readme_壳程序非必要勿改.md" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <EmbeddedResource Include="Form\InterfaceChooser.resx">
  87. <DependentUpon>InterfaceChooser.cs</DependentUpon>
  88. </EmbeddedResource>
  89. </ItemGroup>
  90. <ItemGroup />
  91. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  92. </Project>