BeltScaleSystem.csproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{97DE8014-5BF8-48F0-BC15-43773C70E1ED}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>BeltScaleSystem</RootNamespace>
  11. <AssemblyName>BeltScaleSystem</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\Output\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <PlatformTarget>AnyCPU</PlatformTarget>
  24. <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Common">
  36. <HintPath>..\output\Common.dll</HintPath>
  37. </Reference>
  38. <Reference Include="CoreFS.CA06Lite">
  39. <HintPath>..\output\CoreFS.CA06Lite.dll</HintPath>
  40. </Reference>
  41. <Reference Include="iCore.Rtdb">
  42. <HintPath>..\output\iCore.Rtdb.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Infragistics2.Excel.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  45. <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  46. <Reference Include="Infragistics2.Win.Misc.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  47. <Reference Include="Infragistics2.Win.UltraWinChart.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  48. <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  49. <Reference Include="Infragistics2.Win.UltraWinGrid.ExcelExport.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  50. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  51. <Reference Include="Infragistics2.Win.UltraWinStatusBar.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  52. <Reference Include="Infragistics2.Win.UltraWinTabControl.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  53. <Reference Include="Infragistics2.Win.UltraWinToolbars.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  54. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  55. <Reference Include="Interop.ET">
  56. <HintPath>..\..\..\1.需求分析\JGMCMS_yj\output\Interop.ET.dll</HintPath>
  57. <EmbedInteropTypes>True</EmbedInteropTypes>
  58. </Reference>
  59. <Reference Include="Microsoft.VisualBasic" />
  60. <Reference Include="NetSDKCS, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\..\32\NetSDKCS.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\output\Newtonsoft.Json.dll</HintPath>
  67. </Reference>
  68. <Reference Include="PresentationCore" />
  69. <Reference Include="PresentationFramework" />
  70. <Reference Include="PrintSolution, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\..\dell文件\PrintSolution.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System" />
  75. <Reference Include="System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
  76. <Reference Include="System.Design" />
  77. <Reference Include="System.Drawing" />
  78. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  79. <Reference Include="System.Windows.Forms" />
  80. <Reference Include="System.Xaml" />
  81. <Reference Include="System.Xml.Linq" />
  82. <Reference Include="System.Data.DataSetExtensions" />
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Net.Http" />
  86. <Reference Include="System.Xml" />
  87. <Reference Include="WindowsBase" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="BaseDbCls.cs" />
  91. <Compile Include="frmBeltInstrument1.cs">
  92. <SubType>Form</SubType>
  93. </Compile>
  94. <Compile Include="frmBeltInstrument1.Designer.cs">
  95. <DependentUpon>frmBeltInstrument1.cs</DependentUpon>
  96. </Compile>
  97. <Compile Include="frmBeltInstrument.cs">
  98. <SubType>Form</SubType>
  99. </Compile>
  100. <Compile Include="frmBeltInstrument.Designer.cs">
  101. <DependentUpon>frmBeltInstrument.cs</DependentUpon>
  102. </Compile>
  103. <Compile Include="frmBeltScale_Res.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="frmBeltScale_Res.Designer.cs">
  107. <DependentUpon>frmBeltScale_Res.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="frmBeltScale1.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="frmBeltScale1.Designer.cs">
  113. <DependentUpon>frmBeltScale1.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="FrmMaxBletScale.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="FrmMaxBletScale.Designer.cs">
  119. <DependentUpon>FrmMaxBletScale.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="BeltScaleMeterControl.cs">
  122. <SubType>UserControl</SubType>
  123. </Compile>
  124. <Compile Include="BeltScaleMeterControl.Designer.cs">
  125. <DependentUpon>BeltScaleMeterControl.cs</DependentUpon>
  126. </Compile>
  127. <Compile Include="frmBeltScale.cs">
  128. <SubType>Form</SubType>
  129. </Compile>
  130. <Compile Include="frmBeltScale.Designer.cs">
  131. <DependentUpon>frmBeltScale.cs</DependentUpon>
  132. </Compile>
  133. <Compile Include="Properties\AssemblyInfo.cs" />
  134. <Compile Include="Properties\Resources.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DesignTime>True</DesignTime>
  137. <DependentUpon>Resources.resx</DependentUpon>
  138. </Compile>
  139. <Compile Include="ShowPictureBox.cs">
  140. <SubType>Form</SubType>
  141. </Compile>
  142. <Compile Include="ShowPictureBox.Designer.cs">
  143. <DependentUpon>ShowPictureBox.cs</DependentUpon>
  144. </Compile>
  145. <Compile Include="ucBeltInstrumentInfo_Real.cs">
  146. <SubType>UserControl</SubType>
  147. </Compile>
  148. <Compile Include="ucBeltInstrumentInfo_Real.Designer.cs">
  149. <DependentUpon>ucBeltInstrumentInfo_Real.cs</DependentUpon>
  150. </Compile>
  151. <Compile Include="ucBeltInstrumentInfo.cs">
  152. <SubType>UserControl</SubType>
  153. </Compile>
  154. <Compile Include="ucBeltInstrumentInfo.Designer.cs">
  155. <DependentUpon>ucBeltInstrumentInfo.cs</DependentUpon>
  156. </Compile>
  157. <Compile Include="皮带秤数据采集\CalibrateData.cs" />
  158. <Compile Include="皮带秤数据采集\CoreStrapMeas.cs" />
  159. <Compile Include="皮带秤数据采集\MeasData.cs" />
  160. <Compile Include="皮带秤数据采集\SA600Meas.cs" />
  161. <Compile Include="计量数据管理\frmBeltOperationInfo_A.cs">
  162. <SubType>Form</SubType>
  163. </Compile>
  164. <Compile Include="计量数据管理\frmBeltOperationInfo_A.Designer.cs">
  165. <DependentUpon>frmBeltOperationInfo_A.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="计量数据管理\frmBeltScaleActualinfo_addendum.cs">
  168. <SubType>Form</SubType>
  169. </Compile>
  170. <Compile Include="计量数据管理\frmBeltScaleActualinfo_addendum.Designer.cs">
  171. <DependentUpon>frmBeltScaleActualinfo_addendum.cs</DependentUpon>
  172. </Compile>
  173. <Compile Include="计量数据管理\frmScaleLogSelect.cs">
  174. <SubType>Form</SubType>
  175. </Compile>
  176. <Compile Include="计量数据管理\frmScaleLogSelect.Designer.cs">
  177. <DependentUpon>frmScaleLogSelect.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="计量数据管理\FrmStrapPrints.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="计量数据管理\FrmStrapPrints.Designer.cs">
  183. <DependentUpon>FrmStrapPrints.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="计量数据管理\frmBeltScaleActualInfo_Select_nofh.cs">
  186. <SubType>Form</SubType>
  187. </Compile>
  188. <Compile Include="计量数据管理\frmBeltScaleActualInfo_Select_nofh.Designer.cs">
  189. <DependentUpon>frmBeltScaleActualInfo_Select_nofh.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="计量数据管理\frmBeltScaleActualInfo_Select.cs">
  192. <SubType>Form</SubType>
  193. </Compile>
  194. <Compile Include="计量数据管理\frmBeltScaleActualInfo_Select.Designer.cs">
  195. <DependentUpon>frmBeltScaleActualInfo_Select.cs</DependentUpon>
  196. </Compile>
  197. <Compile Include="计量数据管理\frmBeltScaleReleaseInfo_nofh.cs">
  198. <SubType>Form</SubType>
  199. </Compile>
  200. <Compile Include="计量数据管理\frmBeltScaleReleaseInfo_nofh.Designer.cs">
  201. <DependentUpon>frmBeltScaleReleaseInfo_nofh.cs</DependentUpon>
  202. </Compile>
  203. <Compile Include="计量数据管理\frmBeltScaleReleaseInfo.cs">
  204. <SubType>Form</SubType>
  205. </Compile>
  206. <Compile Include="计量数据管理\frmBeltScaleReleaseInfo.Designer.cs">
  207. <DependentUpon>frmBeltScaleReleaseInfo.cs</DependentUpon>
  208. </Compile>
  209. <Compile Include="计量数据管理\frmBeltScaleActualinfo_Release.cs">
  210. <SubType>Form</SubType>
  211. </Compile>
  212. <Compile Include="计量数据管理\frmBeltScaleActualinfo_Release.Designer.cs">
  213. <DependentUpon>frmBeltScaleActualinfo_Release.cs</DependentUpon>
  214. </Compile>
  215. <Compile Include="计量数据管理\frmBeltScaleActualStatistics.cs">
  216. <SubType>Form</SubType>
  217. </Compile>
  218. <Compile Include="计量数据管理\frmBeltScaleActualStatistics.Designer.cs">
  219. <DependentUpon>frmBeltScaleActualStatistics.cs</DependentUpon>
  220. </Compile>
  221. <Compile Include="计量数据管理\frmBeltOperationInfo.cs">
  222. <SubType>Form</SubType>
  223. </Compile>
  224. <Compile Include="计量数据管理\frmBeltOperationInfo.Designer.cs">
  225. <DependentUpon>frmBeltOperationInfo.cs</DependentUpon>
  226. </Compile>
  227. <Compile Include="计量数据管理\frmGraphInfo.cs">
  228. <SubType>Form</SubType>
  229. </Compile>
  230. <Compile Include="计量数据管理\frmGraphInfo.Designer.cs">
  231. <DependentUpon>frmGraphInfo.cs</DependentUpon>
  232. </Compile>
  233. <Compile Include="计量数据管理\frmCheckWeightInfo.cs">
  234. <SubType>Form</SubType>
  235. </Compile>
  236. <Compile Include="计量数据管理\frmCheckWeightInfo.Designer.cs">
  237. <DependentUpon>frmCheckWeightInfo.cs</DependentUpon>
  238. </Compile>
  239. <Compile Include="计量数据管理\frmBeltScaleActualinfo.cs">
  240. <SubType>Form</SubType>
  241. </Compile>
  242. <Compile Include="计量数据管理\frmBeltScaleActualinfo.Designer.cs">
  243. <DependentUpon>frmBeltScaleActualinfo.cs</DependentUpon>
  244. </Compile>
  245. <Compile Include="计量数据管理\frmBeltMatPmInfo.cs">
  246. <SubType>Form</SubType>
  247. </Compile>
  248. <Compile Include="计量数据管理\frmBeltMatPmInfo.Designer.cs">
  249. <DependentUpon>frmBeltMatPmInfo.cs</DependentUpon>
  250. </Compile>
  251. <Compile Include="计量数据管理\frmScalePredictionSelect.cs">
  252. <SubType>Form</SubType>
  253. </Compile>
  254. <Compile Include="计量数据管理\frmScalePredictionSelect.Designer.cs">
  255. <DependentUpon>frmScalePredictionSelect.cs</DependentUpon>
  256. </Compile>
  257. <Compile Include="计量数据管理\frmScalePredictionManage.cs">
  258. <SubType>Form</SubType>
  259. </Compile>
  260. <Compile Include="计量数据管理\frmScalePredictionManage.Designer.cs">
  261. <DependentUpon>frmScalePredictionManage.cs</DependentUpon>
  262. </Compile>
  263. </ItemGroup>
  264. <ItemGroup>
  265. <EmbeddedResource Include="frmBeltInstrument1.resx">
  266. <DependentUpon>frmBeltInstrument1.cs</DependentUpon>
  267. </EmbeddedResource>
  268. <EmbeddedResource Include="frmBeltInstrument.resx">
  269. <DependentUpon>frmBeltInstrument.cs</DependentUpon>
  270. </EmbeddedResource>
  271. <EmbeddedResource Include="frmBeltScale_Res.resx">
  272. <DependentUpon>frmBeltScale_Res.cs</DependentUpon>
  273. </EmbeddedResource>
  274. <EmbeddedResource Include="frmBeltScale1.resx">
  275. <DependentUpon>frmBeltScale1.cs</DependentUpon>
  276. </EmbeddedResource>
  277. <EmbeddedResource Include="FrmMaxBletScale.resx">
  278. <DependentUpon>FrmMaxBletScale.cs</DependentUpon>
  279. </EmbeddedResource>
  280. <EmbeddedResource Include="BeltScaleMeterControl.resx">
  281. <DependentUpon>BeltScaleMeterControl.cs</DependentUpon>
  282. </EmbeddedResource>
  283. <EmbeddedResource Include="frmBeltScale.resx">
  284. <DependentUpon>frmBeltScale.cs</DependentUpon>
  285. </EmbeddedResource>
  286. <EmbeddedResource Include="Properties\licenses.licx" />
  287. <EmbeddedResource Include="Properties\Resources.resx">
  288. <Generator>ResXFileCodeGenerator</Generator>
  289. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  290. </EmbeddedResource>
  291. <EmbeddedResource Include="ShowPictureBox.resx">
  292. <DependentUpon>ShowPictureBox.cs</DependentUpon>
  293. </EmbeddedResource>
  294. <EmbeddedResource Include="ucBeltInstrumentInfo_Real.resx">
  295. <DependentUpon>ucBeltInstrumentInfo_Real.cs</DependentUpon>
  296. </EmbeddedResource>
  297. <EmbeddedResource Include="ucBeltInstrumentInfo.resx">
  298. <DependentUpon>ucBeltInstrumentInfo.cs</DependentUpon>
  299. </EmbeddedResource>
  300. <EmbeddedResource Include="计量数据管理\frmBeltOperationInfo_A.resx">
  301. <DependentUpon>frmBeltOperationInfo_A.cs</DependentUpon>
  302. </EmbeddedResource>
  303. <EmbeddedResource Include="计量数据管理\frmBeltScaleActualinfo_addendum.resx">
  304. <DependentUpon>frmBeltScaleActualinfo_addendum.cs</DependentUpon>
  305. </EmbeddedResource>
  306. <EmbeddedResource Include="计量数据管理\frmScaleLogSelect.resx">
  307. <DependentUpon>frmScaleLogSelect.cs</DependentUpon>
  308. </EmbeddedResource>
  309. <EmbeddedResource Include="计量数据管理\FrmStrapPrints.resx">
  310. <DependentUpon>FrmStrapPrints.cs</DependentUpon>
  311. </EmbeddedResource>
  312. <EmbeddedResource Include="计量数据管理\frmBeltScaleActualInfo_Select_nofh.resx">
  313. <DependentUpon>frmBeltScaleActualInfo_Select_nofh.cs</DependentUpon>
  314. </EmbeddedResource>
  315. <EmbeddedResource Include="计量数据管理\frmBeltScaleActualInfo_Select.resx">
  316. <DependentUpon>frmBeltScaleActualInfo_Select.cs</DependentUpon>
  317. </EmbeddedResource>
  318. <EmbeddedResource Include="计量数据管理\frmBeltScaleReleaseInfo_nofh.resx">
  319. <DependentUpon>frmBeltScaleReleaseInfo_nofh.cs</DependentUpon>
  320. </EmbeddedResource>
  321. <EmbeddedResource Include="计量数据管理\frmBeltScaleReleaseInfo.resx">
  322. <DependentUpon>frmBeltScaleReleaseInfo.cs</DependentUpon>
  323. </EmbeddedResource>
  324. <EmbeddedResource Include="计量数据管理\frmBeltScaleActualinfo_Release.resx">
  325. <DependentUpon>frmBeltScaleActualinfo_Release.cs</DependentUpon>
  326. </EmbeddedResource>
  327. <EmbeddedResource Include="计量数据管理\frmBeltScaleActualStatistics.resx">
  328. <DependentUpon>frmBeltScaleActualStatistics.cs</DependentUpon>
  329. </EmbeddedResource>
  330. <EmbeddedResource Include="计量数据管理\frmBeltOperationInfo.resx">
  331. <DependentUpon>frmBeltOperationInfo.cs</DependentUpon>
  332. </EmbeddedResource>
  333. <EmbeddedResource Include="计量数据管理\frmGraphInfo.resx">
  334. <DependentUpon>frmGraphInfo.cs</DependentUpon>
  335. </EmbeddedResource>
  336. <EmbeddedResource Include="计量数据管理\frmCheckWeightInfo.resx">
  337. <DependentUpon>frmCheckWeightInfo.cs</DependentUpon>
  338. </EmbeddedResource>
  339. <EmbeddedResource Include="计量数据管理\frmBeltScaleActualinfo.resx">
  340. <DependentUpon>frmBeltScaleActualinfo.cs</DependentUpon>
  341. </EmbeddedResource>
  342. <EmbeddedResource Include="计量数据管理\frmBeltMatPmInfo.resx">
  343. <DependentUpon>frmBeltMatPmInfo.cs</DependentUpon>
  344. </EmbeddedResource>
  345. <EmbeddedResource Include="计量数据管理\frmScalePredictionSelect.resx">
  346. <DependentUpon>frmScalePredictionSelect.cs</DependentUpon>
  347. </EmbeddedResource>
  348. <EmbeddedResource Include="计量数据管理\frmScalePredictionManage.resx">
  349. <DependentUpon>frmScalePredictionManage.cs</DependentUpon>
  350. </EmbeddedResource>
  351. </ItemGroup>
  352. <ItemGroup>
  353. <ProjectReference Include="..\CarMeterSystem\CarMeterSystem.csproj">
  354. <Project>{7D262392-C0A3-465D-BD99-EC384D4BE321}</Project>
  355. <Name>CarMeterSystem</Name>
  356. </ProjectReference>
  357. <ProjectReference Include="..\CarMonitor\CarMonitor.csproj">
  358. <Project>{571E4FD7-A37A-4EEE-A882-926AC4A32F70}</Project>
  359. <Name>CarMonitor</Name>
  360. </ProjectReference>
  361. <ProjectReference Include="..\JC_MeasuringSystem\JC_MeasuringSystem.csproj">
  362. <Project>{23FDD9D6-CC43-4BE6-A049-3089D19EA4AA}</Project>
  363. <Name>JC_MeasuringSystem</Name>
  364. </ProjectReference>
  365. <ProjectReference Include="..\MeterModuleLibrary\MeterModuleLibrary.csproj">
  366. <Project>{937E0DFA-3387-41E7-8718-CE2660B846DD}</Project>
  367. <Name>MeterModuleLibrary</Name>
  368. </ProjectReference>
  369. <ProjectReference Include="..\MeterPlugInLibrary\MeterPlugInLibrary.csproj">
  370. <Project>{A90F4F23-9077-46CA-BA60-EB21DF346B27}</Project>
  371. <Name>MeterPlugInLibrary</Name>
  372. </ProjectReference>
  373. <ProjectReference Include="..\StorageMeterSystem\StorageMeterSystem.csproj">
  374. <Project>{0369CF08-EE2B-4142-AA61-8E9D2AD61E57}</Project>
  375. <Name>StorageMeterSystem</Name>
  376. </ProjectReference>
  377. </ItemGroup>
  378. <ItemGroup>
  379. <None Include="Resources\S_Edit.png" />
  380. </ItemGroup>
  381. <ItemGroup>
  382. <None Include="Resources\S_Audit.png" />
  383. </ItemGroup>
  384. <ItemGroup>
  385. <None Include="Resources\S_UnAudit.png" />
  386. </ItemGroup>
  387. <ItemGroup>
  388. <None Include="Resources\S_Printer.png" />
  389. </ItemGroup>
  390. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  391. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  392. Other similar extension points exist, see Microsoft.Common.targets.
  393. <Target Name="BeforeBuild">
  394. </Target>
  395. <Target Name="AfterBuild">
  396. </Target>
  397. -->
  398. </Project>