TeamModelOS.OfficeDoc.Test.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>
  9. </ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{E5E2E853-AAE9-45D8-A59B-BC054434F9AD}</ProjectGuid>
  12. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>TeamModelOS.OfficeDoc.Test</RootNamespace>
  16. <AssemblyName>TeamModelOS.OfficeDoc.Test</AssemblyName>
  17. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  18. <MvcBuildViews>false</MvcBuildViews>
  19. <UseIISExpress>true</UseIISExpress>
  20. <Use64BitIISExpress />
  21. <IISExpressSSLPort>44319</IISExpressSSLPort>
  22. <IISExpressAnonymousAuthentication />
  23. <IISExpressWindowsAuthentication />
  24. <IISExpressUseClassicPipelineMode />
  25. <UseGlobalApplicationHostFile />
  26. <NuGetPackageImportStamp>
  27. </NuGetPackageImportStamp>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>bin\</OutputPath>
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\</OutputPath>
  43. <DefineConstants>TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="DocumentFormat.OpenXml, Version=2.9.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
  49. <HintPath>..\packages\DocumentFormat.OpenXml.2.9.1\lib\net46\DocumentFormat.OpenXml.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="Microsoft.Office.Interop.PowerPoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Microsoft.Office.Interop.PowerPoint.15.0.4420.1017\lib\net20\Microsoft.Office.Interop.PowerPoint.dll</HintPath>
  54. <EmbedInteropTypes>True</EmbedInteropTypes>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Drawing" />
  59. <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  60. <HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
  61. <Private>True</Private>
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="System.IO.Packaging, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  65. <HintPath>..\packages\System.IO.Packaging.4.5.0\lib\net46\System.IO.Packaging.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Runtime.Serialization" />
  68. <Reference Include="System.Web.DynamicData" />
  69. <Reference Include="System.Web.Entity" />
  70. <Reference Include="System.Web.ApplicationServices" />
  71. <Reference Include="System.ComponentModel.DataAnnotations" />
  72. <Reference Include="System.Core" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="System.Xml.Linq" />
  75. <Reference Include="System.Web" />
  76. <Reference Include="System.Web.Extensions" />
  77. <Reference Include="System.Web.Abstractions" />
  78. <Reference Include="System.Web.Routing" />
  79. <Reference Include="System.Xml" />
  80. <Reference Include="System.Configuration" />
  81. <Reference Include="System.Web.Services" />
  82. <Reference Include="System.EnterpriseServices" />
  83. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  84. <Private>True</Private>
  85. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Net.Http">
  88. </Reference>
  89. <Reference Include="System.Net.Http.WebRequest">
  90. </Reference>
  91. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  92. <Private>True</Private>
  93. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  96. <Private>True</Private>
  97. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Web.Optimization">
  100. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  103. <Private>True</Private>
  104. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  107. <Private>True</Private>
  108. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  111. <Private>True</Private>
  112. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  113. </Reference>
  114. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  115. <Private>True</Private>
  116. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  117. </Reference>
  118. <Reference Include="Newtonsoft.Json">
  119. <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  120. </Reference>
  121. <Reference Include="WebGrease">
  122. <Private>True</Private>
  123. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  124. </Reference>
  125. <Reference Include="Antlr3.Runtime">
  126. <Private>True</Private>
  127. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  128. </Reference>
  129. <Reference Include="WindowsBase" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
  133. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  134. </Reference>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Compile Include="App_Start\BundleConfig.cs" />
  138. <Compile Include="App_Start\FilterConfig.cs" />
  139. <Compile Include="App_Start\RouteConfig.cs" />
  140. <Compile Include="Controllers\HomeController.cs" />
  141. <Compile Include="Global.asax.cs">
  142. <DependentUpon>Global.asax</DependentUpon>
  143. </Compile>
  144. <Compile Include="Properties\AssemblyInfo.cs" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <Content Include="Content\bootstrap-theme.css" />
  148. <Content Include="Content\bootstrap-theme.min.css" />
  149. <Content Include="Content\bootstrap.css" />
  150. <Content Include="Content\bootstrap.min.css" />
  151. <Content Include="favicon.ico" />
  152. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  153. <Content Include="Global.asax" />
  154. <Content Include="Content\Site.css" />
  155. <Content Include="Scripts\bootstrap.js" />
  156. <Content Include="Scripts\bootstrap.min.js" />
  157. <None Include="Scripts\jquery-3.3.1.intellisense.js" />
  158. <Content Include="Scripts\jquery-3.3.1.js" />
  159. <Content Include="Scripts\jquery-3.3.1.min.js" />
  160. <Content Include="Scripts\jquery-3.3.1.slim.js" />
  161. <Content Include="Scripts\jquery-3.3.1.slim.min.js" />
  162. <None Include="Scripts\jquery.validate-vsdoc.js" />
  163. <Content Include="Scripts\jquery.validate.js" />
  164. <Content Include="Scripts\jquery.validate.min.js" />
  165. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  166. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  167. <Content Include="Scripts\modernizr-2.8.3.js" />
  168. <Content Include="Web.config" />
  169. <Content Include="Web.Debug.config">
  170. <DependentUpon>Web.config</DependentUpon>
  171. </Content>
  172. <Content Include="Web.Release.config">
  173. <DependentUpon>Web.config</DependentUpon>
  174. </Content>
  175. <Content Include="Views\Web.config" />
  176. <Content Include="Views\_ViewStart.cshtml" />
  177. <Content Include="Views\Shared\Error.cshtml" />
  178. <Content Include="Views\Shared\_Layout.cshtml" />
  179. <Content Include="Views\Home\About.cshtml" />
  180. <Content Include="Views\Home\Contact.cshtml" />
  181. <Content Include="Views\Home\Index.cshtml" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <Folder Include="App_Data\" />
  185. <Folder Include="Models\" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <Content Include="fonts\glyphicons-halflings-regular.woff2" />
  189. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  190. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  191. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  192. <Content Include="Content\bootstrap.min.css.map" />
  193. <Content Include="Content\bootstrap.css.map" />
  194. <Content Include="Content\bootstrap-theme.min.css.map" />
  195. <Content Include="Content\bootstrap-theme.css.map" />
  196. <None Include="packages.config" />
  197. <Content Include="Scripts\jquery-3.3.1.slim.min.map" />
  198. <Content Include="Scripts\jquery-3.3.1.min.map" />
  199. </ItemGroup>
  200. <PropertyGroup>
  201. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  202. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  203. </PropertyGroup>
  204. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  205. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  206. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  207. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  208. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  209. </Target>
  210. <ProjectExtensions>
  211. <VisualStudio>
  212. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  213. <WebProjectProperties>
  214. <UseIIS>True</UseIIS>
  215. <AutoAssignPort>True</AutoAssignPort>
  216. <DevelopmentServerPort>49718</DevelopmentServerPort>
  217. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  218. <IISUrl>https://localhost:44319/</IISUrl>
  219. <NTLMAuthentication>False</NTLMAuthentication>
  220. <UseCustomServer>False</UseCustomServer>
  221. <CustomServerUrl>
  222. </CustomServerUrl>
  223. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  224. </WebProjectProperties>
  225. </FlavorProperties>
  226. </VisualStudio>
  227. </ProjectExtensions>
  228. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  229. <PropertyGroup>
  230. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  231. </PropertyGroup>
  232. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  233. </Target>
  234. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  235. Other similar extension points exist, see Microsoft.Common.targets.
  236. <Target Name="BeforeBuild">
  237. </Target>
  238. <Target Name="AfterBuild">
  239. </Target> -->
  240. </Project>