HikangSDK.csproj 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{153B22BF-D75C-417E-9D11-5F3B8BEA5006}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>HikangSDK</RootNamespace>
  10. <AssemblyName>HikangSDK</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="MVDCNNDetect.Net, Version=4.2.1.4, Culture=neutral, PublicKeyToken=f4e2bfa0ac20f5c4, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>DLL\MVDCNNDetect.Net.dll</HintPath>
  40. </Reference>
  41. <Reference Include="MVDCommonTool.Net, Version=4.2.1.4, Culture=neutral, PublicKeyToken=fa74ba48aa050387" />
  42. <Reference Include="MVDCore.Net, Version=4.2.1.4, Culture=neutral, PublicKeyToken=1325730a174c0650, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>DLL\MVDCore.Net.dll</HintPath>
  45. </Reference>
  46. <Reference Include="MVDImage.Net, Version=4.2.1.4, Culture=neutral, PublicKeyToken=ce2c144a3e6a9a93, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>DLL\MVDImage.Net.dll</HintPath>
  49. </Reference>
  50. <Reference Include="MVDShape.Net, Version=4.2.1.4, Culture=neutral, PublicKeyToken=a59215ef735587a6, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>DLL\MVDShape.Net.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Windows.Forms" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Net.Http" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="CPUDeepObjectDetectCLass.cs" />
  67. <Compile Include="Program.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <None Include="App.config" />
  72. <None Include="Model\Detect_20250818T1328175385.bin" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Content Include="DLL\MVDCNNDetect.Net.dll" />
  76. <Content Include="DLL\MVDCommonTool.Net.dll" />
  77. <Content Include="DLL\MVDCore.Net.dll" />
  78. <Content Include="DLL\MVDImage.Net.dll" />
  79. <Content Include="DLL\MVDShape.Net.dll" />
  80. <Content Include="TestImage\2025-08-04-13-14-00-655.jpg" />
  81. <Content Include="TestImage\2025-08-04-13-14-00-920.jpg" />
  82. <Content Include="TestImage\2025-08-04-13-14-01-169.jpg" />
  83. <Content Include="TestImage\2025-08-04-13-14-01-436.jpg" />
  84. <Content Include="TestImage\2025-08-04-13-28-43-744.jpg" />
  85. <Content Include="TestImage\2025-08-04-13-28-43-994.jpg" />
  86. <Content Include="TestImage\2025-08-04-13-28-44-259.jpg" />
  87. <Content Include="TestImage\2025-08-04-13-28-44-495.jpg" />
  88. <Content Include="TestImage\2025-08-04-13-28-44-754.jpg" />
  89. </ItemGroup>
  90. <ItemGroup />
  91. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  92. </Project>