1
wxr
2021-11-22 207b7261e989e4271578eddb933b33ba008379bb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{A8BDEE23-339E-48D2-A5F9-BCF037E6B9E7}</ProjectGuid>
    <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <TemplateGuid>{a52b8a63-bc84-4b47-910d-692533484892}</TemplateGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>HdlSiriKit</RootNamespace>
    <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
    <AssemblyName>HdlSiriKit</AssemblyName>
    <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>portable</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <DefineConstants>DEBUG;</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>portable</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <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\" />
    <Folder Include="Siri\" />
    <Folder Include="Base.lproj\" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Siri\Data\DataManager.cs" />
    <Compile Include="Siri\Data\SceneDateManager.cs" />
    <Compile Include="Siri\HDLRunSceneIntentHandlder.cs" />
    <Compile Include="Siri\SiriBaseView.cs" />
    <Compile Include="Siri\SiriBaseView.designer.cs">
      <DependentUpon>..\..\HDL-ON_iOS\Other\Siri\SiriBaseView.cs</DependentUpon>
    </Compile>
    <Compile Include="Siri\SiriScene.cs" />
    <Compile Include="Siri\Support\NSUserActivityHelper.cs" />
    <Compile Include="Siri\Support\NSUserDefaultsHelper.cs" />
    <Compile Include="Siri\UI\Cells.cs" />
    <Compile Include="Siri\VoiceShortcutDataManager.cs" />
    <Compile Include="SkipControl.cs" />
  </ItemGroup>
  <ItemGroup>
    <InterfaceDefinition Include="Siri\SiriBaseView.xib" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\SiriBinding\SiriBinding.csproj">
      <Project>{77FFAB61-395D-4AD3-863E-C4E32B5038E7}</Project>
      <Name>SiriBinding</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Content Include="Base.lproj\Intents.intentdefinition" />
  </ItemGroup>
  <Import Project="..\HDL_ON\HDL_ON.projitems" Label="Shared" Condition="Exists('..\HDL_ON\HDL_ON.projitems')" />
  <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project>