1 Star 0 Fork 0

newborne/YizhiWordAddIn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
YizhiWordAddIn.csproj 44.74 KB
一键复制 编辑 原始数据 按行查看 历史
newborne 提交于 2023-04-24 17:55 . commit
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763
<Project ToolsVersion="17.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<!--
This section defines project-level properties.
AssemblyName
Name of the output assembly.
Configuration
Specifies a default value for debug.
OutputType
Must be "Library" for VSTO.
Platform
Specifies what CPU the output of this project can run on.
NoStandardLibraries
Set to "false" for VSTO.
RootNamespace
In C#, this specifies the namespace given to new files. In VB, all objects are
wrapped in this namespace at runtime.
-->
<PropertyGroup>
<ProjectTypeGuids>{BAA0C2D2-18E2-41B9-852F-F413020CAA33};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{833560A2-CBD8-436D-846F-C8800121EF74}</ProjectGuid>
<OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<RootNamespace>YizhiWordAddIn</RootNamespace>
<AssemblyName>YizhiWordAddIn</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<DefineConstants>VSTO40</DefineConstants>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<IsWebBootstrapper>False</IsWebBootstrapper>
<TargetFrameworkProfile />
<BootstrapperEnabled>true</BootstrapperEnabled>
<PublishUrl>publish\</PublishUrl>
<InstallUrl />
<TargetCulture>zh-chs</TargetCulture>
<ApplicationVersion>1.0.0.3</ApplicationVersion>
<AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision>
<UpdateEnabled>true</UpdateEnabled>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>days</UpdateIntervalUnits>
<ProductName>YizhiWordAddIn</ProductName>
<PublisherName />
<SupportUrl />
<FriendlyName>YizhiWordAddIn</FriendlyName>
<OfficeApplicationDescription />
<LoadBehavior>3</LoadBehavior>
</PropertyGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.6.2 %28x86 和 x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.VSTORuntime.4.0">
<Visible>False</Visible>
<ProductName>Microsoft Visual Studio 2010 Tools for Office Runtime %28x86 和 x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<PropertyGroup>
<!--
OfficeApplication
Add-in host application
-->
<OfficeApplication>Word</OfficeApplication>
</PropertyGroup>
<!--
This section defines properties that are set when the "Debug" configuration is selected.
DebugSymbols
If "true", create symbols (.pdb). If "false", do not create symbols.
DefineConstants
Constants defined for the preprocessor.
EnableUnmanagedDebugging
If "true", starting the debugger will attach both managed and unmanaged debuggers.
Optimize
If "true", optimize the build output. If "false", do not optimize.
OutputPath
Output path of project relative to the project file.
WarningLevel
Warning level for the compiler.
-->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<!--
This section defines properties that are set when the "Release" configuration is selected.
DebugSymbols
If "true", create symbols (.pdb). If "false", do not create symbols.
DefineConstants
Constants defined for the preprocessor.
EnableUnmanagedDebugging
If "true", starting the debugger will attach both managed and unmanaged debuggers.
Optimize
If "true", optimize the build output. If "false", do not optimize.
OutputPath
Output path of project relative to the project file.
WarningLevel
Warning level for the compiler.
-->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DefineConstants>$(DefineConstants);TRACE</DefineConstants>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<!--
This section specifies references for the project.
-->
<ItemGroup>
<Reference Include="Accessibility" />
<Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.1722.45, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.Web.WebView2.1.0.1722.45\lib\net45\Microsoft.Web.WebView2.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.WebView2.WinForms, Version=1.0.1722.45, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.Web.WebView2.1.0.1722.45\lib\net45\Microsoft.Web.WebView2.WinForms.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.1722.45, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.Web.WebView2.1.0.1722.45\lib\net45\Microsoft.Web.WebView2.Wpf.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="WindowsBase" />
<Reference Include="WindowsFormsIntegration" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.Office.Tools.v4.0.Framework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Tools.Applications.Runtime, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.Office.Tools, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.Office.Tools.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.Office.Tools.Word, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.Office.Tools.Common.v4.0.Utilities, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Reference Include="Office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
<Private>False</Private>
<EmbedInteropTypes>true</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
<Private>False</Private>
<EmbedInteropTypes>true</EmbedInteropTypes>
</Reference>
<Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Private>False</Private>
</Reference>
</ItemGroup>
<!--
This section defines the user source files that are part of the project.
A "Compile" element specifies a source file to compile.
An "EmbeddedResource" element specifies an .resx file for embedded resources.
A "None" element specifies a file that is not to be passed to the compiler (for instance,
a text file or XML file).
The "AppDesigner" element specifies the directory where the application properties files
can be found.
-->
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="WinFormUserControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="WinFormUserControl.Designer.cs">
<DependentUpon>WinFormUserControl.cs</DependentUpon>
</Compile>
<Compile Include="WpfUserControl - example.xaml.cs">
<DependentUpon>WpfUserControl - example.xaml</DependentUpon>
</Compile>
<Compile Include="WpfUserControl.xaml.cs">
<DependentUpon>WpfUserControl.xaml</DependentUpon>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="WinFormUserControl.resx">
<DependentUpon>WinFormUserControl.cs</DependentUpon>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Ribbon1.cs" />
<Compile Include="ThisAddIn.cs">
<SubType>Code</SubType>
</Compile>
<None Include="ThisAddIn.Designer.xml">
<DependentUpon>ThisAddIn.cs</DependentUpon>
</None>
<Compile Include="ThisAddIn.Designer.cs">
<DependentUpon>ThisAddIn.Designer.xml</DependentUpon>
</Compile>
<AppDesigner Include="Properties\" />
<None Include="YizhiWordAddIn_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Ribbon1.xml" />
</ItemGroup>
<ItemGroup>
<Content Include="Content\OfficeThemes.css" />
<Content Include="Resources\icon-128.png" />
<Content Include="Resources\icon-16.png" />
<Content Include="Resources\icon-32.png" />
<Content Include="Resources\icon-64.png" />
<Content Include="Resources\icon-80.png" />
<Content Include="Resources\logo-filled.png" />
<Content Include="Scripts\embedded\1.0\visio-web-embedded.debug-vsdoc.js" />
<Content Include="Scripts\embedded\1.0\visio-web-embedded.debug.js" />
<Content Include="Scripts\embedded\1.0\visio-web-embedded.js" />
<Content Include="Scripts\Office\1\access-web-16.00.debug.js" />
<Content Include="Scripts\Office\1\access-web-16.00.js" />
<Content Include="Scripts\Office\1\am-et\office_strings.debug.js" />
<Content Include="Scripts\Office\1\am-et\office_strings.js" />
<Content Include="Scripts\Office\1\am-et\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\am-et\outlook_strings.js" />
<Content Include="Scripts\Office\1\ar-sa.pseudo\office_strings.debug.js" />
<Content Include="Scripts\Office\1\ar-sa.pseudo\office_strings.js" />
<Content Include="Scripts\Office\1\ar-sa.pseudo\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\ar-sa.pseudo\outlook_strings.js" />
<Content Include="Scripts\Office\1\ar-sa\office_strings.debug.js" />
<Content Include="Scripts\Office\1\ar-sa\office_strings.js" />
<Content Include="Scripts\Office\1\ar-sa\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\ar-sa\outlook_strings.js" />
<Content Include="Scripts\Office\1\ariatelemetry\aria-web-telemetry-2.8.0.min.js" />
<Content Include="Scripts\Office\1\ariatelemetry\aria-web-telemetry-2.9.0.min.js" />
<Content Include="Scripts\Office\1\ariatelemetry\aria-web-telemetry.js" />
<Content Include="Scripts\Office\1\bg-bg\office_strings.debug.js" />
<Content Include="Scripts\Office\1\bg-bg\office_strings.js" />
<Content Include="Scripts\Office\1\bg-bg\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\bg-bg\outlook_strings.js" />
<Content Include="Scripts\Office\1\bn-in\office_strings.debug.js" />
<Content Include="Scripts\Office\1\bn-in\office_strings.js" />
<Content Include="Scripts\Office\1\bn-in\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\bn-in\outlook_strings.js" />
<Content Include="Scripts\Office\1\ca-es\office_strings.debug.js" />
<Content Include="Scripts\Office\1\ca-es\office_strings.js" />
<Content Include="Scripts\Office\1\ca-es\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\ca-es\outlook_strings.js" />
<Content Include="Scripts\Office\1\cs-cz\office_strings.debug.js" />
<Content Include="Scripts\Office\1\cs-cz\office_strings.js" />
<Content Include="Scripts\Office\1\cs-cz\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\cs-cz\outlook_strings.js" />
<Content Include="Scripts\Office\1\custom-functions-runtime.debug.js" />
<Content Include="Scripts\Office\1\custom-functions-runtime.js" />
<Content Include="Scripts\Office\1\cy-gb\office_strings.debug.js" />
<Content Include="Scripts\Office\1\cy-gb\office_strings.js" />
<Content Include="Scripts\Office\1\cy-gb\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\cy-gb\outlook_strings.js" />
<Content Include="Scripts\Office\1\da-dk\office_strings.debug.js" />
<Content Include="Scripts\Office\1\da-dk\office_strings.js" />
<Content Include="Scripts\Office\1\da-dk\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\da-dk\outlook_strings.js" />
<Content Include="Scripts\Office\1\de-de\office_strings.debug.js" />
<Content Include="Scripts\Office\1\de-de\office_strings.js" />
<Content Include="Scripts\Office\1\de-de\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\de-de\outlook_strings.js" />
<Content Include="Scripts\Office\1\el-gr\office_strings.debug.js" />
<Content Include="Scripts\Office\1\el-gr\office_strings.js" />
<Content Include="Scripts\Office\1\el-gr\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\el-gr\outlook_strings.js" />
<Content Include="Scripts\Office\1\en-us\office_strings.debug.js" />
<Content Include="Scripts\Office\1\en-us\office_strings.js" />
<Content Include="Scripts\Office\1\en-us\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\en-us\outlook_strings.js" />
<Content Include="Scripts\Office\1\es-es\office_strings.debug.js" />
<Content Include="Scripts\Office\1\es-es\office_strings.js" />
<Content Include="Scripts\Office\1\es-es\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\es-es\outlook_strings.js" />
<Content Include="Scripts\Office\1\es-mx\office_strings.debug.js" />
<Content Include="Scripts\Office\1\es-mx\office_strings.js" />
<Content Include="Scripts\Office\1\es-mx\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\es-mx\outlook_strings.js" />
<Content Include="Scripts\Office\1\es6-promise.debug.js" />
<Content Include="Scripts\Office\1\es6-promise.js" />
<Content Include="Scripts\Office\1\et-ee\office_strings.debug.js" />
<Content Include="Scripts\Office\1\et-ee\office_strings.js" />
<Content Include="Scripts\Office\1\et-ee\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\et-ee\outlook_strings.js" />
<Content Include="Scripts\Office\1\eu-es\office_strings.debug.js" />
<Content Include="Scripts\Office\1\eu-es\office_strings.js" />
<Content Include="Scripts\Office\1\eu-es\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\eu-es\outlook_strings.js" />
<Content Include="Scripts\Office\1\excel-15.01.debug.js" />
<Content Include="Scripts\Office\1\excel-15.01.js" />
<Content Include="Scripts\Office\1\Excel-15.02.debug.js" />
<Content Include="Scripts\Office\1\Excel-15.02.js" />
<Content Include="Scripts\Office\1\excel-15.debug.js" />
<Content Include="Scripts\Office\1\excel-15.js" />
<Content Include="Scripts\Office\1\excel-android-16.00.debug.js" />
<Content Include="Scripts\Office\1\excel-android-16.00.js" />
<Content Include="Scripts\Office\1\excel-ios-16.00.debug.js" />
<Content Include="Scripts\Office\1\excel-ios-16.00.js" />
<Content Include="Scripts\Office\1\excel-mac-16.00-core.debug.js" />
<Content Include="Scripts\Office\1\excel-mac-16.00-core.js" />
<Content Include="Scripts\Office\1\excel-mac-16.00.debug.js" />
<Content Include="Scripts\Office\1\excel-mac-16.00.js" />
<Content Include="Scripts\Office\1\excel-web-16.00-core.debug.js" />
<Content Include="Scripts\Office\1\excel-web-16.00-core.js" />
<Content Include="Scripts\Office\1\excel-web-16.00.debug.js" />
<Content Include="Scripts\Office\1\excel-web-16.00.js" />
<Content Include="Scripts\Office\1\excel-win32-16.00.debug.js" />
<Content Include="Scripts\Office\1\excel-win32-16.00.js" />
<Content Include="Scripts\Office\1\excel-win32-16.01-core.debug.js" />
<Content Include="Scripts\Office\1\excel-win32-16.01-core.js" />
<Content Include="Scripts\Office\1\excel-win32-16.01.debug.js" />
<Content Include="Scripts\Office\1\excel-win32-16.01.js" />
<Content Include="Scripts\Office\1\excel-winrt-16.00.debug.js" />
<Content Include="Scripts\Office\1\excel-winrt-16.00.js" />
<Content Include="Scripts\Office\1\excelios-15.debug.js" />
<Content Include="Scripts\Office\1\excelios-15.js" />
<Content Include="Scripts\Office\1\excelwebapp-15.01.debug.js" />
<Content Include="Scripts\Office\1\excelwebapp-15.01.js" />
<Content Include="Scripts\Office\1\excelwebapp-15.02.debug.js" />
<Content Include="Scripts\Office\1\excelwebapp-15.02.js" />
<Content Include="Scripts\Office\1\excelwebapp-15.debug.js" />
<Content Include="Scripts\Office\1\excelwebapp-15.js" />
<Content Include="Scripts\Office\1\fa-ir\office_strings.debug.js" />
<Content Include="Scripts\Office\1\fa-ir\office_strings.js" />
<Content Include="Scripts\Office\1\fa-ir\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\fa-ir\outlook_strings.js" />
<Content Include="Scripts\Office\1\fi-fi\office_strings.debug.js" />
<Content Include="Scripts\Office\1\fi-fi\office_strings.js" />
<Content Include="Scripts\Office\1\fi-fi\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\fi-fi\outlook_strings.js" />
<Content Include="Scripts\Office\1\fil-ph\office_strings.debug.js" />
<Content Include="Scripts\Office\1\fil-ph\office_strings.js" />
<Content Include="Scripts\Office\1\fil-ph\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\fil-ph\outlook_strings.js" />
<Content Include="Scripts\Office\1\fr-ca\office_strings.debug.js" />
<Content Include="Scripts\Office\1\fr-ca\office_strings.js" />
<Content Include="Scripts\Office\1\fr-ca\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\fr-ca\outlook_strings.js" />
<Content Include="Scripts\Office\1\fr-fr\office_strings.debug.js" />
<Content Include="Scripts\Office\1\fr-fr\office_strings.js" />
<Content Include="Scripts\Office\1\fr-fr\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\fr-fr\outlook_strings.js" />
<Content Include="Scripts\Office\1\gl-es\office_strings.debug.js" />
<Content Include="Scripts\Office\1\gl-es\office_strings.js" />
<Content Include="Scripts\Office\1\gl-es\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\gl-es\outlook_strings.js" />
<Content Include="Scripts\Office\1\gu-in\office_strings.debug.js" />
<Content Include="Scripts\Office\1\gu-in\office_strings.js" />
<Content Include="Scripts\Office\1\gu-in\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\gu-in\outlook_strings.js" />
<Content Include="Scripts\Office\1\he-il\office_strings.debug.js" />
<Content Include="Scripts\Office\1\he-il\office_strings.js" />
<Content Include="Scripts\Office\1\he-il\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\he-il\outlook_strings.js" />
<Content Include="Scripts\Office\1\hi-in\office_strings.debug.js" />
<Content Include="Scripts\Office\1\hi-in\office_strings.js" />
<Content Include="Scripts\Office\1\hi-in\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\hi-in\outlook_strings.js" />
<Content Include="Scripts\Office\1\hr-hr\office_strings.debug.js" />
<Content Include="Scripts\Office\1\hr-hr\office_strings.js" />
<Content Include="Scripts\Office\1\hr-hr\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\hr-hr\outlook_strings.js" />
<Content Include="Scripts\Office\1\Html2canvas.debug.js" />
<Content Include="Scripts\Office\1\Html2canvas.js" />
<Content Include="Scripts\Office\1\hu-hu\office_strings.debug.js" />
<Content Include="Scripts\Office\1\hu-hu\office_strings.js" />
<Content Include="Scripts\Office\1\hu-hu\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\hu-hu\outlook_strings.js" />
<Content Include="Scripts\Office\1\id-id\office_strings.debug.js" />
<Content Include="Scripts\Office\1\id-id\office_strings.js" />
<Content Include="Scripts\Office\1\id-id\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\id-id\outlook_strings.js" />
<Content Include="Scripts\Office\1\is-is\office_strings.debug.js" />
<Content Include="Scripts\Office\1\is-is\office_strings.js" />
<Content Include="Scripts\Office\1\is-is\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\is-is\outlook_strings.js" />
<Content Include="Scripts\Office\1\it-it\office_strings.debug.js" />
<Content Include="Scripts\Office\1\it-it\office_strings.js" />
<Content Include="Scripts\Office\1\it-it\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\it-it\outlook_strings.js" />
<Content Include="Scripts\Office\1\ja-jp.hashid\office_strings.debug.js" />
<Content Include="Scripts\Office\1\ja-jp.hashid\office_strings.js" />
<Content Include="Scripts\Office\1\ja-jp.hashid\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\ja-jp.hashid\outlook_strings.js" />
<Content Include="Scripts\Office\1\ja-jp.pseudo\office_strings.debug.js" />
<Content Include="Scripts\Office\1\ja-jp.pseudo\office_strings.js" />
<Content Include="Scripts\Office\1\ja-jp.pseudo\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\ja-jp.pseudo\outlook_strings.js" />
<Content Include="Scripts\Office\1\ja-jp\office_strings.debug.js" />
<Content Include="Scripts\Office\1\ja-jp\office_strings.js" />
<Content Include="Scripts\Office\1\ja-jp\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\ja-jp\outlook_strings.js" />
<Content Include="Scripts\Office\1\kk-kz\office_strings.debug.js" />
<Content Include="Scripts\Office\1\kk-kz\office_strings.js" />
<Content Include="Scripts\Office\1\kk-kz\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\kk-kz\outlook_strings.js" />
<Content Include="Scripts\Office\1\kn-in\office_strings.debug.js" />
<Content Include="Scripts\Office\1\kn-in\office_strings.js" />
<Content Include="Scripts\Office\1\kn-in\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\kn-in\outlook_strings.js" />
<Content Include="Scripts\Office\1\ko-kr\office_strings.debug.js" />
<Content Include="Scripts\Office\1\ko-kr\office_strings.js" />
<Content Include="Scripts\Office\1\ko-kr\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\ko-kr\outlook_strings.js" />
<Content Include="Scripts\Office\1\lo-la\office_strings.debug.js" />
<Content Include="Scripts\Office\1\lo-la\office_strings.js" />
<Content Include="Scripts\Office\1\lo-la\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\lo-la\outlook_strings.js" />
<Content Include="Scripts\Office\1\lt-lt\office_strings.debug.js" />
<Content Include="Scripts\Office\1\lt-lt\office_strings.js" />
<Content Include="Scripts\Office\1\lt-lt\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\lt-lt\outlook_strings.js" />
<Content Include="Scripts\Office\1\lv-lv\office_strings.debug.js" />
<Content Include="Scripts\Office\1\lv-lv\office_strings.js" />
<Content Include="Scripts\Office\1\lv-lv\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\lv-lv\outlook_strings.js" />
<Content Include="Scripts\Office\1\ml-in\office_strings.debug.js" />
<Content Include="Scripts\Office\1\ml-in\office_strings.js" />
<Content Include="Scripts\Office\1\ml-in\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\ml-in\outlook_strings.js" />
<Content Include="Scripts\Office\1\mr-in\office_strings.debug.js" />
<Content Include="Scripts\Office\1\mr-in\office_strings.js" />
<Content Include="Scripts\Office\1\mr-in\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\mr-in\outlook_strings.js" />
<Content Include="Scripts\Office\1\ms-my\office_strings.debug.js" />
<Content Include="Scripts\Office\1\ms-my\office_strings.js" />
<Content Include="Scripts\Office\1\ms-my\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\ms-my\outlook_strings.js" />
<Content Include="Scripts\Office\1\nb-no\office_strings.debug.js" />
<Content Include="Scripts\Office\1\nb-no\office_strings.js" />
<Content Include="Scripts\Office\1\nb-no\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\nb-no\outlook_strings.js" />
<Content Include="Scripts\Office\1\nl-nl\office_strings.debug.js" />
<Content Include="Scripts\Office\1\nl-nl\office_strings.js" />
<Content Include="Scripts\Office\1\nl-nl\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\nl-nl\outlook_strings.js" />
<Content Include="Scripts\Office\1\nn-no\office_strings.debug.js" />
<Content Include="Scripts\Office\1\nn-no\office_strings.js" />
<Content Include="Scripts\Office\1\nn-no\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\nn-no\outlook_strings.js" />
<Content Include="Scripts\Office\1\o15apptofilemappingtable.debug.js" />
<Content Include="Scripts\Office\1\o15apptofilemappingtable.js" />
<Content Include="Scripts\Office\1\office-vsdoc.js" />
<Content Include="Scripts\Office\1\office.debug.js" />
<Content Include="Scripts\Office\1\office.js" />
<Content Include="Scripts\Office\1\onenote-ios-16.00.debug.js" />
<Content Include="Scripts\Office\1\onenote-ios-16.00.js" />
<Content Include="Scripts\Office\1\onenote-mac-16.00.debug.js" />
<Content Include="Scripts\Office\1\onenote-mac-16.00.js" />
<Content Include="Scripts\Office\1\OneNote-Web-16.00.debug.js" />
<Content Include="Scripts\Office\1\OneNote-Web-16.00.js" />
<Content Include="Scripts\Office\1\onenote-win32-16.00.debug.js" />
<Content Include="Scripts\Office\1\onenote-win32-16.00.js" />
<Content Include="Scripts\Office\1\onenote-winrt-16.00.debug.js" />
<Content Include="Scripts\Office\1\onenote-winrt-16.00.js" />
<Content Include="Scripts\Office\1\outlook-15.01.debug.js" />
<Content Include="Scripts\Office\1\outlook-15.01.js" />
<Content Include="Scripts\Office\1\outlook-15.02.debug.js" />
<Content Include="Scripts\Office\1\outlook-15.02.js" />
<Content Include="Scripts\Office\1\outlook-15.03.debug.js" />
<Content Include="Scripts\Office\1\outlook-15.03.js" />
<Content Include="Scripts\Office\1\outlook-15.04.debug.js" />
<Content Include="Scripts\Office\1\outlook-15.04.js" />
<Content Include="Scripts\Office\1\outlook-15.debug.js" />
<Content Include="Scripts\Office\1\outlook-15.js" />
<Content Include="Scripts\Office\1\outlook-android-16.00.debug.js" />
<Content Include="Scripts\Office\1\outlook-android-16.00.js" />
<Content Include="Scripts\Office\1\outlook-ios-16.00.debug.js" />
<Content Include="Scripts\Office\1\outlook-ios-16.00.js" />
<Content Include="Scripts\Office\1\outlook-mac-16.00.debug.js" />
<Content Include="Scripts\Office\1\outlook-mac-16.00.js" />
<Content Include="Scripts\Office\1\outlook-web-16.01.debug.js" />
<Content Include="Scripts\Office\1\outlook-web-16.01.js" />
<Content Include="Scripts\Office\1\outlook-win32-16.00.debug.js" />
<Content Include="Scripts\Office\1\outlook-win32-16.00.js" />
<Content Include="Scripts\Office\1\outlook-win32-16.01.debug.js" />
<Content Include="Scripts\Office\1\outlook-win32-16.01.js" />
<Content Include="Scripts\Office\1\outlook-win32-16.02.debug.js" />
<Content Include="Scripts\Office\1\outlook-win32-16.02.js" />
<Content Include="Scripts\Office\1\outlook-win32.debug-vsdoc.js" />
<Content Include="Scripts\Office\1\outlookwebapp-15.01.debug.js" />
<Content Include="Scripts\Office\1\outlookwebapp-15.01.js" />
<Content Include="Scripts\Office\1\outlookwebapp-15.debug.js" />
<Content Include="Scripts\Office\1\outlookwebapp-15.js" />
<Content Include="Scripts\Office\1\pl-pl\office_strings.debug.js" />
<Content Include="Scripts\Office\1\pl-pl\office_strings.js" />
<Content Include="Scripts\Office\1\pl-pl\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\pl-pl\outlook_strings.js" />
<Content Include="Scripts\Office\1\powerpoint-15.01.debug.js" />
<Content Include="Scripts\Office\1\powerpoint-15.01.js" />
<Content Include="Scripts\Office\1\PowerPoint-15.02.debug.js" />
<Content Include="Scripts\Office\1\PowerPoint-15.02.js" />
<Content Include="Scripts\Office\1\powerpoint-15.debug.js" />
<Content Include="Scripts\Office\1\powerpoint-15.js" />
<Content Include="Scripts\Office\1\powerpoint-ios-16.00.debug.js" />
<Content Include="Scripts\Office\1\powerpoint-ios-16.00.js" />
<Content Include="Scripts\Office\1\powerpoint-mac-16.00.debug.js" />
<Content Include="Scripts\Office\1\powerpoint-mac-16.00.js" />
<Content Include="Scripts\Office\1\powerpoint-web-16.00.debug.js" />
<Content Include="Scripts\Office\1\powerpoint-web-16.00.js" />
<Content Include="Scripts\Office\1\powerpoint-win32-16.00.debug.js" />
<Content Include="Scripts\Office\1\powerpoint-win32-16.00.js" />
<Content Include="Scripts\Office\1\PowerPoint-Win32-16.01.debug.js" />
<Content Include="Scripts\Office\1\PowerPoint-Win32-16.01.js" />
<Content Include="Scripts\Office\1\powerpointios-15.debug.js" />
<Content Include="Scripts\Office\1\powerpointios-15.js" />
<Content Include="Scripts\Office\1\project-15.01.debug.js" />
<Content Include="Scripts\Office\1\project-15.01.js" />
<Content Include="Scripts\Office\1\Project-15.02.debug.js" />
<Content Include="Scripts\Office\1\Project-15.02.js" />
<Content Include="Scripts\Office\1\project-15.debug.js" />
<Content Include="Scripts\Office\1\project-15.js" />
<Content Include="Scripts\Office\1\project-win32-16.00.debug.js" />
<Content Include="Scripts\Office\1\project-win32-16.00.js" />
<Content Include="Scripts\Office\1\Project-Win32-16.01.debug.js" />
<Content Include="Scripts\Office\1\Project-Win32-16.01.js" />
<Content Include="Scripts\Office\1\project-win32.debug.js" />
<Content Include="Scripts\Office\1\project-win32.js" />
<Content Include="Scripts\Office\1\pt-br\office_strings.debug.js" />
<Content Include="Scripts\Office\1\pt-br\office_strings.js" />
<Content Include="Scripts\Office\1\pt-br\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\pt-br\outlook_strings.js" />
<Content Include="Scripts\Office\1\pt-pt\office_strings.debug.js" />
<Content Include="Scripts\Office\1\pt-pt\office_strings.js" />
<Content Include="Scripts\Office\1\pt-pt\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\pt-pt\outlook_strings.js" />
<Content Include="Scripts\Office\1\qps-ploca\office_strings.debug.js" />
<Content Include="Scripts\Office\1\qps-ploca\office_strings.js" />
<Content Include="Scripts\Office\1\qps-ploca\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\qps-ploca\outlook_strings.js" />
<Content Include="Scripts\Office\1\qps-plocm\office_strings.debug.js" />
<Content Include="Scripts\Office\1\qps-plocm\office_strings.js" />
<Content Include="Scripts\Office\1\qps-plocm\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\qps-plocm\outlook_strings.js" />
<Content Include="Scripts\Office\1\qps-ploc\office_strings.debug.js" />
<Content Include="Scripts\Office\1\qps-ploc\office_strings.js" />
<Content Include="Scripts\Office\1\qps-ploc\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\qps-ploc\outlook_strings.js" />
<Content Include="Scripts\Office\1\ro-ro\office_strings.debug.js" />
<Content Include="Scripts\Office\1\ro-ro\office_strings.js" />
<Content Include="Scripts\Office\1\ro-ro\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\ro-ro\outlook_strings.js" />
<Content Include="Scripts\Office\1\ru-ru\office_strings.debug.js" />
<Content Include="Scripts\Office\1\ru-ru\office_strings.js" />
<Content Include="Scripts\Office\1\ru-ru\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\ru-ru\outlook_strings.js" />
<Content Include="Scripts\Office\1\sk-sk\office_strings.debug.js" />
<Content Include="Scripts\Office\1\sk-sk\office_strings.js" />
<Content Include="Scripts\Office\1\sk-sk\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\sk-sk\outlook_strings.js" />
<Content Include="Scripts\Office\1\sl-si\office_strings.debug.js" />
<Content Include="Scripts\Office\1\sl-si\office_strings.js" />
<Content Include="Scripts\Office\1\sl-si\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\sl-si\outlook_strings.js" />
<Content Include="Scripts\Office\1\sr-cyrl-cs\office_strings.debug.js" />
<Content Include="Scripts\Office\1\sr-cyrl-cs\office_strings.js" />
<Content Include="Scripts\Office\1\sr-cyrl-cs\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\sr-cyrl-cs\outlook_strings.js" />
<Content Include="Scripts\Office\1\sr-cyrl-rs\office_strings.debug.js" />
<Content Include="Scripts\Office\1\sr-cyrl-rs\office_strings.js" />
<Content Include="Scripts\Office\1\sr-cyrl-rs\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\sr-cyrl-rs\outlook_strings.js" />
<Content Include="Scripts\Office\1\sr-latn-cs\office_strings.debug.js" />
<Content Include="Scripts\Office\1\sr-latn-cs\office_strings.js" />
<Content Include="Scripts\Office\1\sr-latn-cs\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\sr-latn-cs\outlook_strings.js" />
<Content Include="Scripts\Office\1\sr-latn-rs\office_strings.debug.js" />
<Content Include="Scripts\Office\1\sr-latn-rs\office_strings.js" />
<Content Include="Scripts\Office\1\sr-latn-rs\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\sr-latn-rs\outlook_strings.js" />
<Content Include="Scripts\Office\1\sv-se\office_strings.debug.js" />
<Content Include="Scripts\Office\1\sv-se\office_strings.js" />
<Content Include="Scripts\Office\1\sv-se\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\sv-se\outlook_strings.js" />
<Content Include="Scripts\Office\1\sw-ke\office_strings.debug.js" />
<Content Include="Scripts\Office\1\sw-ke\office_strings.js" />
<Content Include="Scripts\Office\1\sw-ke\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\sw-ke\outlook_strings.js" />
<Content Include="Scripts\Office\1\ta-in\office_strings.debug.js" />
<Content Include="Scripts\Office\1\ta-in\office_strings.js" />
<Content Include="Scripts\Office\1\ta-in\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\ta-in\outlook_strings.js" />
<Content Include="Scripts\Office\1\te-in\office_strings.debug.js" />
<Content Include="Scripts\Office\1\te-in\office_strings.js" />
<Content Include="Scripts\Office\1\te-in\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\te-in\outlook_strings.js" />
<Content Include="Scripts\Office\1\telemetry\oteljs.debug.js" />
<Content Include="Scripts\Office\1\telemetry\oteljs.js" />
<Content Include="Scripts\Office\1\telemetry\oteljs_agave.debug.js" />
<Content Include="Scripts\Office\1\telemetry\oteljs_agave.js" />
<Content Include="Scripts\Office\1\th-th\office_strings.debug.js" />
<Content Include="Scripts\Office\1\th-th\office_strings.js" />
<Content Include="Scripts\Office\1\th-th\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\th-th\outlook_strings.js" />
<Content Include="Scripts\Office\1\tr-tr\office_strings.debug.js" />
<Content Include="Scripts\Office\1\tr-tr\office_strings.js" />
<Content Include="Scripts\Office\1\tr-tr\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\tr-tr\outlook_strings.js" />
<Content Include="Scripts\Office\1\uk-ua\office_strings.debug.js" />
<Content Include="Scripts\Office\1\uk-ua\office_strings.js" />
<Content Include="Scripts\Office\1\uk-ua\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\uk-ua\outlook_strings.js" />
<Content Include="Scripts\Office\1\ur-pk\office_strings.debug.js" />
<Content Include="Scripts\Office\1\ur-pk\office_strings.js" />
<Content Include="Scripts\Office\1\ur-pk\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\ur-pk\outlook_strings.js" />
<Content Include="Scripts\Office\1\version.txt" />
<Content Include="Scripts\Office\1\vi-vn\office_strings.debug.js" />
<Content Include="Scripts\Office\1\vi-vn\office_strings.js" />
<Content Include="Scripts\Office\1\vi-vn\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\vi-vn\outlook_strings.js" />
<Content Include="Scripts\Office\1\visio-web-16.00.debug.js" />
<Content Include="Scripts\Office\1\visio-web-16.00.js" />
<Content Include="Scripts\Office\1\visio-web-embedded.debug.js" />
<Content Include="Scripts\Office\1\visio-web-embedded.js" />
<Content Include="Scripts\Office\1\visio-win32-16.00.debug.js" />
<Content Include="Scripts\Office\1\visio-win32-16.00.js" />
<Content Include="Scripts\Office\1\webauth\webauth.browserauth.debug.js" />
<Content Include="Scripts\Office\1\webauth\webauth.browserauth.js" />
<Content Include="Scripts\Office\1\webauth\webauth.implicit.debug.js" />
<Content Include="Scripts\Office\1\webauth\webauth.implicit.js" />
<Content Include="Scripts\Office\1\word-15.01.debug.js" />
<Content Include="Scripts\Office\1\word-15.01.js" />
<Content Include="Scripts\Office\1\Word-15.02.debug.js" />
<Content Include="Scripts\Office\1\Word-15.02.js" />
<Content Include="Scripts\Office\1\word-15.debug.js" />
<Content Include="Scripts\Office\1\word-15.js" />
<Content Include="Scripts\Office\1\word-ios-16.00.debug.js" />
<Content Include="Scripts\Office\1\word-ios-16.00.js" />
<Content Include="Scripts\Office\1\word-mac-16.00.debug.js" />
<Content Include="Scripts\Office\1\word-mac-16.00.js" />
<Content Include="Scripts\Office\1\word-web-16.00.debug.js" />
<Content Include="Scripts\Office\1\word-web-16.00.js" />
<Content Include="Scripts\Office\1\word-win32-16.00.debug.js" />
<Content Include="Scripts\Office\1\word-win32-16.00.js" />
<Content Include="Scripts\Office\1\word-win32-16.01.debug.js" />
<Content Include="Scripts\Office\1\word-win32-16.01.js" />
<Content Include="Scripts\Office\1\wordios-15.debug.js" />
<Content Include="Scripts\Office\1\wordios-15.js" />
<Content Include="Scripts\Office\1\zh-cn\office_strings.debug.js" />
<Content Include="Scripts\Office\1\zh-cn\office_strings.js" />
<Content Include="Scripts\Office\1\zh-cn\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\zh-cn\outlook_strings.js" />
<Content Include="Scripts\Office\1\zh-tw\office_strings.debug.js" />
<Content Include="Scripts\Office\1\zh-tw\office_strings.js" />
<Content Include="Scripts\Office\1\zh-tw\outlook_strings.debug.js" />
<Content Include="Scripts\Office\1\zh-tw\outlook_strings.js" />
<Content Include="Scripts\Office\metadata\endpoints.xml" />
<Content Include="Scripts\Office\metadata\features.xml" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="Scripts\Office\1\office.d.ts" />
</ItemGroup>
<ItemGroup>
<Page Include="WpfUserControl - example.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="WpfUserControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<COMReference Include="AddInDesignerObjects">
<Guid>{A537E638-AB2A-4308-A502-2EFF280C6E98}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>YizhiWordAddIn_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>3710B5C80C155912F81F4A1A5B463AFA740B6DA1</ManifestCertificateThumbprint>
</PropertyGroup>
<!-- Include the build rules for a C# project. -->
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- Include additional build rules for an Office application add-in. -->
<Import Project="$(VSToolsPath)\OfficeTools\Microsoft.VisualStudio.Tools.Office.targets" Condition="'$(VSToolsPath)' != ''" />
<!-- This section defines VSTO properties that describe the host-changeable project properties. -->
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{BAA0C2D2-18E2-41B9-852F-F413020CAA33}">
<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}" />
<Host Name="Word" GeneratedCodeNamespace="YizhiWordAddIn" PublishedHash="69C324AB27932AA2FBF2B7EA72250886FF164DE6" IconIndex="0">
<HostItem Name="ThisAddIn" Code="ThisAddIn.cs" CanonicalName="AddIn" PublishedHash="0E800D815B004BC55BBDE2A1D34673B463807931" CanActivate="false" IconIndex="1" Blueprint="ThisAddIn.Designer.xml" GeneratedCode="ThisAddIn.Designer.cs" />
</Host>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<Import Project="packages\Microsoft.Web.WebView2.1.0.1722.45\build\Microsoft.Web.WebView2.targets" Condition="Exists('packages\Microsoft.Web.WebView2.1.0.1722.45\build\Microsoft.Web.WebView2.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\Microsoft.Web.WebView2.1.0.1722.45\build\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Web.WebView2.1.0.1722.45\build\Microsoft.Web.WebView2.targets'))" />
</Target>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/newborne/YizhiWordAddIn.git
git@gitee.com:newborne/YizhiWordAddIn.git
newborne
YizhiWordAddIn
YizhiWordAddIn
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385