LYFZ.ServerNetwork.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{E6A1EDC2-176F-4635-BE45-67A8E7A65472}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>LYFZ.Network</RootNamespace>
  12. <AssemblyName>LYFZ.Network</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  34. <DebugSymbols>true</DebugSymbols>
  35. <OutputPath>bin\x64\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <DebugType>full</DebugType>
  38. <PlatformTarget>x64</PlatformTarget>
  39. <ErrorReport>prompt</ErrorReport>
  40. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  43. <OutputPath>bin\x64\Release\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <Optimize>true</Optimize>
  46. <DebugType>pdbonly</DebugType>
  47. <PlatformTarget>x64</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="System" />
  53. <Reference Include="System.configuration" />
  54. <Reference Include="System.Configuration.Install" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Management" />
  58. <Reference Include="System.Runtime.Serialization" />
  59. <Reference Include="System.ServiceProcess" />
  60. <Reference Include="System.Windows.Forms" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="ClientRequestObject.cs">
  69. <SubType>Code</SubType>
  70. </Compile>
  71. <Compile Include="EnumerateLibrary.cs" />
  72. <Compile Include="FileOperations\FileOperation.cs" />
  73. <Compile Include="ServerFileInfo.cs" />
  74. <Compile Include="TcpClientWithTimeout.cs" />
  75. <Compile Include="TCPNetworkClient\TCP_NetworkClient.cs" />
  76. <Compile Include="TCPNetworkServer\SerializationRequestProcessed.cs" />
  77. <Compile Include="TCPNetworkServer\TCP_NetworkServer.cs" />
  78. <Compile Include="TcpRemoteConnectionObj.cs" />
  79. <Compile Include="TCP_ClientConnectInfo.cs" />
  80. <Compile Include="TCP_FileProtocol.cs" />
  81. <Compile Include="LocalShared.cs" />
  82. <Compile Include="NetworkCommon.cs" />
  83. <Compile Include="NetworkConnection.cs" />
  84. <Compile Include="Properties\AssemblyInfo.cs" />
  85. <Compile Include="TCP_ProtocolHandler.cs" />
  86. <Compile Include="TCP_ProtocolHelperXML.cs" />
  87. <Compile Include="TCP_RemoteDataHandler.cs" />
  88. <Compile Include="TCP_RemoteDataHandlerPassiveMode.cs" />
  89. <Compile Include="TCP_SendStatus.cs" />
  90. <Compile Include="ServiceOperate.cs" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ProjectReference Include="..\HP-Socket\HP-Socket V3.5.1\HPSocket4CS\HPSocketCS\HPSocketCS.csproj">
  94. <Project>{dfa935e2-cf37-4e26-b697-d7f3dee19dd8}</Project>
  95. <Name>HPSocketCS</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\LYFZ.WinAPI\LYFZ.WinApi.csproj">
  98. <Project>{C3E180F9-433D-4AF7-8EC4-005B3F42F4D0}</Project>
  99. <Name>LYFZ.WinApi</Name>
  100. </ProjectReference>
  101. </ItemGroup>
  102. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  103. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  104. Other similar extension points exist, see Microsoft.Common.targets.
  105. <Target Name="BeforeBuild">
  106. </Target>
  107. <Target Name="AfterBuild">
  108. </Target>
  109. -->
  110. </Project>