WebTerminalServer.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{F65AD2C4-66F2-4E9A-BA26-D09B05FAB06C}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>WebTerminalServer</RootNamespace>
  14. <AssemblyName>WTS</AssemblyName>
  15. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  16. <UseIISExpress>true</UseIISExpress>
  17. <Use64BitIISExpress />
  18. <IISExpressSSLPort />
  19. <IISExpressAnonymousAuthentication />
  20. <IISExpressWindowsAuthentication />
  21. <IISExpressUseClassicPipelineMode />
  22. <UseGlobalApplicationHostFile />
  23. <NuGetPackageImportStamp>
  24. </NuGetPackageImportStamp>
  25. <TargetFrameworkProfile />
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\</OutputPath>
  32. <DefineConstants>DEBUG;TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\</OutputPath>
  41. <DefineConstants>TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="System.Web.DynamicData" />
  49. <Reference Include="System.Web.Entity" />
  50. <Reference Include="System.Web.ApplicationServices" />
  51. <Reference Include="System.ComponentModel.DataAnnotations" />
  52. <Reference Include="System" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Web.Extensions" />
  55. <Reference Include="System.Drawing" />
  56. <Reference Include="System.Web" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="System.Configuration" />
  59. <Reference Include="System.Web.Services" />
  60. <Reference Include="System.EnterpriseServices" />
  61. <Reference Include="System.Xml.Linq" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Content Include="Web.config" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="EasyTerminal.cs" />
  68. <Compile Include="MiniTerm\Native\ConsoleApi.cs" />
  69. <Compile Include="MiniTerm\Native\ProcessApi.cs" />
  70. <Compile Include="MiniTerm\Native\PseudoConsoleApi.cs" />
  71. <Compile Include="MiniTerm\Processes\Process.cs" />
  72. <Compile Include="MiniTerm\Processes\ProcessFactory.cs" />
  73. <Compile Include="MiniTerm\Program.cs" />
  74. <Compile Include="MiniTerm\PseudoConsole.cs" />
  75. <Compile Include="MiniTerm\PseudoConsolePipe.cs" />
  76. <Compile Include="MiniTerm\Terminal.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <Compile Include="EasySshWsModule.cs" />
  79. <Compile Include="SshWsModule.cs" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <None Include="MiniTerm\README.md" />
  83. <None Include="Web.Debug.config">
  84. <DependentUpon>Web.config</DependentUpon>
  85. </None>
  86. <None Include="Web.Release.config">
  87. <DependentUpon>Web.config</DependentUpon>
  88. </None>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ProjectReference Include="..\AspNetTools\AspNetTools.csproj">
  92. <Project>{57c5ec19-55e8-44f9-b924-d87bad3a3458}</Project>
  93. <Name>AspNetTools</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="..\FxSsh\FxSsh.csproj">
  96. <Project>{b39cd742-16ce-4dc6-b00d-ab59cb370edd}</Project>
  97. <Name>FxSsh</Name>
  98. </ProjectReference>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Folder Include="App_Data\" />
  102. </ItemGroup>
  103. <PropertyGroup>
  104. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  105. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  106. </PropertyGroup>
  107. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  108. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  109. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  110. <ProjectExtensions>
  111. <VisualStudio>
  112. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  113. <WebProjectProperties>
  114. <UseIIS>True</UseIIS>
  115. <AutoAssignPort>True</AutoAssignPort>
  116. <DevelopmentServerPort>58559</DevelopmentServerPort>
  117. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  118. <IISUrl>http://localhost:58559/</IISUrl>
  119. <NTLMAuthentication>False</NTLMAuthentication>
  120. <UseCustomServer>False</UseCustomServer>
  121. <CustomServerUrl>
  122. </CustomServerUrl>
  123. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  124. </WebProjectProperties>
  125. </FlavorProperties>
  126. </VisualStudio>
  127. </ProjectExtensions>
  128. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  129. <PropertyGroup>
  130. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  131. </PropertyGroup>
  132. </Target>
  133. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  134. Other similar extension points exist, see Microsoft.Common.targets.
  135. <Target Name="BeforeBuild">
  136. </Target>
  137. <Target Name="AfterBuild">
  138. </Target>
  139. -->
  140. </Project>