GWSocketClient.csproj 5.8KB

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