This commit is contained in:
Amrutha Srinivasan 2021-11-04 19:22:19 -07:00
Родитель f886ca13b8
Коммит 06162d451b
4 изменённых файлов: 20 добавлений и 6 удалений

Просмотреть файл

@ -1,4 +1,7 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

Просмотреть файл

@ -0,0 +1,5 @@
extensions: designer.cs generated.cs
extensions: .cs
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

Просмотреть файл

@ -9,14 +9,17 @@
</Description>
<Version>0.0.2</Version>
</PropertyGroup>
<ItemGroup>
<None Remove="EmotionRecognizer.licenseheader" />
</ItemGroup>
<ItemGroup>
<Compile Include="EmotionRecognizer.licenseheader" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\IntelligentAPI_EmotionRecognizer.rd.xml" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\model_emotion.onnx" Pack="True" PackagePath="lib/uap10.0.17763/Assets"/>
</ItemGroup>
<ItemGroup>
<None Include="ImageClassifier.licenseheader" />
<Content Include="Assets\model_emotion.onnx" Pack="True" PackagePath="lib/uap10.0.17763/Assets" />
</ItemGroup>
<Target Name="CustomBeforeBuild" BeforeTargets="BeforeBuild">
<Exec Command="powershell.exe –NonInteractive –ExecutionPolicy Unrestricted -command &quot;&amp; {.\Scripts\script.ps1 }&quot;" />

Просмотреть файл

@ -1,4 +1,7 @@
using System.Reflection;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;