CarerayImage.csproj 4.3 KB
<?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>{BFCB03F8-CD69-4F02-8336-65DDFF73D385}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Asa</RootNamespace>
    <AssemblyName>Asa.CarerayImage</AssemblyName>
    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <Deterministic>true</Deterministic>
    <TargetFrameworkProfile />
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
  </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>
    <DocumentationFile>bin\Debug\Asa.CarerayImage.xml</DocumentationFile>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </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>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="ConfigHelper">
      <HintPath>..\dll\ConfigHelper.dll</HintPath>
    </Reference>
    <Reference Include="log4net">
      <HintPath>..\dll\log4net.dll</HintPath>
    </Reference>
    <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\AutoCountMachine-Single\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Numerics" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Net.Http" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="HaoboSDK\HbiError.cs" />
    <Compile Include="haobo_v1.cs" />
    <Compile Include="HaoboSDK\HBI_FPD_DLL_v2.cs" />
    <Compile Include="HaoboSDK\HBI_FPD_DLL_v1.cs" />
    <Compile Include="NeoX.cs" />
    <Compile Include="NeoXUpdater.cs" />
    <Compile Include="ONNXAlgoMatch.cs" />
    <Compile Include="eyemLib.cs" />
    <Compile Include="haobo_v2.cs" />
    <Compile Include="MatchLib.cs" />
    <Compile Include="XrayImage.cs" />
    <Compile Include="CarerayImage.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="XrayImageInterface.cs" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="bin\Debug\Asa.CarerayImage.dll" />
    <Content Include="bin\Debug\Asa.CarerayImage.pdb" />
    <Content Include="bin\Debug\Asa.CarerayImage.xml" />
    <Content Include="bin\Debug\CRCallback.dll" />
    <Content Include="bin\Debug\CRInterface.dll" />
    <Content Include="bin\Debug\log4net.dll" />
    <Content Include="DLL\eyemLib.dll" />
    <Content Include="DLL\libdmtx.dll" />
    <Content Include="DLL\libresnet.dll" />
    <Content Include="DLL\opencv_world420.dll" />
    <Content Include="DLL\opencv_world452.dll" />
    <Content Include="DLL\tbb.dll" />
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="bin\Debug\CRCallback.lib" />
    <None Include="DLL\resnet18.bin" />
    <None Include="DLL\resnet18.param" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="bin\Release\" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>