EapAsync.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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>{E00CC5D4-48DD-4C7D-B562-7F73184A8149}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>EapAsync</RootNamespace>
  10. <AssemblyName>EapAsync</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <TargetFrameworkProfile />
  17. <PublishUrl>D:\Projects\Publish\EapAsync\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>13</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <PublishWizardCompleted>true</PublishWizardCompleted>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <ManifestCertificateThumbprint>4CE4877B988A3B9B1ACAA1D748B6F934CE6F5DB9</ManifestCertificateThumbprint>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <ManifestKeyFile>EapAsync_TemporaryKey.pfx</ManifestKeyFile>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <GenerateManifests>true</GenerateManifests>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <SignManifests>false</SignManifests>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="Cksoft.Data, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\Dll\Cksoft.Data.dll</HintPath>
  68. </Reference>
  69. <Reference Include="CkSoft.Data.Repository, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\Dll\CkSoft.Data.Repository.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Dapper, Version=1.60.0.0, Culture=neutral, processorArchitecture=MSIL">
  74. <HintPath>..\WebMainFrameForEap\packages\Dapper.1.60.6\lib\net451\Dapper.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Google.Protobuf, Version=3.5.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  77. <HintPath>..\WebMainFrameForEap\packages\Google.Protobuf.3.5.1\lib\net45\Google.Protobuf.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.Extensions.Configuration, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  80. <HintPath>..\WebMainFrameForEap\packages\Microsoft.Extensions.Configuration.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Configuration.dll</HintPath>
  81. </Reference>
  82. <Reference Include="MySql.Data, Version=8.0.15.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  83. <HintPath>..\WebMainFrameForEap\packages\MySql.Data.8.0.15\lib\net452\MySql.Data.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System" />
  86. <Reference Include="System.ComponentModel, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  87. <Reference Include="System.ComponentModel.DataAnnotations" />
  88. <Reference Include="System.Configuration" />
  89. <Reference Include="System.Configuration.Install" />
  90. <Reference Include="System.Core" />
  91. <Reference Include="System.Data.SqlClient, Version=4.5.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  92. <HintPath>..\WebMainFrameForEap\packages\System.Data.SqlClient.4.6.1\lib\net461\System.Data.SqlClient.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Drawing" />
  95. <Reference Include="System.Drawing.Design" />
  96. <Reference Include="System.Management" />
  97. <Reference Include="System.Numerics" />
  98. <Reference Include="System.Transactions" />
  99. <Reference Include="System.Xml.Linq" />
  100. <Reference Include="System.Data.DataSetExtensions" />
  101. <Reference Include="Microsoft.CSharp" />
  102. <Reference Include="System.Data" />
  103. <Reference Include="System.Net.Http" />
  104. <Reference Include="System.Xml" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Compile Include="Program.cs" />
  108. <Compile Include="Properties\AssemblyInfo.cs" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <None Include="App.config">
  112. <SubType>Designer</SubType>
  113. </None>
  114. <None Include="packages.config" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <ProjectReference Include="..\DllEapDal\DllEapDal.csproj">
  118. <Project>{4E537CFE-3D5B-448D-9B7F-A56A51955F8D}</Project>
  119. <Name>DllEapDal</Name>
  120. </ProjectReference>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  124. <Visible>False</Visible>
  125. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  126. <Install>true</Install>
  127. </BootstrapperPackage>
  128. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  129. <Visible>False</Visible>
  130. <ProductName>.NET Framework 3.5 SP1</ProductName>
  131. <Install>false</Install>
  132. </BootstrapperPackage>
  133. </ItemGroup>
  134. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  135. </Project>