EMIS.Service.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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>{4F0A4D2F-256E-4B07-91B6-5C252ACA0CEF}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>EMIS.Service</RootNamespace>
  10. <AssemblyName>EMIS.Service</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  39. <HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Bowin.Common">
  42. <HintPath>..\Lib\Bowin.Common.dll</HintPath>
  43. </Reference>
  44. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\Lib\EntityFramework.SqlServer.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  49. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Senparc.CO2NET, Version=0.5.2.0, Culture=neutral, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Senparc.CO2NET.0.5.2\lib\net40\Senparc.CO2NET.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Senparc.CO2NET.APM, Version=0.2.5.0, Culture=neutral, processorArchitecture=MSIL">
  55. <HintPath>..\packages\Senparc.CO2NET.APM.0.2.5\lib\net40\Senparc.CO2NET.APM.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Senparc.NeuChar, Version=0.6.2.1, Culture=neutral, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Senparc.NeuChar.0.6.2.1\lib\net40\Senparc.NeuChar.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Senparc.Weixin.TenPay, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Senparc.Weixin.TenPay.1.2.1\lib\net40\Senparc.Weixin.TenPay.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System" />
  64. <Reference Include="System.Configuration" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Runtime.Serialization" />
  67. <Reference Include="System.Web" />
  68. <Reference Include="System.Web.Extensions" />
  69. <Reference Include="System.Windows.Forms" />
  70. <Reference Include="System.Xml.Linq" />
  71. <Reference Include="System.Data.DataSetExtensions" />
  72. <Reference Include="Microsoft.CSharp" />
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.ServiceProcess" />
  75. <Reference Include="System.Xml" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="Service1.cs">
  79. <SubType>Component</SubType>
  80. </Compile>
  81. <Compile Include="Service1.Designer.cs">
  82. <DependentUpon>Service1.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="Program.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <EmbeddedResource Include="Service1.resx">
  89. <DependentUpon>Service1.cs</DependentUpon>
  90. </EmbeddedResource>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ProjectReference Include="..\EMIS.CommonLogic\EMIS.CommonLogic.csproj">
  94. <Project>{3f1264d0-c66f-4f85-a0c6-f4e43fee616a}</Project>
  95. <Name>EMIS.CommonLogic</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\EMIS.Entities\EMIS.Entities.csproj">
  98. <Project>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</Project>
  99. <Name>EMIS.Entities</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\EMIS.ICommonLogic\EMIS.ICommonLogic.csproj">
  102. <Project>{5CE392A4-CCF8-437F-AC8D-C7BDD4F1731A}</Project>
  103. <Name>EMIS.ICommonLogic</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\EMIS.Utility\EMIS.Utility.csproj">
  106. <Project>{E23364FA-480A-4A5D-95A4-ECBEDFDE03B4}</Project>
  107. <Name>EMIS.Utility</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\EMIS.Web\EMIS.Web.csproj">
  110. <Project>{22249936-FF1B-41DC-B01B-857553C576A8}</Project>
  111. <Name>EMIS.Web</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="app.config">
  116. <SubType>Designer</SubType>
  117. </None>
  118. <Content Include="NLog.config">
  119. <SubType>Designer</SubType>
  120. </Content>
  121. <None Include="packages.config" />
  122. </ItemGroup>
  123. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  124. </Project>