GWSocketClient.csproj 6.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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>{1E7C256A-9CA5-4937-A5DD-7F281A2EBB21}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>GWSocketClient</RootNamespace>
  10. <AssemblyName>GWSocketClient</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  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. <PropertyGroup>
  35. <StartupObject />
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>GWSocket.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Newtonsoft.Json">
  42. <HintPath>dlls\Newtonsoft.Json.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Runtime.Serialization" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Deployment" />
  52. <Reference Include="System.Drawing" />
  53. <Reference Include="System.Net.Http" />
  54. <Reference Include="System.Windows.Forms" />
  55. <Reference Include="System.Xml" />
  56. <Reference Include="XuanJiSocket">
  57. <HintPath>dlls\XuanJiSocket.dll</HintPath>
  58. </Reference>
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="AnaProtocol.cs">
  62. <SubType>Form</SubType>
  63. </Compile>
  64. <Compile Include="AnaProtocol.Designer.cs">
  65. <DependentUpon>AnaProtocol.cs</DependentUpon>
  66. </Compile>
  67. <Compile Include="db\AccessDbLoader.cs" />
  68. <Compile Include="excel\ExcelLoader.cs" />
  69. <Compile Include="Form1.cs">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="Form1.Designer.cs">
  73. <DependentUpon>Form1.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="HistoryDialog.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="HistoryDialog.Designer.cs">
  79. <DependentUpon>HistoryDialog.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="IdItemEditor.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="IdItemEditor.Designer.cs">
  85. <DependentUpon>IdItemEditor.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="InfoEditor.cs">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="InfoEditor.Designer.cs">
  91. <DependentUpon>InfoEditor.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="InputDialog.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="InputDialog.Designer.cs">
  97. <DependentUpon>InputDialog.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="model\HisBean.cs" />
  100. <Compile Include="model\WvBean.cs" />
  101. <Compile Include="MyMessageBox.cs">
  102. <SubType>Form</SubType>
  103. </Compile>
  104. <Compile Include="MyMessageBox.Designer.cs">
  105. <DependentUpon>MyMessageBox.cs</DependentUpon>
  106. </Compile>
  107. <Compile Include="Program.cs" />
  108. <Compile Include="Properties\AssemblyInfo.cs" />
  109. <Compile Include="property\PropertiesLoader.cs" />
  110. <Compile Include="util\CheckUtil.cs" />
  111. <Compile Include="util\HexUtil.cs" />
  112. <Compile Include="util\Utils.cs" />
  113. <Compile Include="WebViewForm.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="WebViewForm.Designer.cs">
  117. <DependentUpon>WebViewForm.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="xml\AFN.cs" />
  120. <Compile Include="xml\dataItem\DataElementType.cs" />
  121. <Compile Include="xml\dataItem\DataType.cs" />
  122. <Compile Include="xml\dataItem\data\DataType2.cs" />
  123. <Compile Include="xml\DItem.cs" />
  124. <Compile Include="xml\FindUtil.cs" />
  125. <Compile Include="xml\VcarecityPD.cs" />
  126. <Compile Include="xml\XmlLoader.cs" />
  127. <EmbeddedResource Include="AnaProtocol.resx">
  128. <DependentUpon>AnaProtocol.cs</DependentUpon>
  129. </EmbeddedResource>
  130. <EmbeddedResource Include="Form1.resx">
  131. <DependentUpon>Form1.cs</DependentUpon>
  132. </EmbeddedResource>
  133. <EmbeddedResource Include="HistoryDialog.resx">
  134. <DependentUpon>HistoryDialog.cs</DependentUpon>
  135. </EmbeddedResource>
  136. <EmbeddedResource Include="IdItemEditor.resx">
  137. <DependentUpon>IdItemEditor.cs</DependentUpon>
  138. </EmbeddedResource>
  139. <EmbeddedResource Include="InfoEditor.resx">
  140. <DependentUpon>InfoEditor.cs</DependentUpon>
  141. </EmbeddedResource>
  142. <EmbeddedResource Include="InputDialog.resx">
  143. <DependentUpon>InputDialog.cs</DependentUpon>
  144. </EmbeddedResource>
  145. <EmbeddedResource Include="MyMessageBox.resx">
  146. <DependentUpon>MyMessageBox.cs</DependentUpon>
  147. </EmbeddedResource>
  148. <EmbeddedResource Include="Properties\Resources.resx">
  149. <Generator>ResXFileCodeGenerator</Generator>
  150. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  151. <SubType>Designer</SubType>
  152. </EmbeddedResource>
  153. <Compile Include="Properties\Resources.Designer.cs">
  154. <AutoGen>True</AutoGen>
  155. <DependentUpon>Resources.resx</DependentUpon>
  156. </Compile>
  157. <EmbeddedResource Include="WebViewForm.resx">
  158. <DependentUpon>WebViewForm.cs</DependentUpon>
  159. </EmbeddedResource>
  160. <None Include="Properties\Settings.settings">
  161. <Generator>SettingsSingleFileGenerator</Generator>
  162. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  163. </None>
  164. <Compile Include="Properties\Settings.Designer.cs">
  165. <AutoGen>True</AutoGen>
  166. <DependentUpon>Settings.settings</DependentUpon>
  167. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  168. </Compile>
  169. </ItemGroup>
  170. <ItemGroup>
  171. <None Include="App.config" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <Content Include="GWSocket.ico" />
  175. </ItemGroup>
  176. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  177. </Project>