Senparc.Weixin.MP.Sample.CommonService.csproj 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" 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>{CCD291E9-16FA-4B53-B032-EBD3F659567B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Senparc.Weixin.MP.Sample.CommonService</RootNamespace>
  11. <AssemblyName>Senparc.Weixin.MP.Sample.CommonService</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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. <Prefer32Bit>false</Prefer32Bit>
  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. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Web" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="CommonHandleClass.cs" />
  46. <Compile Include="MessageHandlers\CustomMessageHandler\CustomMessageContext.cs" />
  47. <Compile Include="MessageHandlers\CustomMessageHandler\CustomMessageHandler.cs" />
  48. <Compile Include="MessageHandlers\CustomMessageHandler\CustomMessageHandler_Events.cs" />
  49. <Compile Include="EventService.cs" />
  50. <Compile Include="LocationService.cs" />
  51. <Compile Include="MessageHandlers\OpenMessageHandler\OpenCheckMessageHandler.cs" />
  52. <Compile Include="MessageHandlers\QyMessageHandler\QyCustomMessageContext.cs" />
  53. <Compile Include="MessageHandlers\QyMessageHandler\QyCustomMessageHandler.cs" />
  54. <Compile Include="OpenTicket\OpenTicketHelper.cs" />
  55. <Compile Include="Properties\AssemblyInfo.cs" />
  56. <Compile Include="MessageHandlers\CustomThirdPartyMessageHandlers\CustomThirdPartyMessageHandler.cs" />
  57. <Compile Include="Utilities\Server.cs" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <ProjectReference Include="..\..\LYFZ.WinAPI\LYFZ.WinApi.csproj">
  61. <Project>{c3e180f9-433d-4af7-8ec4-005b3f42f4d0}</Project>
  62. <Name>LYFZ.WinApi</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\Senparc.Weixin.MP\Senparc.Weixin.MP\Senparc.Weixin.MP.csproj">
  65. <Project>{1d815fbf-451c-4e23-939c-cb80172f445c}</Project>
  66. <Name>Senparc.Weixin.MP</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\Senparc.Weixin.Open\Senparc.Weixin.Open\Senparc.Weixin.Open.csproj">
  69. <Project>{54732c3d-b673-4bbf-b0c3-6432e3d6f522}</Project>
  70. <Name>Senparc.Weixin.Open</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\Senparc.Weixin.QY\Senparc.Weixin.QY\Senparc.Weixin.QY.csproj">
  73. <Project>{2ca35598-f1a1-4dc9-aa20-a4346bfcb954}</Project>
  74. <Name>Senparc.Weixin.QY</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.csproj">
  77. <Project>{814092cd-9cd0-4fb7-91e8-d147f476f1fb}</Project>
  78. <Name>Senparc.Weixin</Name>
  79. </ProjectReference>
  80. </ItemGroup>
  81. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  82. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  83. Other similar extension points exist, see Microsoft.Common.targets.
  84. <Target Name="BeforeBuild">
  85. </Target>
  86. <Target Name="AfterBuild">
  87. </Target>
  88. -->
  89. </Project>