Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

ExcelWebAddIn1Web.vbproj 31KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  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.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  4. <Import Project="..\packages\Microsoft.Net.Compilers.2.4.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.4.0\build\Microsoft.Net.Compilers.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>
  10. </ProductVersion>
  11. <SchemaVersion>
  12. </SchemaVersion>
  13. <ProjectGuid>{162B86C7-CEB6-4AAB-83F2-2E3EF502A164}</ProjectGuid>
  14. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
  15. <OutputType>Library</OutputType>
  16. <RootNamespace>ExcelWebAddIn1Web</RootNamespace>
  17. <AssemblyName>ExcelWebAddIn1Web</AssemblyName>
  18. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  19. <MyType>Custom</MyType>
  20. <UseIISExpress>true</UseIISExpress>
  21. <Use64BitIISExpress />
  22. <IISExpressSSLPort>44385</IISExpressSSLPort>
  23. <IISExpressAnonymousAuthentication />
  24. <IISExpressWindowsAuthentication />
  25. <IISExpressUseClassicPipelineMode />
  26. <UseGlobalApplicationHostFile />
  27. <NuGetPackageImportStamp>
  28. </NuGetPackageImportStamp>
  29. <TargetOfficeVersion>15.0</TargetOfficeVersion>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <DefineDebug>true</DefineDebug>
  35. <DefineTrace>true</DefineTrace>
  36. <OutputPath>bin\</OutputPath>
  37. <DocumentationFile>ExcelWebAddIn1Web.xml</DocumentationFile>
  38. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>pdbonly</DebugType>
  43. <DefineDebug>false</DefineDebug>
  44. <DefineTrace>true</DefineTrace>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\</OutputPath>
  47. <DocumentationFile>ExcelWebAddIn1Web.xml</DocumentationFile>
  48. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="System.Web.Extensions" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Web.DynamicData" />
  62. <Reference Include="System.Web.Entity" />
  63. <Reference Include="System.Web.ApplicationServices" />
  64. <Reference Include="System.ComponentModel.DataAnnotations" />
  65. <Reference Include="System.Web" />
  66. <Reference Include="System.Xml" />
  67. <Reference Include="System.Configuration" />
  68. <Reference Include="System.Web.Services" />
  69. <Reference Include="System.EnterpriseServices" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Import Include="Microsoft.VisualBasic" />
  75. <Import Include="System" />
  76. <Import Include="System.Collections" />
  77. <Import Include="System.Collections.Generic" />
  78. <Import Include="System.Data" />
  79. <Import Include="System.Linq" />
  80. <Import Include="System.Xml.Linq" />
  81. <Import Include="System.Diagnostics" />
  82. <Import Include="System.Collections.Specialized" />
  83. <Import Include="System.Configuration" />
  84. <Import Include="System.Text" />
  85. <Import Include="System.Text.RegularExpressions" />
  86. <Import Include="System.Web" />
  87. <Import Include="System.Web.Caching" />
  88. <Import Include="System.Web.SessionState" />
  89. <Import Include="System.Web.Security" />
  90. <Import Include="System.Web.Profile" />
  91. <Import Include="System.Web.UI" />
  92. <Import Include="System.Web.UI.WebControls" />
  93. <Import Include="System.Web.UI.WebControls.WebParts" />
  94. <Import Include="System.Web.UI.HtmlControls" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Content Include="Content\fabric.components.css" />
  98. <Content Include="Content\fabric.components.min.css" />
  99. <Content Include="Content\fabric.components.rtl.css" />
  100. <Content Include="Content\fabric.components.rtl.min.css" />
  101. <Content Include="Content\fabric.css" />
  102. <Content Include="Content\fabric.min.css" />
  103. <Content Include="Content\fabric.rtl.css" />
  104. <Content Include="Content\fabric.rtl.min.css" />
  105. <Content Include="Content\Office.css" />
  106. <Content Include="Content\sass\_Office.Color.Variables.scss" />
  107. <Content Include="Content\sass\_Fabric.ZIndex.Variables.scss" />
  108. <Content Include="Content\sass\_Fabric.Utilities.scss" />
  109. <Content Include="Content\sass\_Fabric.Typography.Variables.scss" />
  110. <Content Include="Content\sass\_Fabric.Typography.scss" />
  111. <Content Include="Content\sass\_Fabric.Typography.Language.Overrides.scss" />
  112. <Content Include="Content\sass\_Fabric.Typography.Fonts.scss" />
  113. <Content Include="Content\sass\_Fabric.Responsive.Variables.scss" />
  114. <Content Include="Content\sass\_Fabric.Responsive.Utilities.Variables.scss" />
  115. <Content Include="Content\sass\_Fabric.Mixins.scss" />
  116. <Content Include="Content\sass\_Fabric.Icons.scss" />
  117. <Content Include="Content\sass\_Fabric.Grid.scss" />
  118. <Content Include="Content\sass\_Fabric.Common.scss" />
  119. <Content Include="Content\sass\_Fabric.Color.Variables.scss" />
  120. <Content Include="Content\sass\_Fabric.Color.Mixins.scss" />
  121. <Content Include="Content\sass\_Fabric.Animations.scss" />
  122. <Content Include="Content\sass\_Fabric.Animations.RTL.scss" />
  123. <Content Include="Content\sass\Fabric.Utilities.Output.scss" />
  124. <Content Include="Content\sass\Fabric.Typography.Output.scss" />
  125. <Content Include="Content\sass\Fabric.Typography.Language.Overrides.Output.scss" />
  126. <Content Include="Content\sass\Fabric.Typography.Fonts.Output.scss" />
  127. <Content Include="Content\sass\Fabric.scss" />
  128. <Content Include="Content\sass\Fabric.RTL.scss" />
  129. <Content Include="Content\sass\Fabric.Responsive.Utilities.Output.scss" />
  130. <Content Include="Content\sass\Fabric.Icons.RTL.Output.scss" />
  131. <Content Include="Content\sass\Fabric.Icons.Output.scss" />
  132. <Content Include="Content\sass\Fabric.Icons.Font.Output.scss" />
  133. <Content Include="Content\sass\Fabric.Grid.Output.scss" />
  134. <Content Include="Content\sass\Fabric.Components.scss" />
  135. <Content Include="Content\sass\Fabric.Color.Mixins.Output.scss" />
  136. <Content Include="Content\sass\Fabric.Animations.RTL.Output.scss" />
  137. <Content Include="Content\sass\Fabric.Animations.Output.scss" />
  138. <None Include="Scripts\jquery-1.9.1.intellisense.js" />
  139. <Content Include="Home\Home.css" />
  140. <Content Include="Home\Home.html" />
  141. <Content Include="Home\Home.js" />
  142. <Content Include="Images\Button32x32.png" />
  143. <Content Include="Images\Close.png" />
  144. <Content Include="Scripts\FabricUI\MessageBanner.js" />
  145. <Content Include="Scripts\jquery-1.9.1.js" />
  146. <Content Include="Scripts\jquery-1.9.1.min.js" />
  147. <Content Include="Scripts\jquery-1.9.1.min.map" />
  148. <None Include="Scripts\Office\1\outlook-win32.debug-vsdoc.js" />
  149. <None Include="Scripts\Office\1\office-vsdoc.js" />
  150. <Content Include="Content\OfficeThemes.css" />
  151. <Content Include="Scripts\jquery.fabric.js" />
  152. <Content Include="Scripts\jquery.fabric.min.js" />
  153. <Content Include="Scripts\Office\1\access-web-16.00.debug.js" />
  154. <Content Include="Scripts\Office\1\access-web-16.00.js" />
  155. <Content Include="Scripts\Office\1\ar-sa\office_strings.debug.js" />
  156. <Content Include="Scripts\Office\1\ar-sa\office_strings.js" />
  157. <Content Include="Scripts\Office\1\ar-sa\outlook_strings.debug.js" />
  158. <Content Include="Scripts\Office\1\ar-sa\outlook_strings.js" />
  159. <Content Include="Scripts\Office\1\bg-bg\office_strings.debug.js" />
  160. <Content Include="Scripts\Office\1\bg-bg\office_strings.js" />
  161. <Content Include="Scripts\Office\1\bg-bg\outlook_strings.debug.js" />
  162. <Content Include="Scripts\Office\1\bg-bg\outlook_strings.js" />
  163. <Content Include="Scripts\Office\1\cs-cz\office_strings.debug.js" />
  164. <Content Include="Scripts\Office\1\cs-cz\office_strings.js" />
  165. <Content Include="Scripts\Office\1\cs-cz\outlook_strings.debug.js" />
  166. <Content Include="Scripts\Office\1\cs-cz\outlook_strings.js" />
  167. <Content Include="Scripts\Office\1\da-dk\office_strings.debug.js" />
  168. <Content Include="Scripts\Office\1\da-dk\office_strings.js" />
  169. <Content Include="Scripts\Office\1\da-dk\outlook_strings.debug.js" />
  170. <Content Include="Scripts\Office\1\da-dk\outlook_strings.js" />
  171. <Content Include="Scripts\Office\1\de-de\office_strings.debug.js" />
  172. <Content Include="Scripts\Office\1\de-de\office_strings.js" />
  173. <Content Include="Scripts\Office\1\de-de\outlook_strings.debug.js" />
  174. <Content Include="Scripts\Office\1\de-de\outlook_strings.js" />
  175. <Content Include="Scripts\Office\1\el-gr\office_strings.debug.js" />
  176. <Content Include="Scripts\Office\1\el-gr\office_strings.js" />
  177. <Content Include="Scripts\Office\1\el-gr\outlook_strings.debug.js" />
  178. <Content Include="Scripts\Office\1\el-gr\outlook_strings.js" />
  179. <Content Include="Scripts\Office\1\en-us\office_strings.debug.js" />
  180. <Content Include="Scripts\Office\1\en-us\office_strings.js" />
  181. <Content Include="Scripts\Office\1\en-us\outlook_strings.debug.js" />
  182. <Content Include="Scripts\Office\1\en-us\outlook_strings.js" />
  183. <Content Include="Scripts\Office\1\es-es\office_strings.debug.js" />
  184. <Content Include="Scripts\Office\1\es-es\office_strings.js" />
  185. <Content Include="Scripts\Office\1\es-es\outlook_strings.debug.js" />
  186. <Content Include="Scripts\Office\1\es-es\outlook_strings.js" />
  187. <Content Include="Scripts\Office\1\es6-promise.debug.js" />
  188. <Content Include="Scripts\Office\1\es6-promise.js" />
  189. <Content Include="Scripts\Office\1\et-ee\office_strings.debug.js" />
  190. <Content Include="Scripts\Office\1\et-ee\office_strings.js" />
  191. <Content Include="Scripts\Office\1\et-ee\outlook_strings.debug.js" />
  192. <Content Include="Scripts\Office\1\et-ee\outlook_strings.js" />
  193. <Content Include="Scripts\Office\1\excel-15.01.debug.js" />
  194. <Content Include="Scripts\Office\1\excel-15.01.js" />
  195. <Content Include="Scripts\Office\1\excel-15.02.debug.js" />
  196. <Content Include="Scripts\Office\1\excel-15.02.js" />
  197. <Content Include="Scripts\Office\1\excel-15.debug.js" />
  198. <Content Include="Scripts\Office\1\excel-15.js" />
  199. <Content Include="Scripts\Office\1\excel-ios-16.00.debug.js" />
  200. <Content Include="Scripts\Office\1\excel-ios-16.00.js" />
  201. <Content Include="Scripts\Office\1\excel-mac-16.00.debug.js" />
  202. <Content Include="Scripts\Office\1\excel-mac-16.00.js" />
  203. <Content Include="Scripts\Office\1\excel-web-16.00.debug.js" />
  204. <Content Include="Scripts\Office\1\excel-web-16.00.js" />
  205. <Content Include="Scripts\Office\1\excel-win32-16.00.debug.js" />
  206. <Content Include="Scripts\Office\1\excel-win32-16.00.js" />
  207. <Content Include="Scripts\Office\1\excel-win32-16.01.debug.js" />
  208. <Content Include="Scripts\Office\1\excel-win32-16.01.js" />
  209. <Content Include="Scripts\Office\1\excelios-15.debug.js" />
  210. <Content Include="Scripts\Office\1\excelios-15.js" />
  211. <Content Include="Scripts\Office\1\excelwebapp-15.01.debug.js" />
  212. <Content Include="Scripts\Office\1\excelwebapp-15.01.js" />
  213. <Content Include="Scripts\Office\1\excelwebapp-15.02.debug.js" />
  214. <Content Include="Scripts\Office\1\excelwebapp-15.02.js" />
  215. <Content Include="Scripts\Office\1\excelwebapp-15.debug.js" />
  216. <Content Include="Scripts\Office\1\excelwebapp-15.js" />
  217. <Content Include="Scripts\Office\1\fi-fi\office_strings.debug.js" />
  218. <Content Include="Scripts\Office\1\fi-fi\office_strings.js" />
  219. <Content Include="Scripts\Office\1\fi-fi\outlook_strings.debug.js" />
  220. <Content Include="Scripts\Office\1\fi-fi\outlook_strings.js" />
  221. <Content Include="Scripts\Office\1\fr-fr\office_strings.debug.js" />
  222. <Content Include="Scripts\Office\1\fr-fr\office_strings.js" />
  223. <Content Include="Scripts\Office\1\fr-fr\outlook_strings.debug.js" />
  224. <Content Include="Scripts\Office\1\fr-fr\outlook_strings.js" />
  225. <Content Include="Scripts\Office\1\he-il\office_strings.debug.js" />
  226. <Content Include="Scripts\Office\1\he-il\office_strings.js" />
  227. <Content Include="Scripts\Office\1\he-il\outlook_strings.debug.js" />
  228. <Content Include="Scripts\Office\1\he-il\outlook_strings.js" />
  229. <Content Include="Scripts\Office\1\hi-in\office_strings.debug.js" />
  230. <Content Include="Scripts\Office\1\hi-in\office_strings.js" />
  231. <Content Include="Scripts\Office\1\hi-in\outlook_strings.debug.js" />
  232. <Content Include="Scripts\Office\1\hi-in\outlook_strings.js" />
  233. <Content Include="Scripts\Office\1\hr-hr\office_strings.debug.js" />
  234. <Content Include="Scripts\Office\1\hr-hr\office_strings.js" />
  235. <Content Include="Scripts\Office\1\hr-hr\outlook_strings.debug.js" />
  236. <Content Include="Scripts\Office\1\hr-hr\outlook_strings.js" />
  237. <Content Include="Scripts\Office\1\html2canvas.debug.js" />
  238. <Content Include="Scripts\Office\1\html2canvas.js" />
  239. <Content Include="Scripts\Office\1\hu-hu\office_strings.debug.js" />
  240. <Content Include="Scripts\Office\1\hu-hu\office_strings.js" />
  241. <Content Include="Scripts\Office\1\hu-hu\outlook_strings.debug.js" />
  242. <Content Include="Scripts\Office\1\hu-hu\outlook_strings.js" />
  243. <Content Include="Scripts\Office\1\id-id\office_strings.debug.js" />
  244. <Content Include="Scripts\Office\1\id-id\office_strings.js" />
  245. <Content Include="Scripts\Office\1\id-id\outlook_strings.debug.js" />
  246. <Content Include="Scripts\Office\1\id-id\outlook_strings.js" />
  247. <Content Include="Scripts\Office\1\it-it\office_strings.debug.js" />
  248. <Content Include="Scripts\Office\1\it-it\office_strings.js" />
  249. <Content Include="Scripts\Office\1\it-it\outlook_strings.debug.js" />
  250. <Content Include="Scripts\Office\1\it-it\outlook_strings.js" />
  251. <Content Include="Scripts\Office\1\ja-jp\office_strings.debug.js" />
  252. <Content Include="Scripts\Office\1\ja-jp\office_strings.js" />
  253. <Content Include="Scripts\Office\1\ja-jp\outlook_strings.debug.js" />
  254. <Content Include="Scripts\Office\1\ja-jp\outlook_strings.js" />
  255. <Content Include="Scripts\Office\1\kk-kz\office_strings.debug.js" />
  256. <Content Include="Scripts\Office\1\kk-kz\office_strings.js" />
  257. <Content Include="Scripts\Office\1\kk-kz\outlook_strings.debug.js" />
  258. <Content Include="Scripts\Office\1\kk-kz\outlook_strings.js" />
  259. <Content Include="Scripts\Office\1\ko-kr\office_strings.debug.js" />
  260. <Content Include="Scripts\Office\1\ko-kr\office_strings.js" />
  261. <Content Include="Scripts\Office\1\ko-kr\outlook_strings.debug.js" />
  262. <Content Include="Scripts\Office\1\ko-kr\outlook_strings.js" />
  263. <Content Include="Scripts\Office\1\lt-lt\office_strings.debug.js" />
  264. <Content Include="Scripts\Office\1\lt-lt\office_strings.js" />
  265. <Content Include="Scripts\Office\1\lt-lt\outlook_strings.debug.js" />
  266. <Content Include="Scripts\Office\1\lt-lt\outlook_strings.js" />
  267. <Content Include="Scripts\Office\1\lv-lv\office_strings.debug.js" />
  268. <Content Include="Scripts\Office\1\lv-lv\office_strings.js" />
  269. <Content Include="Scripts\Office\1\lv-lv\outlook_strings.debug.js" />
  270. <Content Include="Scripts\Office\1\lv-lv\outlook_strings.js" />
  271. <Content Include="Scripts\Office\1\ms-my\office_strings.debug.js" />
  272. <Content Include="Scripts\Office\1\ms-my\office_strings.js" />
  273. <Content Include="Scripts\Office\1\ms-my\outlook_strings.debug.js" />
  274. <Content Include="Scripts\Office\1\ms-my\outlook_strings.js" />
  275. <Content Include="Scripts\Office\1\nb-no\office_strings.debug.js" />
  276. <Content Include="Scripts\Office\1\nb-no\office_strings.js" />
  277. <Content Include="Scripts\Office\1\nb-no\outlook_strings.debug.js" />
  278. <Content Include="Scripts\Office\1\nb-no\outlook_strings.js" />
  279. <Content Include="Scripts\Office\1\nl-nl\office_strings.debug.js" />
  280. <Content Include="Scripts\Office\1\nl-nl\office_strings.js" />
  281. <Content Include="Scripts\Office\1\nl-nl\outlook_strings.debug.js" />
  282. <Content Include="Scripts\Office\1\nl-nl\outlook_strings.js" />
  283. <Content Include="Scripts\Office\1\o15apptofilemappingtable.debug.js" />
  284. <Content Include="Scripts\Office\1\o15apptofilemappingtable.js" />
  285. <Content Include="Scripts\Office\1\office.debug.js" />
  286. <Content Include="Scripts\Office\1\office.js" />
  287. <Content Include="Scripts\Office\1\onenote-web-16.00.debug.js" />
  288. <Content Include="Scripts\Office\1\onenote-web-16.00.js" />
  289. <Content Include="Scripts\Office\1\onenote-win32-16.00.debug.js" />
  290. <Content Include="Scripts\Office\1\onenote-win32-16.00.js" />
  291. <Content Include="Scripts\Office\1\outlook-15.01.debug.js" />
  292. <Content Include="Scripts\Office\1\outlook-15.01.js" />
  293. <Content Include="Scripts\Office\1\outlook-15.02.debug.js" />
  294. <Content Include="Scripts\Office\1\outlook-15.02.js" />
  295. <Content Include="Scripts\Office\1\outlook-15.03.debug.js" />
  296. <Content Include="Scripts\Office\1\outlook-15.03.js" />
  297. <Content Include="Scripts\Office\1\outlook-15.04.debug.js" />
  298. <Content Include="Scripts\Office\1\outlook-15.04.js" />
  299. <Content Include="Scripts\Office\1\outlook-15.debug.js" />
  300. <Content Include="Scripts\Office\1\outlook-15.js" />
  301. <Content Include="Scripts\Office\1\outlook-ios-16.00.debug.js" />
  302. <Content Include="Scripts\Office\1\outlook-ios-16.00.js" />
  303. <Content Include="Scripts\Office\1\outlook-web-16.00.debug.js" />
  304. <Content Include="Scripts\Office\1\outlook-web-16.00.js" />
  305. <Content Include="Scripts\Office\1\outlook-web-16.01.debug.js" />
  306. <Content Include="Scripts\Office\1\outlook-web-16.01.js" />
  307. <Content Include="Scripts\Office\1\outlook-win32-16.00.debug.js" />
  308. <Content Include="Scripts\Office\1\outlook-win32-16.00.js" />
  309. <Content Include="Scripts\Office\1\outlook-win32-16.01.debug.js" />
  310. <Content Include="Scripts\Office\1\outlook-win32-16.01.js" />
  311. <Content Include="Scripts\Office\1\outlook-win32-16.02.debug.js" />
  312. <Content Include="Scripts\Office\1\outlook-win32-16.02.js" />
  313. <Content Include="Scripts\Office\1\outlookwebapp-15.01.debug.js" />
  314. <Content Include="Scripts\Office\1\outlookwebapp-15.01.js" />
  315. <Content Include="Scripts\Office\1\outlookwebapp-15.debug.js" />
  316. <Content Include="Scripts\Office\1\outlookwebapp-15.js" />
  317. <Content Include="Scripts\Office\1\pl-pl\office_strings.debug.js" />
  318. <Content Include="Scripts\Office\1\pl-pl\office_strings.js" />
  319. <Content Include="Scripts\Office\1\pl-pl\outlook_strings.debug.js" />
  320. <Content Include="Scripts\Office\1\pl-pl\outlook_strings.js" />
  321. <Content Include="Scripts\Office\1\powerpoint-15.01.debug.js" />
  322. <Content Include="Scripts\Office\1\powerpoint-15.01.js" />
  323. <Content Include="Scripts\Office\1\powerpoint-15.02.debug.js" />
  324. <Content Include="Scripts\Office\1\powerpoint-15.02.js" />
  325. <Content Include="Scripts\Office\1\powerpoint-15.debug.js" />
  326. <Content Include="Scripts\Office\1\powerpoint-15.js" />
  327. <Content Include="Scripts\Office\1\powerpoint-ios-16.00.debug.js" />
  328. <Content Include="Scripts\Office\1\powerpoint-ios-16.00.js" />
  329. <Content Include="Scripts\Office\1\powerpoint-mac-16.00.debug.js" />
  330. <Content Include="Scripts\Office\1\powerpoint-mac-16.00.js" />
  331. <Content Include="Scripts\Office\1\powerpoint-web-16.00.debug.js" />
  332. <Content Include="Scripts\Office\1\powerpoint-web-16.00.js" />
  333. <Content Include="Scripts\Office\1\powerpoint-win32-16.00.debug.js" />
  334. <Content Include="Scripts\Office\1\powerpoint-win32-16.00.js" />
  335. <Content Include="Scripts\Office\1\powerpoint-win32-16.01.debug.js" />
  336. <Content Include="Scripts\Office\1\powerpoint-win32-16.01.js" />
  337. <Content Include="Scripts\Office\1\powerpointios-15.debug.js" />
  338. <Content Include="Scripts\Office\1\powerpointios-15.js" />
  339. <Content Include="Scripts\Office\1\project-15.01.debug.js" />
  340. <Content Include="Scripts\Office\1\project-15.01.js" />
  341. <Content Include="Scripts\Office\1\project-15.02.debug.js" />
  342. <Content Include="Scripts\Office\1\project-15.02.js" />
  343. <Content Include="Scripts\Office\1\project-15.debug.js" />
  344. <Content Include="Scripts\Office\1\project-15.js" />
  345. <Content Include="Scripts\Office\1\project-win32-16.00.debug.js" />
  346. <Content Include="Scripts\Office\1\project-win32-16.00.js" />
  347. <Content Include="Scripts\Office\1\pt-br\office_strings.debug.js" />
  348. <Content Include="Scripts\Office\1\pt-br\office_strings.js" />
  349. <Content Include="Scripts\Office\1\pt-br\outlook_strings.debug.js" />
  350. <Content Include="Scripts\Office\1\pt-br\outlook_strings.js" />
  351. <Content Include="Scripts\Office\1\pt-pt\office_strings.debug.js" />
  352. <Content Include="Scripts\Office\1\pt-pt\office_strings.js" />
  353. <Content Include="Scripts\Office\1\pt-pt\outlook_strings.debug.js" />
  354. <Content Include="Scripts\Office\1\pt-pt\outlook_strings.js" />
  355. <Content Include="Scripts\Office\1\ro-ro\office_strings.debug.js" />
  356. <Content Include="Scripts\Office\1\ro-ro\office_strings.js" />
  357. <Content Include="Scripts\Office\1\ro-ro\outlook_strings.debug.js" />
  358. <Content Include="Scripts\Office\1\ro-ro\outlook_strings.js" />
  359. <Content Include="Scripts\Office\1\ru-ru\office_strings.debug.js" />
  360. <Content Include="Scripts\Office\1\ru-ru\office_strings.js" />
  361. <Content Include="Scripts\Office\1\ru-ru\outlook_strings.debug.js" />
  362. <Content Include="Scripts\Office\1\ru-ru\outlook_strings.js" />
  363. <Content Include="Scripts\Office\1\sk-sk\office_strings.debug.js" />
  364. <Content Include="Scripts\Office\1\sk-sk\office_strings.js" />
  365. <Content Include="Scripts\Office\1\sk-sk\outlook_strings.debug.js" />
  366. <Content Include="Scripts\Office\1\sk-sk\outlook_strings.js" />
  367. <Content Include="Scripts\Office\1\sl-si\office_strings.debug.js" />
  368. <Content Include="Scripts\Office\1\sl-si\office_strings.js" />
  369. <Content Include="Scripts\Office\1\sl-si\outlook_strings.debug.js" />
  370. <Content Include="Scripts\Office\1\sl-si\outlook_strings.js" />
  371. <Content Include="Scripts\Office\1\sr-latn-cs\office_strings.debug.js" />
  372. <Content Include="Scripts\Office\1\sr-latn-cs\office_strings.js" />
  373. <Content Include="Scripts\Office\1\sr-latn-cs\outlook_strings.debug.js" />
  374. <Content Include="Scripts\Office\1\sr-latn-cs\outlook_strings.js" />
  375. <Content Include="Scripts\Office\1\sv-se\office_strings.debug.js" />
  376. <Content Include="Scripts\Office\1\sv-se\office_strings.js" />
  377. <Content Include="Scripts\Office\1\sv-se\outlook_strings.debug.js" />
  378. <Content Include="Scripts\Office\1\sv-se\outlook_strings.js" />
  379. <Content Include="Scripts\Office\1\th-th\office_strings.debug.js" />
  380. <Content Include="Scripts\Office\1\th-th\office_strings.js" />
  381. <Content Include="Scripts\Office\1\th-th\outlook_strings.debug.js" />
  382. <Content Include="Scripts\Office\1\th-th\outlook_strings.js" />
  383. <Content Include="Scripts\Office\1\tr-tr\office_strings.debug.js" />
  384. <Content Include="Scripts\Office\1\tr-tr\office_strings.js" />
  385. <Content Include="Scripts\Office\1\tr-tr\outlook_strings.debug.js" />
  386. <Content Include="Scripts\Office\1\tr-tr\outlook_strings.js" />
  387. <Content Include="Scripts\Office\1\uk-ua\office_strings.debug.js" />
  388. <Content Include="Scripts\Office\1\uk-ua\office_strings.js" />
  389. <Content Include="Scripts\Office\1\uk-ua\outlook_strings.debug.js" />
  390. <Content Include="Scripts\Office\1\uk-ua\outlook_strings.js" />
  391. <Content Include="Scripts\Office\1\vi-vn\office_strings.debug.js" />
  392. <Content Include="Scripts\Office\1\vi-vn\office_strings.js" />
  393. <Content Include="Scripts\Office\1\vi-vn\outlook_strings.debug.js" />
  394. <Content Include="Scripts\Office\1\vi-vn\outlook_strings.js" />
  395. <Content Include="Scripts\Office\1\word-15.01.debug.js" />
  396. <Content Include="Scripts\Office\1\word-15.01.js" />
  397. <Content Include="Scripts\Office\1\word-15.02.debug.js" />
  398. <Content Include="Scripts\Office\1\word-15.02.js" />
  399. <Content Include="Scripts\Office\1\word-15.debug.js" />
  400. <Content Include="Scripts\Office\1\word-15.js" />
  401. <Content Include="Scripts\Office\1\word-ios-16.00.debug.js" />
  402. <Content Include="Scripts\Office\1\word-ios-16.00.js" />
  403. <Content Include="Scripts\Office\1\word-mac-16.00.debug.js" />
  404. <Content Include="Scripts\Office\1\word-mac-16.00.js" />
  405. <Content Include="Scripts\Office\1\word-web-16.00.debug.js" />
  406. <Content Include="Scripts\Office\1\word-web-16.00.js" />
  407. <Content Include="Scripts\Office\1\word-win32-16.00.debug.js" />
  408. <Content Include="Scripts\Office\1\word-win32-16.00.js" />
  409. <Content Include="Scripts\Office\1\word-win32-16.01.debug.js" />
  410. <Content Include="Scripts\Office\1\word-win32-16.01.js" />
  411. <Content Include="Scripts\Office\1\wordios-15.debug.js" />
  412. <Content Include="Scripts\Office\1\wordios-15.js" />
  413. <Content Include="Scripts\Office\1\zh-cn\office_strings.debug.js" />
  414. <Content Include="Scripts\Office\1\zh-cn\office_strings.js" />
  415. <Content Include="Scripts\Office\1\zh-cn\outlook_strings.debug.js" />
  416. <Content Include="Scripts\Office\1\zh-cn\outlook_strings.js" />
  417. <Content Include="Scripts\Office\1\zh-tw\office_strings.debug.js" />
  418. <Content Include="Scripts\Office\1\zh-tw\office_strings.js" />
  419. <Content Include="Scripts\Office\1\zh-tw\outlook_strings.debug.js" />
  420. <Content Include="Scripts\Office\1\zh-tw\outlook_strings.js" />
  421. <Content Include="Scripts\Office\metadata\endpoints.xml" />
  422. <Content Include="Scripts\Office\metadata\features.xml" />
  423. <Content Include="Scripts\Office\MicrosoftAjax.js" />
  424. <Content Include="Web.config" />
  425. </ItemGroup>
  426. <ItemGroup>
  427. <Compile Include="My Project\AssemblyInfo.vb" />
  428. <Compile Include="My Project\Application.Designer.vb">
  429. <AutoGen>True</AutoGen>
  430. <DependentUpon>Application.myapp</DependentUpon>
  431. </Compile>
  432. <Compile Include="My Project\MyExtensions\MyWebExtension.vb">
  433. <VBMyExtensionTemplateID>Microsoft.VisualBasic.Web.MyExtension</VBMyExtensionTemplateID>
  434. <VBMyExtensionTemplateVersion>1.0.0.0</VBMyExtensionTemplateVersion>
  435. </Compile>
  436. <Compile Include="My Project\Resources.Designer.vb">
  437. <AutoGen>True</AutoGen>
  438. <DesignTime>True</DesignTime>
  439. <DependentUpon>Resources.resx</DependentUpon>
  440. </Compile>
  441. <Compile Include="My Project\Settings.Designer.vb">
  442. <AutoGen>True</AutoGen>
  443. <DependentUpon>Settings.settings</DependentUpon>
  444. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  445. </Compile>
  446. </ItemGroup>
  447. <ItemGroup>
  448. <EmbeddedResource Include="My Project\Resources.resx">
  449. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  450. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  451. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  452. <SubType>Designer</SubType>
  453. </EmbeddedResource>
  454. </ItemGroup>
  455. <ItemGroup>
  456. <None Include="My Project\Application.myapp">
  457. <Generator>MyApplicationCodeGenerator</Generator>
  458. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  459. </None>
  460. <None Include="My Project\Settings.settings">
  461. <Generator>SettingsSingleFileGenerator</Generator>
  462. <CustomToolNamespace>My</CustomToolNamespace>
  463. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  464. </None>
  465. <None Include="packages.config" />
  466. <None Include="Web.Debug.config">
  467. <DependentUpon>Web.config</DependentUpon>
  468. </None>
  469. <None Include="Web.Release.config">
  470. <DependentUpon>Web.config</DependentUpon>
  471. </None>
  472. </ItemGroup>
  473. <PropertyGroup>
  474. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  475. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  476. </PropertyGroup>
  477. <PropertyGroup>
  478. <OptionExplicit>On</OptionExplicit>
  479. </PropertyGroup>
  480. <PropertyGroup>
  481. <OptionCompare>Binary</OptionCompare>
  482. </PropertyGroup>
  483. <PropertyGroup>
  484. <OptionStrict>Off</OptionStrict>
  485. </PropertyGroup>
  486. <PropertyGroup>
  487. <OptionInfer>On</OptionInfer>
  488. </PropertyGroup>
  489. <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
  490. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  491. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  492. <ProjectExtensions>
  493. <VisualStudio>
  494. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  495. <WebProjectProperties>
  496. <UseIIS>True</UseIIS>
  497. <AutoAssignPort>True</AutoAssignPort>
  498. <DevelopmentServerPort>10788</DevelopmentServerPort>
  499. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  500. <IISUrl>http://localhost:10788/</IISUrl>
  501. <NTLMAuthentication>False</NTLMAuthentication>
  502. <UseCustomServer>False</UseCustomServer>
  503. <CustomServerUrl>
  504. </CustomServerUrl>
  505. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  506. </WebProjectProperties>
  507. </FlavorProperties>
  508. </VisualStudio>
  509. </ProjectExtensions>
  510. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  511. <PropertyGroup>
  512. <ErrorText>此專案參考這部電腦上所缺少的 NuGet 封裝。請啟用 NuGet 封裝還原,以下載該封裝。如需詳細資訊,請參閱 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的檔案是 {0}。</ErrorText>
  513. </PropertyGroup>
  514. <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.4.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.4.0\build\Microsoft.Net.Compilers.props'))" />
  515. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  516. </Target>
  517. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  518. Other similar extension points exist, see Microsoft.Common.targets.
  519. <Target Name="BeforeBuild">
  520. </Target>
  521. <Target Name="AfterBuild">
  522. </Target>
  523. -->
  524. </Project>