HTEXWordTest.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. <Project ToolsVersion="17.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. <!--
  4. This section defines project-level properties.
  5. AssemblyName
  6. Name of the output assembly.
  7. Configuration
  8. Specifies a default value for debug.
  9. OutputType
  10. Must be "Library" for VSTO.
  11. Platform
  12. Specifies what CPU the output of this project can run on.
  13. NoStandardLibraries
  14. Set to "false" for VSTO.
  15. RootNamespace
  16. In C#, this specifies the namespace given to new files. In VB, all objects are
  17. wrapped in this namespace at runtime.
  18. -->
  19. <PropertyGroup>
  20. <ProjectTypeGuids>{BAA0C2D2-18E2-41B9-852F-F413020CAA33};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  21. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  22. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  23. <ProjectGuid>{D8954476-CEAB-42AF-9926-ECE0AF26FE8F}</ProjectGuid>
  24. <OutputType>Library</OutputType>
  25. <NoStandardLibraries>false</NoStandardLibraries>
  26. <RootNamespace>HTEXWordTest</RootNamespace>
  27. <AssemblyName>HTEXWordTest</AssemblyName>
  28. <LoadBehavior>3</LoadBehavior>
  29. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  30. <DefineConstants>VSTO40</DefineConstants>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. <BootstrapperComponentsLocation>HomeSite</BootstrapperComponentsLocation>
  33. <NuGetPackageImportStamp>
  34. </NuGetPackageImportStamp>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <BootstrapperPackage Include="Microsoft.VSTORuntime.4.0">
  38. <Visible>False</Visible>
  39. <ProductName>Microsoft Visual Studio 2010 Tools for Office Runtime %28x86 and x64%29</ProductName>
  40. <Install>true</Install>
  41. </BootstrapperPackage>
  42. </ItemGroup>
  43. <PropertyGroup>
  44. <!--
  45. OfficeApplication
  46. Add-in host application
  47. -->
  48. <OfficeApplication>Word</OfficeApplication>
  49. </PropertyGroup>
  50. <!--
  51. This section defines properties that are set when the "Debug" configuration is selected.
  52. DebugSymbols
  53. If "true", create symbols (.pdb). If "false", do not create symbols.
  54. DefineConstants
  55. Constants defined for the preprocessor.
  56. EnableUnmanagedDebugging
  57. If "true", starting the debugger will attach both managed and unmanaged debuggers.
  58. Optimize
  59. If "true", optimize the build output. If "false", do not optimize.
  60. OutputPath
  61. Output path of project relative to the project file.
  62. WarningLevel
  63. Warning level for the compiler.
  64. -->
  65. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  66. <DebugSymbols>true</DebugSymbols>
  67. <DebugType>full</DebugType>
  68. <Optimize>false</Optimize>
  69. <OutputPath>bin\Debug\</OutputPath>
  70. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  71. <DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants>
  72. <WarningLevel>4</WarningLevel>
  73. </PropertyGroup>
  74. <!--
  75. This section defines properties that are set when the "Release" configuration is selected.
  76. DebugSymbols
  77. If "true", create symbols (.pdb). If "false", do not create symbols.
  78. DefineConstants
  79. Constants defined for the preprocessor.
  80. EnableUnmanagedDebugging
  81. If "true", starting the debugger will attach both managed and unmanaged debuggers.
  82. Optimize
  83. If "true", optimize the build output. If "false", do not optimize.
  84. OutputPath
  85. Output path of project relative to the project file.
  86. WarningLevel
  87. Warning level for the compiler.
  88. -->
  89. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  90. <DebugType>pdbonly</DebugType>
  91. <Optimize>true</Optimize>
  92. <OutputPath>bin\Release\</OutputPath>
  93. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  94. <DefineConstants>$(DefineConstants);TRACE</DefineConstants>
  95. <WarningLevel>4</WarningLevel>
  96. </PropertyGroup>
  97. <!--
  98. This section specifies references for the project.
  99. -->
  100. <ItemGroup>
  101. <Reference Include="Accessibility" />
  102. <Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.2210.55, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
  103. <HintPath>F:\NuGet\packages\Microsoft.Web.WebView2.1.0.2210.55\lib\net45\Microsoft.Web.WebView2.Core.dll</HintPath>
  104. <Private>True</Private>
  105. </Reference>
  106. <Reference Include="Microsoft.Web.WebView2.WinForms, Version=1.0.2210.55, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
  107. <HintPath>F:\NuGet\packages\Microsoft.Web.WebView2.1.0.2210.55\lib\net45\Microsoft.Web.WebView2.WinForms.dll</HintPath>
  108. <Private>True</Private>
  109. </Reference>
  110. <Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.2210.55, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
  111. <HintPath>F:\NuGet\packages\Microsoft.Web.WebView2.1.0.2210.55\lib\net45\Microsoft.Web.WebView2.Wpf.dll</HintPath>
  112. <Private>True</Private>
  113. </Reference>
  114. <Reference Include="System">
  115. <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System.Data" />
  118. <Reference Include="System.Drawing" />
  119. <Reference Include="System.Windows.Forms" />
  120. <Reference Include="System.Xml" />
  121. <Reference Include="System.Core" />
  122. <Reference Include="System.Xml.Linq" />
  123. <Reference Include="System.Data.DataSetExtensions" />
  124. <Reference Include="Microsoft.CSharp" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Reference Include="Microsoft.Office.Tools.v4.0.Framework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  128. <Private>False</Private>
  129. </Reference>
  130. <Reference Include="Microsoft.VisualStudio.Tools.Applications.Runtime, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  131. <Private>False</Private>
  132. </Reference>
  133. <Reference Include="Microsoft.Office.Tools, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  134. <Private>False</Private>
  135. </Reference>
  136. <Reference Include="Microsoft.Office.Tools.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  137. <Private>False</Private>
  138. </Reference>
  139. <Reference Include="Microsoft.Office.Tools.Word, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  140. <Private>False</Private>
  141. </Reference>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Reference Include="Microsoft.Office.Tools.Common.v4.0.Utilities, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  145. <Private>True</Private>
  146. </Reference>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <Reference Include="Office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  150. <Private>False</Private>
  151. <EmbedInteropTypes>true</EmbedInteropTypes>
  152. </Reference>
  153. <Reference Include="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  154. <Private>False</Private>
  155. <EmbedInteropTypes>true</EmbedInteropTypes>
  156. </Reference>
  157. <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
  158. <Private>False</Private>
  159. </Reference>
  160. </ItemGroup>
  161. <!--
  162. This section defines the user source files that are part of the project.
  163. A "Compile" element specifies a source file to compile.
  164. An "EmbeddedResource" element specifies an .resx file for embedded resources.
  165. A "None" element specifies a file that is not to be passed to the compiler (for instance,
  166. a text file or XML file).
  167. The "AppDesigner" element specifies the directory where the application properties files
  168. can be found.
  169. -->
  170. <ItemGroup>
  171. <Compile Include="Form1.cs">
  172. <SubType>Form</SubType>
  173. </Compile>
  174. <Compile Include="Form1.Designer.cs">
  175. <DependentUpon>Form1.cs</DependentUpon>
  176. </Compile>
  177. <Compile Include="Properties\AssemblyInfo.cs">
  178. <SubType>Code</SubType>
  179. </Compile>
  180. <EmbeddedResource Include="Form1.resx">
  181. <DependentUpon>Form1.cs</DependentUpon>
  182. </EmbeddedResource>
  183. <EmbeddedResource Include="Properties\Resources.resx">
  184. <Generator>ResXFileCodeGenerator</Generator>
  185. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  186. <SubType>Designer</SubType>
  187. </EmbeddedResource>
  188. <Compile Include="Properties\Resources.Designer.cs">
  189. <AutoGen>True</AutoGen>
  190. <DependentUpon>Resources.resx</DependentUpon>
  191. </Compile>
  192. <EmbeddedResource Include="RibbonWord.resx">
  193. <DependentUpon>RibbonWord.cs</DependentUpon>
  194. </EmbeddedResource>
  195. <None Include="HTEXWordTest_TemporaryKey.pfx" />
  196. <None Include="packages.config" />
  197. <None Include="Properties\Settings.settings">
  198. <Generator>SettingsSingleFileGenerator</Generator>
  199. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  200. </None>
  201. <Compile Include="Properties\Settings.Designer.cs">
  202. <AutoGen>True</AutoGen>
  203. <DependentUpon>Settings.settings</DependentUpon>
  204. </Compile>
  205. <Compile Include="Ribbon.cs">
  206. <XmlRibbon>true</XmlRibbon>
  207. </Compile>
  208. <Compile Include="RibbonWord.cs">
  209. <SubType>Component</SubType>
  210. </Compile>
  211. <Compile Include="RibbonWord.Designer.cs">
  212. <DependentUpon>RibbonWord.cs</DependentUpon>
  213. </Compile>
  214. <Compile Include="ThisAddIn.cs">
  215. <SubType>Code</SubType>
  216. </Compile>
  217. <None Include="ThisAddIn.Designer.xml">
  218. <DependentUpon>ThisAddIn.cs</DependentUpon>
  219. </None>
  220. <Compile Include="ThisAddIn.Designer.cs">
  221. <DependentUpon>ThisAddIn.Designer.xml</DependentUpon>
  222. </Compile>
  223. <AppDesigner Include="Properties\" />
  224. </ItemGroup>
  225. <PropertyGroup>
  226. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  227. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  228. </PropertyGroup>
  229. <PropertyGroup>
  230. <SignManifests>true</SignManifests>
  231. </PropertyGroup>
  232. <PropertyGroup>
  233. <ManifestKeyFile>HTEXWordTest_TemporaryKey.pfx</ManifestKeyFile>
  234. </PropertyGroup>
  235. <PropertyGroup>
  236. <ManifestCertificateThumbprint>DFD37C78A474891A3A32305FA8F17A3ED973DB7A</ManifestCertificateThumbprint>
  237. </PropertyGroup>
  238. <PropertyGroup>
  239. <SignAssembly>true</SignAssembly>
  240. </PropertyGroup>
  241. <PropertyGroup>
  242. <AssemblyOriginatorKeyFile>
  243. </AssemblyOriginatorKeyFile>
  244. </PropertyGroup>
  245. <!-- Include the build rules for a C# project. -->
  246. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  247. <!-- Include additional build rules for an Office application add-in. -->
  248. <Import Project="$(VSToolsPath)\OfficeTools\Microsoft.VisualStudio.Tools.Office.targets" Condition="'$(VSToolsPath)' != ''" />
  249. <!-- This section defines VSTO properties that describe the host-changeable project properties. -->
  250. <ProjectExtensions>
  251. <VisualStudio>
  252. <FlavorProperties GUID="{BAA0C2D2-18E2-41B9-852F-F413020CAA33}">
  253. <ProjectProperties HostName="Word" HostPackage="{29A7B9D7-A7F1-4328-8EF0-6B2D1A56B2C1}" OfficeVersion="15.0" VstxVersion="4.0" ApplicationType="Word" Language="cs" TemplatesPath="" DebugInfoExeName="#Software\Microsoft\Office\16.0\Word\InstallRoot\Path#WINWORD.EXE" DebugInfoCommandLine="/x" AddItemTemplatesGuid="{51063C3A-E220-4D12-8922-BDA915ACD783}" />
  254. <Host Name="Word" GeneratedCodeNamespace="HTEXWordTest" IconIndex="0">
  255. <HostItem Name="ThisAddIn" Code="ThisAddIn.cs" CanonicalName="AddIn" CanActivate="false" IconIndex="1" Blueprint="ThisAddIn.Designer.xml" GeneratedCode="ThisAddIn.Designer.cs" />
  256. </Host>
  257. </FlavorProperties>
  258. </VisualStudio>
  259. </ProjectExtensions>
  260. </Project>