Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1 год назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\OpenCvSharp4.runtime.win.4.10.0.20240616\build\net48\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.10.0.20240616\build\net48\OpenCvSharp4.runtime.win.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{013E18D5-BD11-4EFC-BDB8-4C62445748BC}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>DefectInferTool</RootNamespace>
  11. <AssemblyName>DefectInferTool</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <Deterministic>true</Deterministic>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>x64</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Microsoft.ML.OnnxRuntime">
  41. <HintPath>..\AssistClient\bin\Debug\Microsoft.ML.OnnxRuntime.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  44. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  45. </Reference>
  46. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  47. <HintPath>..\packages\OpenCvSharp4.4.10.0.20240616\lib\net48\OpenCvSharp.dll</HintPath>
  48. </Reference>
  49. <Reference Include="SixLabors.ImageSharp">
  50. <HintPath>..\BanBoShi\Dlls\SixLabors.ImageSharp.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  54. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  58. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Numerics" />
  61. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  62. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  65. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Security" />
  68. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  69. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Web" />
  72. <Reference Include="System.Xml.Linq" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="Microsoft.CSharp" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Deployment" />
  77. <Reference Include="System.Drawing" />
  78. <Reference Include="System.Net.Http" />
  79. <Reference Include="System.Windows.Forms" />
  80. <Reference Include="System.Xml" />
  81. <Reference Include="Yolo5, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\..\Dlls\Yolo5.dll</HintPath>
  84. </Reference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="Defect\DefectLib.cs" />
  88. <Compile Include="Form1.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="Form1.Designer.cs">
  92. <DependentUpon>Form1.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="Program.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <Compile Include="UIcontrol\DefectCountOfSizeControl.cs">
  97. <SubType>UserControl</SubType>
  98. </Compile>
  99. <Compile Include="UIcontrol\DefectCountOfSizeControl.Designer.cs" />
  100. <EmbeddedResource Include="Form1.resx">
  101. <DependentUpon>Form1.cs</DependentUpon>
  102. </EmbeddedResource>
  103. <EmbeddedResource Include="Properties\Resources.resx">
  104. <Generator>ResXFileCodeGenerator</Generator>
  105. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  106. <SubType>Designer</SubType>
  107. </EmbeddedResource>
  108. <Compile Include="Properties\Resources.Designer.cs">
  109. <AutoGen>True</AutoGen>
  110. <DependentUpon>Resources.resx</DependentUpon>
  111. </Compile>
  112. <EmbeddedResource Include="UIcontrol\DefectCountOfSizeControl.resx" />
  113. <None Include="packages.config" />
  114. <None Include="Properties\Settings.settings">
  115. <Generator>SettingsSingleFileGenerator</Generator>
  116. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  117. </None>
  118. <Compile Include="Properties\Settings.Designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DependentUpon>Settings.settings</DependentUpon>
  121. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  122. </Compile>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <None Include="App.config" />
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  129. <PropertyGroup>
  130. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  131. </PropertyGroup>
  132. <Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.10.0.20240616\build\net48\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.10.0.20240616\build\net48\OpenCvSharp4.runtime.win.props'))" />
  133. </Target>
  134. </Project>