MvvmScaffoldFrame48.Dll.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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>{75C34EE7-6921-492E-B2D4-0314F2F38AB5}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MvvmScaffoldFrame48.DLL</RootNamespace>
  11. <AssemblyName>MvvmScaffoldFrame48.DLL</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <PlatformTarget>x64</PlatformTarget>
  25. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>bin\x64\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <DebugType>full</DebugType>
  41. <PlatformTarget>x64</PlatformTarget>
  42. <LangVersion>7.3</LangVersion>
  43. <ErrorReport>prompt</ErrorReport>
  44. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  47. <OutputPath>bin\x64\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <Optimize>true</Optimize>
  50. <DebugType>pdbonly</DebugType>
  51. <PlatformTarget>x64</PlatformTarget>
  52. <LangVersion>7.3</LangVersion>
  53. <ErrorReport>prompt</ErrorReport>
  54. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="MvCameraControl.Net, Version=4.5.0.2, Culture=neutral, PublicKeyToken=a3c7c5e3a730cd12, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>DLL\MvCameraControl.Net.dll</HintPath>
  60. </Reference>
  61. <Reference Include="MvFGCtrlC.Net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=52fddfb3f94be800, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>DLL\MvFGCtrlC.Net.dll</HintPath>
  64. </Reference>
  65. <Reference Include="PresentationCore" />
  66. <Reference Include="System" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Drawing" />
  69. <Reference Include="System.Xml.Linq" />
  70. <Reference Include="System.Data.DataSetExtensions" />
  71. <Reference Include="Microsoft.CSharp" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Net.Http" />
  74. <Reference Include="System.Xml" />
  75. <Reference Include="WindowsBase" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="AlarmTools\AlarmMessageList.cs" />
  79. <Compile Include="AlarmTools\SystemAlarm.cs" />
  80. <Compile Include="AuditTrail\ErrorMessageRecordManagement.cs" />
  81. <Compile Include="AuditTrail\OperationRecordManagement.cs" />
  82. <Compile Include="CameraTools\HikCamera.cs" />
  83. <Compile Include="CameraTools\HikVision.cs" />
  84. <Compile Include="CommunicationTools\ModbusTcpClient.cs" />
  85. <Compile Include="ConfigTools\XMLReadWrite.cs" />
  86. <Compile Include="FileTools\PDFGenerate.cs" />
  87. <Compile Include="ImageAlgorithm\BoundRectangleClass.cs" />
  88. <Compile Include="ImageAlgorithm\ImageAlgorithmTools.cs" />
  89. <Compile Include="LogTools\TxtLog.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <Compile Include="SystemTools\SystemRunTimeTools.cs" />
  92. <Compile Include="ThreadManager\CameraGroup.cs" />
  93. <Compile Include="ThreadManager\CommunicationThread.cs" />
  94. <Compile Include="ThreadManager\IImageProcessingAlgorithmHikVision.cs" />
  95. <Compile Include="ThreadManager\ImageProcessingAlgorithmHikVisionFactory.cs" />
  96. <Compile Include="ThreadManager\ProcessingAlgorithm.cs" />
  97. <Compile Include="ThreadManager\ThreadManager.cs" />
  98. <Compile Include="UserManager.cs" />
  99. <Compile Include="WindowsTools\OnScreenKeyboardTools.cs" />
  100. <Compile Include="WindowsTools\SystemMonitorClass.cs" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <ProjectReference Include="..\MvvmScaffoldFrame48.MODEL\MvvmScaffoldFrame48.Model.csproj">
  104. <Project>{56156576-9627-4624-9e1d-26aa7714d1c7}</Project>
  105. <Name>MvvmScaffoldFrame48.Model</Name>
  106. </ProjectReference>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Content Include="DLL\MvCameraControl.Net.dll" />
  110. <Content Include="DLL\MvFGCtrlC.Net.dll" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <PackageReference Include="iTextSharp">
  114. <Version>5.5.13.4</Version>
  115. </PackageReference>
  116. <PackageReference Include="NModbus">
  117. <Version>3.0.81</Version>
  118. </PackageReference>
  119. <PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3">
  120. <Version>3.0.2</Version>
  121. </PackageReference>
  122. <PackageReference Include="System.Data.SQLite">
  123. <Version>2.0.2</Version>
  124. </PackageReference>
  125. </ItemGroup>
  126. <ItemGroup />
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. </Project>