1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{CCD291E9-16FA-4B53-B032-EBD3F659567B}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Senparc.Weixin.MP.Sample.CommonService</RootNamespace>
- <AssemblyName>Senparc.Weixin.MP.Sample.CommonService</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="CommonHandleClass.cs" />
- <Compile Include="MessageHandlers\CustomMessageHandler\CustomMessageContext.cs" />
- <Compile Include="MessageHandlers\CustomMessageHandler\CustomMessageHandler.cs" />
- <Compile Include="MessageHandlers\CustomMessageHandler\CustomMessageHandler_Events.cs" />
- <Compile Include="EventService.cs" />
- <Compile Include="LocationService.cs" />
- <Compile Include="MessageHandlers\OpenMessageHandler\OpenCheckMessageHandler.cs" />
- <Compile Include="MessageHandlers\QyMessageHandler\QyCustomMessageContext.cs" />
- <Compile Include="MessageHandlers\QyMessageHandler\QyCustomMessageHandler.cs" />
- <Compile Include="OpenTicket\OpenTicketHelper.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="MessageHandlers\CustomThirdPartyMessageHandlers\CustomThirdPartyMessageHandler.cs" />
- <Compile Include="Utilities\Server.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\LYFZ.WinAPI\LYFZ.WinApi.csproj">
- <Project>{c3e180f9-433d-4af7-8ec4-005b3f42f4d0}</Project>
- <Name>LYFZ.WinApi</Name>
- </ProjectReference>
- <ProjectReference Include="..\Senparc.Weixin.MP\Senparc.Weixin.MP\Senparc.Weixin.MP.csproj">
- <Project>{1d815fbf-451c-4e23-939c-cb80172f445c}</Project>
- <Name>Senparc.Weixin.MP</Name>
- </ProjectReference>
- <ProjectReference Include="..\Senparc.Weixin.Open\Senparc.Weixin.Open\Senparc.Weixin.Open.csproj">
- <Project>{54732c3d-b673-4bbf-b0c3-6432e3d6f522}</Project>
- <Name>Senparc.Weixin.Open</Name>
- </ProjectReference>
- <ProjectReference Include="..\Senparc.Weixin.QY\Senparc.Weixin.QY\Senparc.Weixin.QY.csproj">
- <Project>{2ca35598-f1a1-4dc9-aa20-a4346bfcb954}</Project>
- <Name>Senparc.Weixin.QY</Name>
- </ProjectReference>
- <ProjectReference Include="..\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.csproj">
- <Project>{814092cd-9cd0-4fb7-91e8-d147f476f1fb}</Project>
- <Name>Senparc.Weixin</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|