LogoForceTestApp.Modules.MainModule.csproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  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\Validar.Fody.1.9.0\build\Validar.Fody.props" Condition="Exists('..\packages\Validar.Fody.1.9.0\build\Validar.Fody.props')" />
  4. <Import Project="..\packages\PropertyChanged.Fody.4.1.0\build\PropertyChanged.Fody.props" Condition="Exists('..\packages\PropertyChanged.Fody.4.1.0\build\PropertyChanged.Fody.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProjectGuid>{8DB92776-40B7-44E7-B7D9-AD038B1E3FF9}</ProjectGuid>
  10. <OutputType>library</OutputType>
  11. <RootNamespace>LogoForceTestApp.Modules.MainModule</RootNamespace>
  12. <AssemblyName>LogoForceTestApp.Modules.MainModule</AssemblyName>
  13. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel>
  17. <Deterministic>true</Deterministic>
  18. <LangVersion>10.0</LangVersion>
  19. <NuGetPackageImportStamp>
  20. </NuGetPackageImportStamp>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  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. <LangVersion>10.0</LangVersion>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>bin\x64\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>x64</PlatformTarget>
  46. <LangVersion>10.0</LangVersion>
  47. <ErrorReport>prompt</ErrorReport>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  50. <OutputPath>bin\x64\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <Optimize>true</Optimize>
  53. <DebugType>pdbonly</DebugType>
  54. <PlatformTarget>x64</PlatformTarget>
  55. <LangVersion>10.0</LangVersion>
  56. <ErrorReport>prompt</ErrorReport>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="AutoMapper, Version=10.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
  60. <HintPath>..\packages\AutoMapper.10.1.1\lib\net461\AutoMapper.dll</HintPath>
  61. </Reference>
  62. <Reference Include="AutoMapper.Collection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=e57c3f0a3d6646db, processorArchitecture=MSIL">
  63. <HintPath>..\packages\AutoMapper.Collection.7.0.1\lib\net461\AutoMapper.Collection.dll</HintPath>
  64. </Reference>
  65. <Reference Include="HandyControl, Version=3.4.0.0, Culture=neutral, PublicKeyToken=45be8712787a1e5b, processorArchitecture=MSIL">
  66. <HintPath>..\packages\HandyControl.3.4.0\lib\net472\HandyControl.dll</HintPath>
  67. </Reference>
  68. <Reference Include="HslCommunication, Version=10.1.4.0, Culture=neutral, PublicKeyToken=cdb2261fa039ed67, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>bin\Debug\HslCommunication.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Microsoft.Extensions.Configuration, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Microsoft.Extensions.Configuration.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Configuration.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Microsoft.Extensions.Configuration.Abstractions.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Microsoft.Extensions.Configuration.Binder, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  82. <HintPath>..\packages\Microsoft.Extensions.Configuration.Binder.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Configuration.Binder.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Microsoft.Extensions.DependencyInjection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  85. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.6.0.0\lib\net461\Microsoft.Extensions.DependencyInjection.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  88. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.6.0.0\lib\net461\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Microsoft.Extensions.Http, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  91. <HintPath>..\packages\Microsoft.Extensions.Http.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Http.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Microsoft.Extensions.Logging, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  94. <HintPath>..\packages\Microsoft.Extensions.Logging.6.0.0\lib\net461\Microsoft.Extensions.Logging.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  97. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\lib\net461\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Microsoft.Extensions.Options, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  100. <HintPath>..\packages\Microsoft.Extensions.Options.6.0.0\lib\net461\Microsoft.Extensions.Options.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Microsoft.Extensions.Primitives, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  103. <HintPath>..\packages\Microsoft.Extensions.Primitives.6.0.0\lib\net461\Microsoft.Extensions.Primitives.dll</HintPath>
  104. </Reference>
  105. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  106. <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.39\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  107. </Reference>
  108. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  109. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  110. </Reference>
  111. <Reference Include="NModbus, Version=3.0.72.0, Culture=neutral, processorArchitecture=MSIL">
  112. <HintPath>..\packages\NModbus.3.0.72\lib\net46\NModbus.dll</HintPath>
  113. </Reference>
  114. <Reference Include="OxyPlot, Version=2.1.2.0, Culture=neutral, PublicKeyToken=638079a8f0bd61e9, processorArchitecture=MSIL">
  115. <HintPath>..\packages\OxyPlot.Core.2.1.2\lib\net45\OxyPlot.dll</HintPath>
  116. </Reference>
  117. <Reference Include="OxyPlot.Wpf, Version=2.1.2.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
  118. <HintPath>..\packages\OxyPlot.Wpf.2.1.2\lib\net45\OxyPlot.Wpf.dll</HintPath>
  119. </Reference>
  120. <Reference Include="OxyPlot.Wpf.Shared, Version=2.1.2.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
  121. <HintPath>..\packages\OxyPlot.Wpf.Shared.2.1.2\lib\net45\OxyPlot.Wpf.Shared.dll</HintPath>
  122. </Reference>
  123. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  124. <HintPath>..\packages\Prism.Core.8.1.97\lib\net47\Prism.dll</HintPath>
  125. </Reference>
  126. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  127. <HintPath>..\packages\Prism.Wpf.8.1.97\lib\net47\Prism.Wpf.dll</HintPath>
  128. </Reference>
  129. <Reference Include="PropertyChanged, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL">
  130. <HintPath>..\packages\PropertyChanged.Fody.4.1.0\lib\net40\PropertyChanged.dll</HintPath>
  131. </Reference>
  132. <Reference Include="ReachFramework" />
  133. <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  134. <HintPath>..\packages\Serilog.2.12.0\lib\net47\Serilog.dll</HintPath>
  135. </Reference>
  136. <Reference Include="System" />
  137. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  138. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  139. </Reference>
  140. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  141. <HintPath>..\packages\System.ComponentModel.Annotations.4.7.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  142. </Reference>
  143. <Reference Include="System.ComponentModel.DataAnnotations" />
  144. <Reference Include="System.Configuration" />
  145. <Reference Include="System.Data" />
  146. <Reference Include="System.Diagnostics.DiagnosticSource, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  147. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.6.0.0\lib\net461\System.Diagnostics.DiagnosticSource.dll</HintPath>
  148. </Reference>
  149. <Reference Include="System.Management" />
  150. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  151. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  152. </Reference>
  153. <Reference Include="System.Numerics" />
  154. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  155. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  156. </Reference>
  157. <Reference Include="System.Printing" />
  158. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  159. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  160. </Reference>
  161. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  162. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  163. </Reference>
  164. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  165. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  166. </Reference>
  167. <Reference Include="System.Windows.Forms" />
  168. <Reference Include="System.Xml" />
  169. <Reference Include="Microsoft.CSharp" />
  170. <Reference Include="System.Core" />
  171. <Reference Include="System.Xml.Linq" />
  172. <Reference Include="System.Data.DataSetExtensions" />
  173. <Reference Include="System.Net.Http" />
  174. <Reference Include="System.Xaml">
  175. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  176. </Reference>
  177. <Reference Include="TouchSocket, Version=2.0.17.0, Culture=neutral, PublicKeyToken=5f39d7da98dac6a9, processorArchitecture=MSIL">
  178. <HintPath>..\packages\TouchSocket.2.0.17\lib\net472\TouchSocket.dll</HintPath>
  179. </Reference>
  180. <Reference Include="TouchSocket.Core, Version=2.0.17.0, Culture=neutral, PublicKeyToken=d6c415a2f58eda72, processorArchitecture=MSIL">
  181. <HintPath>..\packages\TouchSocket.Core.2.0.17\lib\net472\TouchSocket.Core.dll</HintPath>
  182. </Reference>
  183. <Reference Include="Validar, Version=1.9.0.0, Culture=neutral, PublicKeyToken=409b3227471b0f0d, processorArchitecture=MSIL">
  184. <HintPath>..\packages\Validar.Fody.1.9.0\lib\net452\Validar.dll</HintPath>
  185. </Reference>
  186. <Reference Include="WindowsBase" />
  187. <Reference Include="PresentationCore" />
  188. <Reference Include="PresentationFramework" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <Compile Include="InovanceTcp.cs" />
  192. <Compile Include="Models\Class1.cs" />
  193. <Compile Include="Models\InformationNew.cs" />
  194. <Compile Include="Models\Picture.cs" />
  195. <Compile Include="ValidationTemplate.cs" />
  196. <Compile Include="Converters\BooleanToBrush.cs" />
  197. <Compile Include="Enums\RunResultState.cs" />
  198. <Compile Include="IParamChanged.cs" />
  199. <Compile Include="MainModule.cs" />
  200. <Compile Include="MainModuleProfile.cs" />
  201. <Compile Include="Models\AppSettings.cs" />
  202. <Compile Include="Models\ResettableTimer.cs" />
  203. <Compile Include="Models\OeeLogger.cs" />
  204. <Compile Include="Models\OperationLog.cs" />
  205. <Compile Include="Models\OtherParamEvent.cs" />
  206. <Compile Include="Models\Rootobject.cs" />
  207. <Compile Include="Models\LogEvent.cs" />
  208. <Compile Include="Models\LoginSuccessEvent.cs" />
  209. <Compile Include="Models\ResultEvent.cs" />
  210. <Compile Include="Models\SaveTraceParam.cs" />
  211. <Compile Include="Models\TestResultDto.cs" />
  212. <Compile Include="Models\UpLoadTraceModel.cs" />
  213. <Compile Include="Properties\AssemblyInfo.cs">
  214. <SubType>Code</SubType>
  215. </Compile>
  216. <Compile Include="Properties\Resources.Designer.cs">
  217. <AutoGen>True</AutoGen>
  218. <DesignTime>True</DesignTime>
  219. <DependentUpon>Resources.resx</DependentUpon>
  220. </Compile>
  221. <Compile Include="Properties\Settings.Designer.cs">
  222. <AutoGen>True</AutoGen>
  223. <DependentUpon>Settings.settings</DependentUpon>
  224. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  225. </Compile>
  226. <Compile Include="Services\WaringUpdateLog.cs" />
  227. <Compile Include="Services\IWarningUpdateService.cs" />
  228. <Compile Include="Services\WarningUpdateService.cs" />
  229. <Compile Include="ViewModels\DataPageViewModel.cs" />
  230. <Compile Include="ViewModels\LoginPageViewModel.cs" />
  231. <Compile Include="ViewModels\LogPageViewModel.cs" />
  232. <Compile Include="ViewModels\MainPageViewModel.cs" />
  233. <Compile Include="ViewModels\OeeConfigChangedPublish.cs" />
  234. <Compile Include="ViewModels\OeeDebugPageViewModel.cs" />
  235. <Compile Include="ViewModels\OperationLogPageViewModel.cs" />
  236. <Compile Include="ViewModels\Param.cs" />
  237. <Compile Include="ViewModels\ParamDto.cs" />
  238. <Compile Include="ViewModels\ParamPageViewModel.cs" />
  239. <Compile Include="ViewModels\QualityTracingViewModel.cs" />
  240. <Compile Include="ViewModels\SignInPageViewModel.cs" />
  241. <Compile Include="Views\DataPage.xaml.cs">
  242. <DependentUpon>DataPage.xaml</DependentUpon>
  243. </Compile>
  244. <Compile Include="Views\LoginPage.xaml.cs">
  245. <DependentUpon>LoginPage.xaml</DependentUpon>
  246. </Compile>
  247. <Compile Include="Views\LogPage.xaml.cs">
  248. <DependentUpon>LogPage.xaml</DependentUpon>
  249. </Compile>
  250. <Compile Include="Views\MainPage.xaml.cs">
  251. <DependentUpon>MainPage.xaml</DependentUpon>
  252. </Compile>
  253. <Compile Include="Views\OeeDebugPage.xaml.cs">
  254. <DependentUpon>OeeDebugPage.xaml</DependentUpon>
  255. </Compile>
  256. <Compile Include="Views\OeeDialogPage.xaml.cs">
  257. <DependentUpon>OeeDialogPage.xaml</DependentUpon>
  258. </Compile>
  259. <Compile Include="ViewModels\OeeDialogPageViewModel.cs" />
  260. <Compile Include="Views\OperationLogPage.xaml.cs">
  261. <DependentUpon>OperationLogPage.xaml</DependentUpon>
  262. </Compile>
  263. <Compile Include="Views\ParamPage.xaml.cs">
  264. <DependentUpon>ParamPage.xaml</DependentUpon>
  265. </Compile>
  266. <Compile Include="Views\QualityTracing.xaml.cs">
  267. <DependentUpon>QualityTracing.xaml</DependentUpon>
  268. </Compile>
  269. <Compile Include="Views\SignInPage.xaml.cs">
  270. <DependentUpon>SignInPage.xaml</DependentUpon>
  271. </Compile>
  272. <EmbeddedResource Include="Properties\Resources.resx">
  273. <Generator>ResXFileCodeGenerator</Generator>
  274. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  275. </EmbeddedResource>
  276. <None Include="app.config" />
  277. <None Include="jsconfig1.json" />
  278. <None Include="packages.config" />
  279. <None Include="Properties\Settings.settings">
  280. <Generator>SettingsSingleFileGenerator</Generator>
  281. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  282. </None>
  283. </ItemGroup>
  284. <ItemGroup>
  285. <Page Include="Dictionary.xaml">
  286. <SubType>Designer</SubType>
  287. <Generator>MSBuild:Compile</Generator>
  288. </Page>
  289. <Page Include="Views\DataPage.xaml">
  290. <Generator>MSBuild:Compile</Generator>
  291. <SubType>Designer</SubType>
  292. </Page>
  293. <Page Include="Views\LoginPage.xaml">
  294. <SubType>Designer</SubType>
  295. <Generator>MSBuild:Compile</Generator>
  296. </Page>
  297. <Page Include="Views\LogPage.xaml">
  298. <SubType>Designer</SubType>
  299. <Generator>MSBuild:Compile</Generator>
  300. </Page>
  301. <Page Include="Views\MainPage.xaml">
  302. <Generator>MSBuild:Compile</Generator>
  303. <SubType>Designer</SubType>
  304. </Page>
  305. <Page Include="Views\OeeDebugPage.xaml">
  306. <SubType>Designer</SubType>
  307. <Generator>MSBuild:Compile</Generator>
  308. </Page>
  309. <Page Include="Views\OeeDialogPage.xaml">
  310. <SubType>Designer</SubType>
  311. <Generator>MSBuild:Compile</Generator>
  312. </Page>
  313. <Page Include="Views\OperationLogPage.xaml">
  314. <SubType>Designer</SubType>
  315. <Generator>MSBuild:Compile</Generator>
  316. </Page>
  317. <Page Include="Views\ParamPage.xaml">
  318. <SubType>Designer</SubType>
  319. <Generator>MSBuild:Compile</Generator>
  320. </Page>
  321. <Page Include="Views\QualityTracing.xaml">
  322. <SubType>Designer</SubType>
  323. <Generator>MSBuild:Compile</Generator>
  324. </Page>
  325. <Page Include="Views\SignInPage.xaml">
  326. <SubType>Designer</SubType>
  327. <Generator>MSBuild:Compile</Generator>
  328. </Page>
  329. </ItemGroup>
  330. <ItemGroup>
  331. <ProjectReference Include="..\LogoForceTestApp.Core\LogoForceTestApp.Core.csproj">
  332. <Project>{5756697F-74D6-4D84-9FBD-C700EDD963C4}</Project>
  333. <Name>LogoForceTestApp.Core</Name>
  334. </ProjectReference>
  335. <ProjectReference Include="..\LogoForceTestApp.Services\LogoForceTestApp.Services.csproj">
  336. <Project>{FCA9FDAC-FF32-44EE-91B0-639CAA951730}</Project>
  337. <Name>LogoForceTestApp.Services</Name>
  338. </ProjectReference>
  339. <ProjectReference Include="..\Repository\Repository.csproj">
  340. <Project>{29ACD141-09DA-4CBB-8A68-806243612902}</Project>
  341. <Name>Repository</Name>
  342. </ProjectReference>
  343. <ProjectReference Include="..\StatementMachineService\StatementMachineService.csproj">
  344. <Project>{47DA2B6E-4612-4640-BB04-982F61082D29}</Project>
  345. <Name>StatementMachineService</Name>
  346. </ProjectReference>
  347. <ProjectReference Include="..\Team.Utility\Team.Utility.csproj">
  348. <Project>{8448BC5C-0B45-4126-A17F-2C21B01E94EB}</Project>
  349. <Name>Team.Utility</Name>
  350. </ProjectReference>
  351. </ItemGroup>
  352. <ItemGroup>
  353. <Analyzer Include="..\packages\TouchSocket.Core.2.0.17\analyzers\dotnet\cs\TouchSocket.Core.SourceGenerator.dll" />
  354. </ItemGroup>
  355. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  356. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  357. <PropertyGroup>
  358. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  359. </PropertyGroup>
  360. <Error Condition="!Exists('..\packages\PropertyChanged.Fody.4.1.0\build\PropertyChanged.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\PropertyChanged.Fody.4.1.0\build\PropertyChanged.Fody.props'))" />
  361. <Error Condition="!Exists('..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets'))" />
  362. <Error Condition="!Exists('..\packages\Fody.6.8.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.8.0\build\Fody.targets'))" />
  363. <Error Condition="!Exists('..\packages\Validar.Fody.1.9.0\build\Validar.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Validar.Fody.1.9.0\build\Validar.Fody.props'))" />
  364. </Target>
  365. <Import Project="..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets')" />
  366. <Import Project="..\packages\Fody.6.8.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.8.0\build\Fody.targets')" />
  367. </Project>