You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

170 line
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. <Prefer32Bit>false</Prefer32Bit>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. <DebugType>pdbonly</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="EntityFramework">
  61. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  62. </Reference>
  63. <Reference Include="EntityFramework.SqlServer">
  64. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Hangfire.Core, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Hangfire.Core.1.7.3\lib\net45\Hangfire.Core.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Hangfire.SqlServer">
  70. <HintPath>..\packages\Hangfire.SqlServer.1.7.3\lib\net45\Hangfire.SqlServer.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Microsoft.Practices.Unity, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Microsoft.Practices.Unity.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Microsoft.Practices.Unity.RegistrationByConvention">
  85. <HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  88. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  89. <Private>True</Private>
  90. </Reference>
  91. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  92. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System" />
  95. <Reference Include="System.Configuration" />
  96. <Reference Include="System.Configuration.Install" />
  97. <Reference Include="System.Core" />
  98. <Reference Include="System.Data.OracleClient" />
  99. <Reference Include="System.Management" />
  100. <Reference Include="System.Runtime.Serialization" />
  101. <Reference Include="System.ServiceModel" />
  102. <Reference Include="System.Xml.Linq" />
  103. <Reference Include="System.Data.DataSetExtensions" />
  104. <Reference Include="Microsoft.CSharp" />
  105. <Reference Include="System.Data" />
  106. <Reference Include="System.Net.Http" />
  107. <Reference Include="System.ServiceProcess" />
  108. <Reference Include="System.Xml" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Compile Include="ProjectInstaller.cs">
  112. <SubType>Component</SubType>
  113. </Compile>
  114. <Compile Include="ProjectInstaller.Designer.cs">
  115. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="Service1.cs">
  118. <SubType>Component</SubType>
  119. </Compile>
  120. <Compile Include="Service1.Designer.cs">
  121. <DependentUpon>Service1.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="Program.cs" />
  124. <Compile Include="Properties\AssemblyInfo.cs" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <None Include="App.config">
  128. <SubType>Designer</SubType>
  129. </None>
  130. <None Include="packages.config" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <EmbeddedResource Include="ProjectInstaller.resx">
  134. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  135. </EmbeddedResource>
  136. <EmbeddedResource Include="Service1.resx">
  137. <DependentUpon>Service1.cs</DependentUpon>
  138. </EmbeddedResource>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Content Include="installanduninstall.txt" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Analyzer Include="..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
  145. <Analyzer Include="..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <ProjectReference Include="..\Learun.Framework.Module\Learun.Db\Learun.DataBase.EF.Sqlserver\Learun.DataBase.SqlServer.csproj">
  149. <Project>{890532f8-5205-4ee9-965c-84500cad24de}</Project>
  150. <Name>Learun.DataBase.SqlServer</Name>
  151. </ProjectReference>
  152. <ProjectReference Include="..\Learun.Framework.Module\Learun.Db\Learun.DataBase\Learun.DataBase.csproj">
  153. <Project>{c329f9e1-4327-4769-9d08-07e6fec41005}</Project>
  154. <Name>Learun.DataBase</Name>
  155. </ProjectReference>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  159. <Visible>False</Visible>
  160. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  161. <Install>true</Install>
  162. </BootstrapperPackage>
  163. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  164. <Visible>False</Visible>
  165. <ProductName>.NET Framework 3.5 SP1</ProductName>
  166. <Install>false</Install>
  167. </BootstrapperPackage>
  168. </ItemGroup>
  169. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  170. </Project>