Extensometer.BLL.csproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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>{8E83AECB-77BA-4CAD-BF3E-49CED168906B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Extensometer.BLL</RootNamespace>
  11. <AssemblyName>Extensometer.BLL</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <PlatformTarget>x86</PlatformTarget>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <DebugType>full</DebugType>
  42. <PlatformTarget>x86</PlatformTarget>
  43. <ErrorReport>prompt</ErrorReport>
  44. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  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. <ErrorReport>prompt</ErrorReport>
  53. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="CLIDelegate, Version=1.0.7541.33894, Culture=neutral, PublicKeyToken=71f71440696c7e6b, processorArchitecture=x86">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\Extensometer\bin\x86\Debug\CLIDelegate.dll</HintPath>
  59. </Reference>
  60. <Reference Include="SQLite-net, Version=1.8.116.0, Culture=neutral, processorArchitecture=MSIL">
  61. <HintPath>..\packages\sqlite-net-pcl.1.8.116\lib\netstandard2.0\SQLite-net.dll</HintPath>
  62. </Reference>
  63. <Reference Include="SQLitePCLRaw.batteries_v2, Version=2.0.4.976, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL">
  64. <HintPath>..\packages\SQLitePCLRaw.bundle_green.2.0.4\lib\net461\SQLitePCLRaw.batteries_v2.dll</HintPath>
  65. </Reference>
  66. <Reference Include="SQLitePCLRaw.core, Version=2.0.4.976, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
  67. <HintPath>..\packages\SQLitePCLRaw.core.2.0.4\lib\netstandard2.0\SQLitePCLRaw.core.dll</HintPath>
  68. </Reference>
  69. <Reference Include="SQLitePCLRaw.nativelibrary, Version=2.0.4.976, Culture=neutral, PublicKeyToken=502ed628492ab262, processorArchitecture=MSIL">
  70. <HintPath>..\packages\SQLitePCLRaw.bundle_green.2.0.4\lib\net461\SQLitePCLRaw.nativelibrary.dll</HintPath>
  71. </Reference>
  72. <Reference Include="SQLitePCLRaw.provider.dynamic_cdecl, Version=2.0.4.976, Culture=neutral, PublicKeyToken=b68184102cba0b3b, processorArchitecture=MSIL">
  73. <HintPath>..\packages\SQLitePCLRaw.provider.dynamic_cdecl.2.0.4\lib\netstandard2.0\SQLitePCLRaw.provider.dynamic_cdecl.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System" />
  76. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  77. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Drawing" />
  81. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  82. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Numerics" />
  85. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  86. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  89. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Windows.Forms" />
  92. <Reference Include="System.Xml.Linq" />
  93. <Reference Include="System.Data.DataSetExtensions" />
  94. <Reference Include="Microsoft.CSharp" />
  95. <Reference Include="System.Data" />
  96. <Reference Include="System.Net.Http" />
  97. <Reference Include="System.Xml" />
  98. <Reference Include="ThridLibray, Version=1.0.0.31445, Culture=neutral, PublicKeyToken=407bb547be8622a9, processorArchitecture=AMD64">
  99. <SpecificVersion>False</SpecificVersion>
  100. <HintPath>..\Extensometer\bin\x86\Debug\ThridLibray.dll</HintPath>
  101. </Reference>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="CameraOperationClass.cs" />
  105. <Compile Include="DAQAOClass.cs" />
  106. <Compile Include="DAQClass.cs" />
  107. <Compile Include="LineMeasure.cs" />
  108. <Compile Include="LogClass.cs" />
  109. <Compile Include="ModelXmlReadWrite.cs" />
  110. <Compile Include="ObjDataOperationClass.cs" />
  111. <Compile Include="DrawCurveClass.cs" />
  112. <Compile Include="FileTypeRegInfoClass.cs" />
  113. <Compile Include="PathGetPmgImageClass.cs" />
  114. <Compile Include="Properties\AssemblyInfo.cs" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <ProjectReference Include="..\Extensometer.Data\Extensometer.Data.csproj">
  118. <Project>{761655e3-4e8d-4316-9e31-5c57304a02d6}</Project>
  119. <Name>Extensometer.Data</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\Extensometer.Model\Extensometer.Model.csproj">
  122. <Project>{ff4740b1-5aeb-408d-9050-26a7d1863ecc}</Project>
  123. <Name>Extensometer.Model</Name>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Content Include="Bll\ThridLibray.dll" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <None Include="packages.config" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <COMReference Include="Microsoft.Office.Core">
  134. <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  135. <VersionMajor>2</VersionMajor>
  136. <VersionMinor>8</VersionMinor>
  137. <Lcid>0</Lcid>
  138. <WrapperTool>primary</WrapperTool>
  139. <Isolated>False</Isolated>
  140. <EmbedInteropTypes>True</EmbedInteropTypes>
  141. </COMReference>
  142. <COMReference Include="Microsoft.Office.Interop.Excel">
  143. <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
  144. <VersionMajor>1</VersionMajor>
  145. <VersionMinor>9</VersionMinor>
  146. <Lcid>0</Lcid>
  147. <WrapperTool>primary</WrapperTool>
  148. <Isolated>False</Isolated>
  149. <EmbedInteropTypes>True</EmbedInteropTypes>
  150. </COMReference>
  151. <COMReference Include="VBIDE">
  152. <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  153. <VersionMajor>5</VersionMajor>
  154. <VersionMinor>3</VersionMinor>
  155. <Lcid>0</Lcid>
  156. <WrapperTool>primary</WrapperTool>
  157. <Isolated>False</Isolated>
  158. <EmbedInteropTypes>True</EmbedInteropTypes>
  159. </COMReference>
  160. </ItemGroup>
  161. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  162. <Import Project="..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets" Condition="Exists('..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" />
  163. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  164. <PropertyGroup>
  165. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  166. </PropertyGroup>
  167. <Error Condition="!Exists('..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets'))" />
  168. </Target>
  169. </Project>