123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" 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>{ACCB317F-EF9A-40D1-B2E0-394CF3921591}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>EMIS.Services</RootNamespace>
- <AssemblyName>EMIS.Services</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <PublishUrl>E:\发布文件\ServicesApplication\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>5</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <PublishWizardCompleted>true</PublishWizardCompleted>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <ManifestCertificateThumbprint>1A5A3F59E636A8A9EA5D6D6D62DA31F1AEF73436</ManifestCertificateThumbprint>
- </PropertyGroup>
- <PropertyGroup>
- <ManifestKeyFile>EMIS.Services_TemporaryKey.pfx</ManifestKeyFile>
- </PropertyGroup>
- <PropertyGroup>
- <GenerateManifests>true</GenerateManifests>
- </PropertyGroup>
- <PropertyGroup>
- <SignManifests>true</SignManifests>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Autofac">
- <HintPath>..\..\LIOT\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
- </Reference>
- <Reference Include="Bowin.Common">
- <HintPath>..\..\LIOT\Lib\Bowin.Common.dll</HintPath>
- </Reference>
- <Reference Include="Senparc.Weixin.TenPay">
- <HintPath>..\..\LIOT\packages\Senparc.Weixin.TenPay.1.2.1\lib\net40\Senparc.Weixin.TenPay.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.ServiceProcess" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Kernel\EAPServiceWrapper.cs" />
- <Compile Include="ScheduleJob\SynWeChatPayStatusJob.cs" />
- <Compile Include="Program.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\EMIS.CommonLogic\EMIS.CommonLogic.csproj">
- <Project>{3f1264d0-c66f-4f85-a0c6-f4e43fee616a}</Project>
- <Name>EMIS.CommonLogic</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMIS.Entities\EMIS.Entities.csproj">
- <Project>{37e0eaa8-4a6e-46c4-86ef-0745373b1080}</Project>
- <Name>EMIS.Entities</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMIS.ICommonLogic\EMIS.ICommonLogic.csproj">
- <Project>{5ce392a4-ccf8-437f-ac8d-c7bdd4f1731a}</Project>
- <Name>EMIS.ICommonLogic</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMIS.Utility\EMIS.Utility.csproj">
- <Project>{e23364fa-480a-4a5d-95a4-ecbedfde03b4}</Project>
- <Name>EMIS.Utility</Name>
- </ProjectReference>
- <ProjectReference Include="..\EMIS.Web\EMIS.Web.csproj">
- <Project>{22249936-ff1b-41dc-b01b-857553c576a8}</Project>
- <Name>EMIS.Web</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config">
- <SubType>Designer</SubType>
- </None>
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|