DaJiaoYan.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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.11.0.20250507\build\netstandard\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.11.0.20250507\build\netstandard\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>{31157941-F4C9-4F25-A141-2CDBF5316DA5}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>DaJiaoYan</RootNamespace>
  11. <AssemblyName>DaJiaoYan</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <Deterministic>true</Deterministic>
  16. <IsWebBootstrapper>false</IsWebBootstrapper>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>none</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ApplicationIcon>logo.ico</ApplicationIcon>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="Aliyun.OSS, Version=2.14.1.0, Culture=neutral, PublicKeyToken=0ad4175f0dac0b9b, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Aliyun.OSS.SDK.2.14.1\lib\net461\Aliyun.OSS.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.10, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.10\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
  65. </Reference>
  66. <Reference Include="NTwain, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b8a88f4e3308e7c2, processorArchitecture=MSIL">
  67. <HintPath>..\packages\NTwain.3.7.5\lib\net462\NTwain.dll</HintPath>
  68. </Reference>
  69. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  70. <HintPath>..\packages\OpenCvSharp4.4.11.0.20250507\lib\netstandard2.0\OpenCvSharp.dll</HintPath>
  71. </Reference>
  72. <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  73. <HintPath>..\packages\OpenCvSharp4.Extensions.4.11.0.20250507\lib\netstandard2.0\OpenCvSharp.Extensions.dll</HintPath>
  74. </Reference>
  75. <Reference Include="PresentationCore" />
  76. <Reference Include="PresentationFramework" />
  77. <Reference Include="System" />
  78. <Reference Include="System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  79. <HintPath>..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Core" />
  82. <Reference Include="System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  83. <HintPath>..\packages\System.Drawing.Common.9.0.10\lib\net462\System.Drawing.Common.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.IO.Pipelines, Version=9.0.0.10, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  86. <HintPath>..\packages\System.IO.Pipelines.9.0.10\lib\net462\System.IO.Pipelines.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  89. <HintPath>..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Numerics" />
  92. <Reference Include="System.Numerics.Vectors, Version=4.1.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  93. <HintPath>..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  96. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System.Text.Encodings.Web, Version=9.0.0.10, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  99. <HintPath>..\packages\System.Text.Encodings.Web.9.0.10\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  102. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System.Web" />
  105. <Reference Include="System.Xml.Linq" />
  106. <Reference Include="System.Data.DataSetExtensions" />
  107. <Reference Include="Microsoft.CSharp" />
  108. <Reference Include="System.Data" />
  109. <Reference Include="System.Deployment" />
  110. <Reference Include="System.Drawing" />
  111. <Reference Include="System.Net.Http" />
  112. <Reference Include="System.Windows.Forms" />
  113. <Reference Include="System.Xml" />
  114. <Reference Include="WindowsBase" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Compile Include="FormMain.cs">
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="FormMain.Designer.cs">
  121. <DependentUpon>FormMain.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="Models\AliyunAccessModel.cs" />
  124. <Compile Include="Models\DividePartitionConfig.cs" />
  125. <Compile Include="Models\Enumerates.cs" />
  126. <Compile Include="Models\PartitionConfig.cs" />
  127. <Compile Include="Models\QuestionConfig.cs" />
  128. <Compile Include="Models\Rect.cs" />
  129. <Compile Include="Models\ScannerList.cs" />
  130. <Compile Include="Models\ScanResultPost.cs" />
  131. <Compile Include="Models\ScanTask.cs" />
  132. <Compile Include="Models\ScoreRect.cs" />
  133. <Compile Include="Models\TemplateRect.cs" />
  134. <Compile Include="Models\TestAnswerSheet.cs" />
  135. <Compile Include="Models\TestOptionConfig.cs" />
  136. <Compile Include="Models\TestTemplate.cs" />
  137. <Compile Include="Models\UpdateInfo.cs" />
  138. <Compile Include="Models\UploadHandlerPostParam.cs" />
  139. <Compile Include="Models\UploadTaskInfo.cs" />
  140. <Compile Include="Program.cs" />
  141. <Compile Include="Properties\AssemblyInfo.cs" />
  142. <Compile Include="Services\AliyunOss.cs" />
  143. <Compile Include="Services\Api.cs" />
  144. <Compile Include="Services\HttpHandlers.cs" />
  145. <Compile Include="Services\HttpServer.cs" />
  146. <Compile Include="Services\Instance.cs" />
  147. <Compile Include="Services\Scan.cs" />
  148. <Compile Include="Services\UploadTask.cs" />
  149. <Compile Include="Utils\ControlExts.cs" />
  150. <Compile Include="Utils\FileExts.cs" />
  151. <Compile Include="Utils\Functions.cs" />
  152. <Compile Include="Utils\Http.cs" />
  153. <Compile Include="Utils\ImageUtils.cs" />
  154. <Compile Include="Utils\Json.cs" />
  155. <Compile Include="Utils\Log.cs" />
  156. <Compile Include="Utils\ProcessExts.cs" />
  157. <Compile Include="Utils\Reg.cs" />
  158. <Compile Include="Variables\Const.cs" />
  159. <Compile Include="Variables\Vars.cs" />
  160. <EmbeddedResource Include="FormMain.resx">
  161. <DependentUpon>FormMain.cs</DependentUpon>
  162. </EmbeddedResource>
  163. <EmbeddedResource Include="Properties\Resources.resx">
  164. <Generator>ResXFileCodeGenerator</Generator>
  165. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  166. <SubType>Designer</SubType>
  167. </EmbeddedResource>
  168. <Compile Include="Properties\Resources.Designer.cs">
  169. <AutoGen>True</AutoGen>
  170. <DependentUpon>Resources.resx</DependentUpon>
  171. </Compile>
  172. <None Include="packages.config" />
  173. <None Include="Properties\Settings.settings">
  174. <Generator>SettingsSingleFileGenerator</Generator>
  175. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  176. </None>
  177. <Compile Include="Properties\Settings.Designer.cs">
  178. <AutoGen>True</AutoGen>
  179. <DependentUpon>Settings.settings</DependentUpon>
  180. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  181. </Compile>
  182. </ItemGroup>
  183. <ItemGroup>
  184. <None Include="App.config" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  188. <Visible>False</Visible>
  189. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  190. <Install>true</Install>
  191. </BootstrapperPackage>
  192. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  193. <Visible>False</Visible>
  194. <ProductName>.NET Framework 3.5 SP1</ProductName>
  195. <Install>false</Install>
  196. </BootstrapperPackage>
  197. </ItemGroup>
  198. <ItemGroup>
  199. <Content Include="logo.ico" />
  200. </ItemGroup>
  201. <ItemGroup />
  202. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  203. <Import Project="..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets" Condition="Exists('..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets')" />
  204. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  205. <PropertyGroup>
  206. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  207. </PropertyGroup>
  208. <Error Condition="!Exists('..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets'))" />
  209. <Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.11.0.20250507\build\netstandard\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.11.0.20250507\build\netstandard\OpenCvSharp4.runtime.win.props'))" />
  210. </Target>
  211. <PropertyGroup>
  212. <PreBuildEvent>copy "$(ProjectDir)dlls" "$(TargetDir)"
  213. copy "$(ProjectDir)resources/logo.ico" "$(TargetDir)/logo.ico"
  214. if not exist "$(TargetDir)update" md "$(TargetDir)update"
  215. copy "$(SolutionDir)Update/bin/Release" "$(TargetDir)update"</PreBuildEvent>
  216. </PropertyGroup>
  217. </Project>