Skip to content

Commit

Permalink
[fix] 完整 csproj 的引用
Browse files Browse the repository at this point in the history
  • Loading branch information
kengwang committed Feb 12, 2023
1 parent c95e99c commit 9554b29
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Ink Canvas/Ink Canvas.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@
<PackageReference Include="MicrosoftOfficeCore">
<Version>15.0.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup Condition=" '$(GitFlow)' == '' ">
<COMReference Include="Microsoft.Office.Interop.PowerPoint">
<Guid>{91493440-5A91-11CF-8700-00AA0060263B}</Guid>
<VersionMajor>2</VersionMajor>
Expand All @@ -258,6 +260,15 @@
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
<COMReference Include="Microsoft.Office.Core">
<Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>8</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>primary</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ModernWpfUI">
Expand Down

0 comments on commit 9554b29

Please sign in to comment.