1.项目后端整体迁移至PaddleOCR-NCNN算法,已通过基本的兼容性测试 2.工程改为使用CMake组织,后续为了更好地兼容第三方库,不再提供QMake工程 3.重整权利声明文件,重整代码工程,确保最小化侵权风险 Log: 切换后端至PaddleOCR-NCNN,切换工程为CMake Change-Id: I4d5d2c5d37505a4a24b389b1a4c5d12f17bfa38c
		
			
				
	
	
		
			143 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			143 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
  <ItemGroup Label="ProjectConfigurations">
 | 
						|
    <ProjectConfiguration Include="Debug|Win32">
 | 
						|
      <Configuration>Debug</Configuration>
 | 
						|
      <Platform>Win32</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="Debug|ARM">
 | 
						|
      <Configuration>Debug</Configuration>
 | 
						|
      <Platform>ARM</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="Release|Win32">
 | 
						|
      <Configuration>Release</Configuration>
 | 
						|
      <Platform>Win32</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="Release|ARM">
 | 
						|
      <Configuration>Release</Configuration>
 | 
						|
      <Platform>ARM</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
  </ItemGroup>
 | 
						|
  <PropertyGroup Label="Globals">
 | 
						|
    <ProjectGuid>{C0F94AFA-466F-4FC4-B5C1-6CD955F3FF88}</ProjectGuid>
 | 
						|
    <RootNamespace>PhoneXamlDirect3DApp1Comp</RootNamespace>
 | 
						|
    <DefaultLanguage>en-US</DefaultLanguage>
 | 
						|
    <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
 | 
						|
    <WinMDAssembly>true</WinMDAssembly>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
						|
  <PropertyGroup>
 | 
						|
    <!-- If OutDir was set outside of the project file, then we will append ProjectName -->
 | 
						|
    <OutDir Condition="'$(OutDirWasSpecified)' == 'true'">$(OutDir)\$(MSBuildProjectName)\</OutDir>
 | 
						|
    <!-- else, OutDir needs to have project specific directory in order to handle files with unique names -->
 | 
						|
    <OutDir Condition="'$(OutDirWasSpecified)' != 'true' and '$(Platform)' == 'Win32'">$(SolutionDir)$(Configuration)\$(MSBuildProjectName)\</OutDir>
 | 
						|
    <OutDir Condition="'$(OutDirWasSpecified)' != 'true' and '$(Platform)' != 'Win32'">$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName)\</OutDir>
 | 
						|
    <!-- After OutDir has been fixed, disable Microsoft.common.targets from fixing it again -->
 | 
						|
    <OutDirWasSpecified>false</OutDirWasSpecified>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
						|
    <UseDebugLibraries>true</UseDebugLibraries>
 | 
						|
    <PlatformToolset>v110_wp80</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
 | 
						|
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
						|
    <UseDebugLibraries>true</UseDebugLibraries>
 | 
						|
    <PlatformToolset>v110_wp80</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
						|
    <UseDebugLibraries>false</UseDebugLibraries>
 | 
						|
    <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
						|
    <PlatformToolset>v110_wp80</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
 | 
						|
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
						|
    <UseDebugLibraries>false</UseDebugLibraries>
 | 
						|
    <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
						|
    <PlatformToolset>v110_wp80</PlatformToolset>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
						|
  <ImportGroup Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
    <Import Project="opencv.props" />    
 | 
						|
  </ImportGroup>
 | 
						|
  <PropertyGroup Label="UserMacros" />
 | 
						|
  <PropertyGroup>
 | 
						|
    <GenerateManifest>false</GenerateManifest>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
 | 
						|
    <ClCompile>
 | 
						|
      <PreprocessorDefinitions>_WINRT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <PrecompiledHeader>Use</PrecompiledHeader>
 | 
						|
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
 | 
						|
      <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
 | 
						|
      <CompileAsWinRT>true</CompileAsWinRT>
 | 
						|
      <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <SubSystem>Console</SubSystem>
 | 
						|
      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
 | 
						|
      <IgnoreSpecificDefaultLibraries>ole32.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
 | 
						|
      <GenerateWindowsMetadata>true</GenerateWindowsMetadata>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
 | 
						|
    <ClCompile>
 | 
						|
      <PreprocessorDefinitions>_WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <PrecompiledHeader>Use</PrecompiledHeader>
 | 
						|
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
 | 
						|
      <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
 | 
						|
      <CompileAsWinRT>true</CompileAsWinRT>
 | 
						|
      <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <SubSystem>Console</SubSystem>
 | 
						|
      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
 | 
						|
      <IgnoreSpecificDefaultLibraries>ole32.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
 | 
						|
      <GenerateWindowsMetadata>true</GenerateWindowsMetadata>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Reference Include="platform.winmd">
 | 
						|
      <IsWinMDFile>true</IsWinMDFile>
 | 
						|
      <Private>false</Private>
 | 
						|
    </Reference>
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClInclude Include="BasicTimer.h" />
 | 
						|
    <ClInclude Include="Direct3DInterop.h" />
 | 
						|
    <ClInclude Include="DirectXHelper.h" />
 | 
						|
    <ClInclude Include="Direct3DBase.h" />
 | 
						|
    <ClInclude Include="Direct3DContentProvider.h" />
 | 
						|
    <ClInclude Include="pch.h" />
 | 
						|
    <ClInclude Include="QuadRenderer.h" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClCompile Include="Direct3DInterop.cpp" />
 | 
						|
    <ClCompile Include="Direct3DBase.cpp" />
 | 
						|
    <ClCompile Include="Direct3DContentProvider.cpp" />
 | 
						|
    <ClCompile Include="pch.cpp">
 | 
						|
      <PrecompiledHeader>Create</PrecompiledHeader>
 | 
						|
    </ClCompile>
 | 
						|
    <ClCompile Include="QuadRenderer.cpp" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <FxCompile Include="SimplePixelShader.hlsl">
 | 
						|
      <ShaderType>Pixel</ShaderType>
 | 
						|
      <ShaderModel>4.0_level_9_3</ShaderModel>
 | 
						|
    </FxCompile>
 | 
						|
    <FxCompile Include="SimpleVertexShader.hlsl">
 | 
						|
      <ShaderType>Vertex</ShaderType>
 | 
						|
      <ShaderModel>4.0_level_9_3</ShaderModel>
 | 
						|
    </FxCompile>
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <None Include="packages.config" />
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
						|
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsPhone\v$(TargetPlatformVersion)\Microsoft.Cpp.WindowsPhone.$(TargetPlatformVersion).targets" />
 | 
						|
  <ImportGroup Label="ExtensionTargets">
 | 
						|
    <Import Project="..\..\packages\NokiaImagingSDK.1.0.272.0\build\native\NokiaImagingSDK.targets" Condition="Exists('..\..\packages\NokiaImagingSDK.1.0.272.0\build\native\NokiaImagingSDK.targets')" />
 | 
						|
  </ImportGroup>
 | 
						|
</Project> |