From 015d94a8c3a3bcdaa7de04a7fd7799046866db36 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 26 十一月 2021 09:52:02 +0800 Subject: [PATCH] 1 --- SiriIntents/SiriIntents.csproj | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/SiriIntents/SiriIntents.csproj b/SiriIntents/SiriIntents.csproj index ef7a6ef..5aa8b1a 100644 --- a/SiriIntents/SiriIntents.csproj +++ b/SiriIntents/SiriIntents.csproj @@ -86,9 +86,6 @@ <Reference Include="System.Xml" /> <Reference Include="System.Core" /> <Reference Include="Xamarin.iOS" /> - <Reference Include="Shared.IOS.HDLSceneSiri"> - <HintPath>..\..\HDLXamarinSceneSiri\Shared.IOS.HDLSceneSiri\Shared.IOS.HDLSceneSiri\bin\Release\Shared.IOS.HDLSceneSiri.dll</HintPath> - </Reference> </ItemGroup> <ItemGroup> <Folder Include="Resources\" /> @@ -99,7 +96,12 @@ </ItemGroup> <ItemGroup> <Compile Include="IntentHandler.cs" /> - <Compile Include="HDLRunSceneIntentHandlder.cs" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\SiriKit\SiriKit.csproj"> + <Project>{8B1652FA-5158-4D57-B90D-07BB91766625}</Project> + <Name>SiriKit</Name> + </ProjectReference> </ItemGroup> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.AppExtension.CSharp.targets" /> </Project> \ No newline at end of file -- Gitblit v1.8.0