HTEXWordWps.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  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>{13B299BB-71CF-43B0-965B-D957F2E0427B}</ProjectGuid>
  24. <OutputType>Library</OutputType>
  25. <NoStandardLibraries>false</NoStandardLibraries>
  26. <RootNamespace>HTEXWordWps</RootNamespace>
  27. <AssemblyName>HTEXWordWps</AssemblyName>
  28. <LoadBehavior>3</LoadBehavior>
  29. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  30. <DefineConstants>VSTO40</DefineConstants>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. <BootstrapperComponentsLocation>HomeSite</BootstrapperComponentsLocation>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <BootstrapperPackage Include="Microsoft.VSTORuntime.4.0">
  36. <Visible>False</Visible>
  37. <ProductName>Microsoft Visual Studio 2010 Tools for Office Runtime %28x86 and x64%29</ProductName>
  38. <Install>true</Install>
  39. </BootstrapperPackage>
  40. </ItemGroup>
  41. <PropertyGroup>
  42. <!--
  43. OfficeApplication
  44. Add-in host application
  45. -->
  46. <OfficeApplication>Word</OfficeApplication>
  47. </PropertyGroup>
  48. <!--
  49. This section defines properties that are set when the "Debug" configuration is selected.
  50. DebugSymbols
  51. If "true", create symbols (.pdb). If "false", do not create symbols.
  52. DefineConstants
  53. Constants defined for the preprocessor.
  54. EnableUnmanagedDebugging
  55. If "true", starting the debugger will attach both managed and unmanaged debuggers.
  56. Optimize
  57. If "true", optimize the build output. If "false", do not optimize.
  58. OutputPath
  59. Output path of project relative to the project file.
  60. WarningLevel
  61. Warning level for the compiler.
  62. -->
  63. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  64. <DebugSymbols>true</DebugSymbols>
  65. <DebugType>full</DebugType>
  66. <Optimize>false</Optimize>
  67. <OutputPath>bin\Debug\</OutputPath>
  68. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  69. <DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants>
  70. <WarningLevel>4</WarningLevel>
  71. </PropertyGroup>
  72. <!--
  73. This section defines properties that are set when the "Release" configuration is selected.
  74. DebugSymbols
  75. If "true", create symbols (.pdb). If "false", do not create symbols.
  76. DefineConstants
  77. Constants defined for the preprocessor.
  78. EnableUnmanagedDebugging
  79. If "true", starting the debugger will attach both managed and unmanaged debuggers.
  80. Optimize
  81. If "true", optimize the build output. If "false", do not optimize.
  82. OutputPath
  83. Output path of project relative to the project file.
  84. WarningLevel
  85. Warning level for the compiler.
  86. -->
  87. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  88. <DebugType>pdbonly</DebugType>
  89. <Optimize>true</Optimize>
  90. <OutputPath>bin\Release\</OutputPath>
  91. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  92. <DefineConstants>$(DefineConstants);TRACE</DefineConstants>
  93. <WarningLevel>4</WarningLevel>
  94. </PropertyGroup>
  95. <!--
  96. This section specifies references for the project.
  97. -->
  98. <ItemGroup>
  99. <Reference Include="Accessibility" />
  100. <Reference Include="System" />
  101. <Reference Include="System.Data" />
  102. <Reference Include="System.Drawing" />
  103. <Reference Include="System.Windows.Forms" />
  104. <Reference Include="System.Xml" />
  105. <Reference Include="System.Core" />
  106. <Reference Include="System.Xml.Linq" />
  107. <Reference Include="System.Data.DataSetExtensions" />
  108. <Reference Include="Microsoft.CSharp" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Reference Include="Microsoft.Office.Tools.v4.0.Framework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  112. <Private>False</Private>
  113. </Reference>
  114. <Reference Include="Microsoft.VisualStudio.Tools.Applications.Runtime, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  115. <Private>False</Private>
  116. </Reference>
  117. <Reference Include="Microsoft.Office.Tools, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  118. <Private>False</Private>
  119. </Reference>
  120. <Reference Include="Microsoft.Office.Tools.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  121. <Private>False</Private>
  122. </Reference>
  123. <Reference Include="Microsoft.Office.Tools.Word, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  124. <Private>False</Private>
  125. </Reference>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Reference Include="Microsoft.Office.Tools.Common.v4.0.Utilities, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  129. <Private>True</Private>
  130. </Reference>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Reference Include="Office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  134. <Private>False</Private>
  135. <EmbedInteropTypes>true</EmbedInteropTypes>
  136. </Reference>
  137. <Reference Include="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  138. <Private>False</Private>
  139. <EmbedInteropTypes>true</EmbedInteropTypes>
  140. </Reference>
  141. <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
  142. <Private>False</Private>
  143. </Reference>
  144. </ItemGroup>
  145. <!--
  146. This section defines the user source files that are part of the project.
  147. A "Compile" element specifies a source file to compile.
  148. An "EmbeddedResource" element specifies an .resx file for embedded resources.
  149. A "None" element specifies a file that is not to be passed to the compiler (for instance,
  150. a text file or XML file).
  151. The "AppDesigner" element specifies the directory where the application properties files
  152. can be found.
  153. -->
  154. <ItemGroup>
  155. <Compile Include="MarkRibbon.cs">
  156. <SubType>Component</SubType>
  157. </Compile>
  158. <Compile Include="MarkRibbon.Designer.cs">
  159. <DependentUpon>MarkRibbon.cs</DependentUpon>
  160. </Compile>
  161. <Compile Include="Properties\AssemblyInfo.cs">
  162. <SubType>Code</SubType>
  163. </Compile>
  164. <EmbeddedResource Include="MarkRibbon.resx">
  165. <DependentUpon>MarkRibbon.cs</DependentUpon>
  166. </EmbeddedResource>
  167. <EmbeddedResource Include="Properties\Resources.resx">
  168. <Generator>ResXFileCodeGenerator</Generator>
  169. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  170. <SubType>Designer</SubType>
  171. </EmbeddedResource>
  172. <Compile Include="Properties\Resources.Designer.cs">
  173. <AutoGen>True</AutoGen>
  174. <DependentUpon>Resources.resx</DependentUpon>
  175. </Compile>
  176. <None Include="HTEXWordWps.pfx" />
  177. <None Include="HTEXWordWps_TemporaryKey.pfx" />
  178. <None Include="Properties\Settings.settings">
  179. <Generator>SettingsSingleFileGenerator</Generator>
  180. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  181. </None>
  182. <Compile Include="Properties\Settings.Designer.cs">
  183. <AutoGen>True</AutoGen>
  184. <DependentUpon>Settings.settings</DependentUpon>
  185. </Compile>
  186. <Compile Include="ThisAddIn.cs">
  187. <SubType>Code</SubType>
  188. </Compile>
  189. <None Include="ThisAddIn.Designer.xml">
  190. <DependentUpon>ThisAddIn.cs</DependentUpon>
  191. </None>
  192. <Compile Include="ThisAddIn.Designer.cs">
  193. <DependentUpon>ThisAddIn.Designer.xml</DependentUpon>
  194. </Compile>
  195. <AppDesigner Include="Properties\" />
  196. </ItemGroup>
  197. <ItemGroup>
  198. <COMReference Include="AddInDesignerObjects">
  199. <Guid>{A537E638-AB2A-4308-A502-2EFF280C6E98}</Guid>
  200. <VersionMajor>1</VersionMajor>
  201. <VersionMinor>0</VersionMinor>
  202. <Lcid>0</Lcid>
  203. <WrapperTool>tlbimp</WrapperTool>
  204. <Isolated>False</Isolated>
  205. <EmbedInteropTypes>True</EmbedInteropTypes>
  206. </COMReference>
  207. </ItemGroup>
  208. <PropertyGroup>
  209. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  210. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  211. </PropertyGroup>
  212. <PropertyGroup>
  213. <SignAssembly>true</SignAssembly>
  214. </PropertyGroup>
  215. <PropertyGroup>
  216. <AssemblyOriginatorKeyFile>HTEXWordWps.pfx</AssemblyOriginatorKeyFile>
  217. </PropertyGroup>
  218. <PropertyGroup>
  219. <SignManifests>true</SignManifests>
  220. </PropertyGroup>
  221. <PropertyGroup>
  222. <ManifestKeyFile>HTEXWordWps_TemporaryKey.pfx</ManifestKeyFile>
  223. </PropertyGroup>
  224. <PropertyGroup>
  225. <ManifestCertificateThumbprint>41ED2A4713D373DD8DA41D86E298F5ED411494A3</ManifestCertificateThumbprint>
  226. </PropertyGroup>
  227. <!-- Include the build rules for a C# project. -->
  228. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  229. <!-- Include additional build rules for an Office application add-in. -->
  230. <Import Project="$(VSToolsPath)\OfficeTools\Microsoft.VisualStudio.Tools.Office.targets" Condition="'$(VSToolsPath)' != ''" />
  231. <!-- This section defines VSTO properties that describe the host-changeable project properties. -->
  232. <ProjectExtensions>
  233. <VisualStudio>
  234. <FlavorProperties GUID="{BAA0C2D2-18E2-41B9-852F-F413020CAA33}">
  235. <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}" />
  236. <Host Name="Word" GeneratedCodeNamespace="HTEXWordWps" IconIndex="0">
  237. <HostItem Name="ThisAddIn" Code="ThisAddIn.cs" CanonicalName="AddIn" CanActivate="false" IconIndex="1" Blueprint="ThisAddIn.Designer.xml" GeneratedCode="ThisAddIn.Designer.cs" />
  238. </Host>
  239. </FlavorProperties>
  240. </VisualStudio>
  241. </ProjectExtensions>
  242. </Project>