📄 coolvstofeatures.vbproj
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectTypeGuids>{BAA0C2D2-18E2-41B9-852F-F413020CAA33};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<RootNamespace>CoolVSTOFeatures</RootNamespace>
<AssemblyName>CoolVSTOFeatures</AssemblyName>
<VSTO_HostDocumentName>CoolVSTOFeatures.doc</VSTO_HostDocumentName>
<ProjectGuid>{7C4C4F15-DF51-41F4-A1D8-5A89379D10C9}</ProjectGuid>
</PropertyGroup>
<PropertyGroup>
<VSTO_TrustAssembliesLocation>true</VSTO_TrustAssembliesLocation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DefineConstants>
</DefineConstants>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DefineConstants>
</DefineConstants>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Drawing" />
<Reference Include="Microsoft.VisualStudio.Tools.Applications.Runtime" />
<Reference Include="Microsoft.Office.Tools.Common" />
<Reference Include="Microsoft.Office.Tools.Word" />
</ItemGroup>
<ItemGroup>
<COMReference Include="stdole">
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>0</VersionMinor>
<WrapperTool>primary</WrapperTool>
</COMReference>
<COMReference Include="Microsoft.Office.Core">
<Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>3</VersionMinor>
<WrapperTool>primary</WrapperTool>
</COMReference>
<COMReference Include="VBIDE">
<Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
<VersionMajor>5</VersionMajor>
<VersionMinor>3</VersionMinor>
<WrapperTool>primary</WrapperTool>
</COMReference>
<COMReference Include="Word">
<Guid>{00020905-0000-0000-C000-000000000046}</Guid>
<VersionMajor>8</VersionMajor>
<VersionMinor>3</VersionMinor>
<WrapperTool>primary</WrapperTool>
</COMReference>
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
<Import Include="System.Drawing" />
<Import Include="System.Windows.Forms" />
<Import Include="Microsoft.Office.Interop" />
<Import Include="Microsoft.VisualStudio.Tools.Applications.Runtime" />
<Import Include="Office = Microsoft.Office.Core" />
</ItemGroup>
<ItemGroup>
<None Include="CoolVSTOFeatures.doc" />
<Compile Include="CompanyNameActions.Designer.vb">
<DependentUpon>CompanyNameActions.vb</DependentUpon>
</Compile>
<Compile Include="CompanyNameActions.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="MainActions.Designer.vb">
<DependentUpon>MainActions.vb</DependentUpon>
</Compile>
<Compile Include="MainActions.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ThisDocument.vb">
<DependentUpon>CoolVSTOFeatures.doc</DependentUpon>
</Compile>
<None Include="ThisDocument.Designer.xml">
<DependentUpon>ThisDocument.vb</DependentUpon>
</None>
<Compile Include="ThisDocument.Designer.vb">
<DependentUpon>ThisDocument.Designer.xml</DependentUpon>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<EmbeddedResource Include="CompanyNameActions.resx">
<SubType>Designer</SubType>
<DependentUpon>CompanyNameActions.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainActions.resx">
<SubType>Designer</SubType>
<DependentUpon>MainActions.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="ThisDocument.resx">
<SubType>Designer</SubType>
<DependentUpon>ThisDocument.vb</DependentUpon>
</EmbeddedResource>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft.VisualStudio.OfficeTools.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{BAA0C2D2-18E2-41B9-852F-F413020CAA33}">
<ProjectProperties HostName="CoolVSTOFeatures.doc" HostPackage="{DF5D6357-F8E9-4257-8E6D-C94FD5C44B29}" ApplicationType="DOC" Language="VB" TemplatesPath="VSTOTemplates" />
<Host Name="Word Document" Path=".\CoolVSTOFeatures.doc">
<HostItem Name="ThisDocument" Code="ThisDocument.vb" CanonicalName="ThisDocument" Blueprint="ThisDocument.Designer.xml" GeneratedCode="ThisDocument.Designer.vb" />
</Host>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -