2025-03-28 09:49:56 +08:00

134 lines
6.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{BDF29C95-BB19-4A86-A0F0-399D2A809D9B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ArcFaceAPI</RootNamespace>
<AssemblyName>ArcFaceAPI</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<SccProjectName>%24/000_通用版本/004_收银管理系统/EShangPOS-云版本-6.0/ArcFaceAPI</SccProjectName>
<SccLocalPath>.</SccLocalPath>
<SccAuxPath>http://dev.eshangtech.com:8888/tfs/%25E7%2589%25B5%25E8%25BD%25AF%25E9%2580%259A%25E7%2594%25A8v4.0</SccAuxPath>
<SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ArcFunction\ArcAgeFunction.cs" />
<Compile Include="ArcFunction\ArcGenderFunction.cs" />
<Compile Include="Common\ArcFaceDictionary.cs" />
<Compile Include="Common\ArcFaceActivation.cs" />
<Compile Include="ArcFunction\ASFFunctions.cs" />
<Compile Include="Entity\ActiveFileInfo.cs" />
<Compile Include="Entity\AgeInfo.cs" />
<Compile Include="Entity\Face3DAngle.cs" />
<Compile Include="Entity\FaceFeature.cs" />
<Compile Include="Entity\GenderInfo.cs" />
<Compile Include="Entity\ImageInfo.cs" />
<Compile Include="Entity\LivenessInfo.cs" />
<Compile Include="Entity\MultiFaceInfo.cs" />
<Compile Include="Entity\SDKVersion.cs" />
<Compile Include="Entity\SingleFaceInfo.cs" />
<Compile Include="FaceEngine.cs" />
<Compile Include="Model\ArcFaceModel.cs" />
<Compile Include="Model\ArcStudentModel.cs" />
<Compile Include="Model\ASF_ActiveFileInfo.cs" />
<Compile Include="Model\ASF_AgeInfo.cs" />
<Compile Include="Model\ASF_CompareModel.cs" />
<Compile Include="Model\ASF_DetectModel.cs" />
<Compile Include="Model\ASF_Face3DAngle.cs" />
<Compile Include="Model\ASF_FaceFeature.cs" />
<Compile Include="Model\ASF_GenderInfo.cs" />
<Compile Include="Model\ASF_ImageData.cs" />
<Compile Include="Model\ASF_ImagePixelFormat.cs" />
<Compile Include="Model\ASF_LivenessInfo.cs" />
<Compile Include="Model\ASF_LivenessThreshold.cs" />
<Compile Include="Model\ASF_MultiFaceInfo.cs" />
<Compile Include="Model\ASF_OrientPriority.cs" />
<Compile Include="Model\ASF_VERSION.cs" />
<Compile Include="Model\DetectionMode.cs" />
<Compile Include="Model\FaceEngineMask.cs" />
<Compile Include="Model\MRECT.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Utils\ArcFaceImgHelper.cs" />
<Compile Include="Utils\CommonUtil.cs" />
<Compile Include="Utils\ErrorCodeUtil.cs" />
<Compile Include="Utils\FaceUtil.cs" />
<Compile Include="Utils\ImageUtil.cs" />
<Compile Include="Utils\MemoryUtil.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="libarcsoft_fsdk_age_estimation.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="libarcsoft_fsdk_face_detection.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="libarcsoft_fsdk_gender_estimation.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="虹软离线人脸识别封装类库.txt" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\packages\Microsoft.DependencyValidation.Analyzers.0.11.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
<Analyzer Include="..\packages\Microsoft.DependencyValidation.Analyzers.0.11.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>