EMISOnline.WinService.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{650D0114-4AB3-4CDA-A673-1E562672BE9D}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMISOnline.WinService</RootNamespace>
  12. <AssemblyName>EMISOnline.WinService</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  19. <TargetFrameworkProfile />
  20. <IsWebBootstrapper>false</IsWebBootstrapper>
  21. <PublishUrl>D:\开发项目\教务管理系统\源代码New\EMISOnline\EMISOnline.WinService\发布文件夹\</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Disk</InstallFrom>
  24. <UpdateEnabled>false</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <ApplicationRevision>0</ApplicationRevision>
  32. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  37. <PlatformTarget>x86</PlatformTarget>
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>bin\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  47. <PlatformTarget>x86</PlatformTarget>
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="System" />
  57. <Reference Include="System.configuration" />
  58. <Reference Include="System.Configuration.Install" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Management" />
  61. <Reference Include="System.ServiceProcess" />
  62. <Reference Include="System.Xml" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="Common\Config.cs" />
  66. <Compile Include="Common\FileHelper.cs" />
  67. <Compile Include="Common\HttpHelper.cs" />
  68. <Compile Include="FfmpegService.cs">
  69. <SubType>Component</SubType>
  70. </Compile>
  71. <Compile Include="FfmpegService.Designer.cs">
  72. <DependentUpon>FfmpegService.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="Common\Log.cs" />
  75. <Compile Include="FtpTimer.cs" />
  76. <Compile Include="M3u8Timer.cs" />
  77. <Compile Include="Program.cs" />
  78. <Compile Include="ProjectInstaller.cs">
  79. <SubType>Component</SubType>
  80. </Compile>
  81. <Compile Include="ProjectInstaller.Designer.cs">
  82. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="Properties\AssemblyInfo.cs" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <EmbeddedResource Include="ProjectInstaller.resx">
  88. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  89. </EmbeddedResource>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <None Include="App.config">
  93. <SubType>Designer</SubType>
  94. </None>
  95. <None Include="ffmpeg文件\ffmpeg-20151221-git-c0f67e1-win64-static.zip" />
  96. <None Include="ffmpeg文件\ffmpeg-20160901-be07c25-win32-static.rar" />
  97. <None Include="FTP安装文件\Serv-U FTP Server 4.0.0.4.rar" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Content Include="Common\dsofile.dll" />
  101. <Content Include="crossdomain.xml" />
  102. <Content Include="ffmpeg文件\安装说明.txt" />
  103. <Content Include="FTP安装文件\DsoFileSetup_KB224351_x86.exe" />
  104. <Content Include="FTP安装文件\Serv-U日志配置说明截图.png" />
  105. <Content Include="FTP安装文件\说明.txt" />
  106. <Content Include="install cmd.txt" />
  107. <Content Include="视频服务安装说明.txt" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <COMReference Include="DSOFile">
  111. <Guid>{58968145-CF00-4341-995F-2EE093F6ABA3}</Guid>
  112. <VersionMajor>2</VersionMajor>
  113. <VersionMinor>1</VersionMinor>
  114. <Lcid>0</Lcid>
  115. <WrapperTool>tlbimp</WrapperTool>
  116. <Isolated>False</Isolated>
  117. <EmbedInteropTypes>False</EmbedInteropTypes>
  118. </COMReference>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  122. <Visible>False</Visible>
  123. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  124. <Install>true</Install>
  125. </BootstrapperPackage>
  126. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  127. <Visible>False</Visible>
  128. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  129. <Install>false</Install>
  130. </BootstrapperPackage>
  131. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  132. <Visible>False</Visible>
  133. <ProductName>.NET Framework 3.5 SP1</ProductName>
  134. <Install>false</Install>
  135. </BootstrapperPackage>
  136. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  137. <Visible>False</Visible>
  138. <ProductName>Windows Installer 3.1</ProductName>
  139. <Install>true</Install>
  140. </BootstrapperPackage>
  141. </ItemGroup>
  142. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  143. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  144. Other similar extension points exist, see Microsoft.Common.targets.
  145. <Target Name="BeforeBuild">
  146. </Target>
  147. <Target Name="AfterBuild">
  148. </Target>
  149. -->
  150. </Project>