GWSocketClient.csproj 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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\AccsessDbLoader.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="IdItemEditor.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="IdItemEditor.Designer.cs">
  79. <DependentUpon>IdItemEditor.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="InfoEditor.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="InfoEditor.Designer.cs">
  85. <DependentUpon>InfoEditor.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="model\WvBean.cs" />
  88. <Compile Include="MyMessageBox.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="MyMessageBox.Designer.cs">
  92. <DependentUpon>MyMessageBox.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="Program.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <Compile Include="property\PropertiesLoader.cs" />
  97. <Compile Include="util\CheckUtil.cs" />
  98. <Compile Include="util\HexUtil.cs" />
  99. <Compile Include="util\Utils.cs" />
  100. <Compile Include="WebViewForm.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="WebViewForm.Designer.cs">
  104. <DependentUpon>WebViewForm.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="xml\AFN.cs" />
  107. <Compile Include="xml\dataItem\DataElementType.cs" />
  108. <Compile Include="xml\dataItem\DataType.cs" />
  109. <Compile Include="xml\dataItem\data\DataType2.cs" />
  110. <Compile Include="xml\DItem.cs" />
  111. <Compile Include="xml\FindUtil.cs" />
  112. <Compile Include="xml\VcarecityPD.cs" />
  113. <Compile Include="xml\XmlLoader.cs" />
  114. <EmbeddedResource Include="AnaProtocol.resx">
  115. <DependentUpon>AnaProtocol.cs</DependentUpon>
  116. </EmbeddedResource>
  117. <EmbeddedResource Include="Form1.resx">
  118. <DependentUpon>Form1.cs</DependentUpon>
  119. </EmbeddedResource>
  120. <EmbeddedResource Include="IdItemEditor.resx">
  121. <DependentUpon>IdItemEditor.cs</DependentUpon>
  122. </EmbeddedResource>
  123. <EmbeddedResource Include="InfoEditor.resx">
  124. <DependentUpon>InfoEditor.cs</DependentUpon>
  125. </EmbeddedResource>
  126. <EmbeddedResource Include="MyMessageBox.resx">
  127. <DependentUpon>MyMessageBox.cs</DependentUpon>
  128. </EmbeddedResource>
  129. <EmbeddedResource Include="Properties\Resources.resx">
  130. <Generator>ResXFileCodeGenerator</Generator>
  131. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  132. <SubType>Designer</SubType>
  133. </EmbeddedResource>
  134. <Compile Include="Properties\Resources.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DependentUpon>Resources.resx</DependentUpon>
  137. </Compile>
  138. <EmbeddedResource Include="WebViewForm.resx">
  139. <DependentUpon>WebViewForm.cs</DependentUpon>
  140. </EmbeddedResource>
  141. <None Include="Properties\Settings.settings">
  142. <Generator>SettingsSingleFileGenerator</Generator>
  143. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  144. </None>
  145. <Compile Include="Properties\Settings.Designer.cs">
  146. <AutoGen>True</AutoGen>
  147. <DependentUpon>Settings.settings</DependentUpon>
  148. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  149. </Compile>
  150. </ItemGroup>
  151. <ItemGroup>
  152. <None Include="App.config" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Content Include="GWSocket.ico" />
  156. </ItemGroup>
  157. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  158. </Project>