Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

169 строки
7.9 KiB

  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>{22D95C1F-07D6-40A4-8F14-26013EB23C12}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Quanjiang.DigitalScholl.JobService</RootNamespace>
  10. <AssemblyName>Quanjiang.DigitalScholl.JobService</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. <TargetFrameworkProfile />
  23. <IsWebBootstrapper>false</IsWebBootstrapper>
  24. <PublishUrl>publish\</PublishUrl>
  25. <Install>true</Install>
  26. <InstallFrom>Disk</InstallFrom>
  27. <UpdateEnabled>false</UpdateEnabled>
  28. <UpdateMode>Foreground</UpdateMode>
  29. <UpdateInterval>7</UpdateInterval>
  30. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  31. <UpdatePeriodically>false</UpdatePeriodically>
  32. <UpdateRequired>false</UpdateRequired>
  33. <MapFileExtensions>true</MapFileExtensions>
  34. <ApplicationRevision>0</ApplicationRevision>
  35. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  40. <PlatformTarget>AnyCPU</PlatformTarget>
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\Debug\</OutputPath>
  45. <DefineConstants>TRACE;DEBUG</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <PlatformTarget>AnyCPU</PlatformTarget>
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="EntityFramework">
  60. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  61. </Reference>
  62. <Reference Include="EntityFramework.SqlServer">
  63. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Hangfire.Core, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
  66. <HintPath>..\packages\Hangfire.Core.1.7.3\lib\net45\Hangfire.Core.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Hangfire.SqlServer">
  69. <HintPath>..\packages\Hangfire.SqlServer.1.7.3\lib\net45\Hangfire.SqlServer.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Microsoft.Practices.Unity, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.Practices.Unity.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Microsoft.Practices.Unity.RegistrationByConvention">
  84. <HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  87. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  88. <Private>True</Private>
  89. </Reference>
  90. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  91. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System" />
  94. <Reference Include="System.Configuration" />
  95. <Reference Include="System.Configuration.Install" />
  96. <Reference Include="System.Core" />
  97. <Reference Include="System.Data.OracleClient" />
  98. <Reference Include="System.Management" />
  99. <Reference Include="System.Runtime.Serialization" />
  100. <Reference Include="System.ServiceModel" />
  101. <Reference Include="System.Xml.Linq" />
  102. <Reference Include="System.Data.DataSetExtensions" />
  103. <Reference Include="Microsoft.CSharp" />
  104. <Reference Include="System.Data" />
  105. <Reference Include="System.Net.Http" />
  106. <Reference Include="System.ServiceProcess" />
  107. <Reference Include="System.Xml" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <Compile Include="ProjectInstaller.cs">
  111. <SubType>Component</SubType>
  112. </Compile>
  113. <Compile Include="ProjectInstaller.Designer.cs">
  114. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  115. </Compile>
  116. <Compile Include="Service1.cs">
  117. <SubType>Component</SubType>
  118. </Compile>
  119. <Compile Include="Service1.Designer.cs">
  120. <DependentUpon>Service1.cs</DependentUpon>
  121. </Compile>
  122. <Compile Include="Program.cs" />
  123. <Compile Include="Properties\AssemblyInfo.cs" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <None Include="App.config">
  127. <SubType>Designer</SubType>
  128. </None>
  129. <None Include="packages.config" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <EmbeddedResource Include="ProjectInstaller.resx">
  133. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  134. </EmbeddedResource>
  135. <EmbeddedResource Include="Service1.resx">
  136. <DependentUpon>Service1.cs</DependentUpon>
  137. </EmbeddedResource>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <Content Include="installanduninstall.txt" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <Analyzer Include="..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
  144. <Analyzer Include="..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <ProjectReference Include="..\Learun.Framework.Module\Learun.Db\Learun.DataBase.EF.Sqlserver\Learun.DataBase.SqlServer.csproj">
  148. <Project>{890532f8-5205-4ee9-965c-84500cad24de}</Project>
  149. <Name>Learun.DataBase.SqlServer</Name>
  150. </ProjectReference>
  151. <ProjectReference Include="..\Learun.Framework.Module\Learun.Db\Learun.DataBase\Learun.DataBase.csproj">
  152. <Project>{c329f9e1-4327-4769-9d08-07e6fec41005}</Project>
  153. <Name>Learun.DataBase</Name>
  154. </ProjectReference>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  158. <Visible>False</Visible>
  159. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  160. <Install>true</Install>
  161. </BootstrapperPackage>
  162. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  163. <Visible>False</Visible>
  164. <ProductName>.NET Framework 3.5 SP1</ProductName>
  165. <Install>false</Install>
  166. </BootstrapperPackage>
  167. </ItemGroup>
  168. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  169. </Project>