EMIS.Services.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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>{ACCB317F-EF9A-40D1-B2E0-394CF3921591}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>EMIS.Services</RootNamespace>
  10. <AssemblyName>EMIS.Services</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <PublishUrl>E:\发布文件\ServicesApplication\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>5</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <PublishWizardCompleted>true</PublishWizardCompleted>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <ManifestCertificateThumbprint>1A5A3F59E636A8A9EA5D6D6D62DA31F1AEF73436</ManifestCertificateThumbprint>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ManifestKeyFile>EMIS.Services_TemporaryKey.pfx</ManifestKeyFile>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <GenerateManifests>true</GenerateManifests>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <SignManifests>true</SignManifests>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="Autofac">
  64. <HintPath>..\..\LIOT\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Bowin.Common">
  67. <HintPath>..\..\LIOT\Lib\Bowin.Common.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Senparc.Weixin.TenPay">
  70. <HintPath>..\..\LIOT\packages\Senparc.Weixin.TenPay.1.2.1\lib\net40\Senparc.Weixin.TenPay.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System" />
  73. <Reference Include="System.configuration" />
  74. <Reference Include="System.Core" />
  75. <Reference Include="System.Xml.Linq" />
  76. <Reference Include="System.Data.DataSetExtensions" />
  77. <Reference Include="Microsoft.CSharp" />
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.ServiceProcess" />
  80. <Reference Include="System.Xml" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="Kernel\EAPServiceWrapper.cs" />
  84. <Compile Include="ScheduleJob\SynWeChatPayStatusJob.cs" />
  85. <Compile Include="Program.cs">
  86. <SubType>Component</SubType>
  87. </Compile>
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ProjectReference Include="..\EMIS.CommonLogic\EMIS.CommonLogic.csproj">
  92. <Project>{3f1264d0-c66f-4f85-a0c6-f4e43fee616a}</Project>
  93. <Name>EMIS.CommonLogic</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="..\EMIS.Entities\EMIS.Entities.csproj">
  96. <Project>{37e0eaa8-4a6e-46c4-86ef-0745373b1080}</Project>
  97. <Name>EMIS.Entities</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="..\EMIS.ICommonLogic\EMIS.ICommonLogic.csproj">
  100. <Project>{5ce392a4-ccf8-437f-ac8d-c7bdd4f1731a}</Project>
  101. <Name>EMIS.ICommonLogic</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\EMIS.Utility\EMIS.Utility.csproj">
  104. <Project>{e23364fa-480a-4a5d-95a4-ecbedfde03b4}</Project>
  105. <Name>EMIS.Utility</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\EMIS.Web\EMIS.Web.csproj">
  108. <Project>{22249936-ff1b-41dc-b01b-857553c576a8}</Project>
  109. <Name>EMIS.Web</Name>
  110. </ProjectReference>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <None Include="App.config">
  114. <SubType>Designer</SubType>
  115. </None>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  119. <Visible>False</Visible>
  120. <ProductName>.NET Framework 3.5 SP1</ProductName>
  121. <Install>false</Install>
  122. </BootstrapperPackage>
  123. </ItemGroup>
  124. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  125. </Project>