LogForceTestApp.Modules.MainModule.csproj 14 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\PropertyChanged.Fody.4.1.0\build\PropertyChanged.Fody.props" Condition="Exists('..\packages\PropertyChanged.Fody.4.1.0\build\PropertyChanged.Fody.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>{8DB92776-40B7-44E7-B7D9-AD038B1E3FF9}</ProjectGuid>
  9. <OutputType>library</OutputType>
  10. <RootNamespace>LogForceTestApp.Modules.MainModule</RootNamespace>
  11. <AssemblyName>LogForceTestApp.Modules.MainModule</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <Deterministic>true</Deterministic>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. <LangVersion>9.0</LangVersion>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Microsoft.Extensions.Configuration, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Microsoft.Extensions.Configuration.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Configuration.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Microsoft.Extensions.Configuration.Abstractions.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.Extensions.Configuration.Binder, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  49. <HintPath>..\packages\Microsoft.Extensions.Configuration.Binder.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Configuration.Binder.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.Extensions.DependencyInjection, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.3.1.32\lib\net461\Microsoft.Extensions.DependencyInjection.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  55. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.3.1.32\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.Extensions.Http, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Microsoft.Extensions.Http.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Http.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.Extensions.Logging, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Microsoft.Extensions.Logging.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Logging.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Microsoft.Extensions.Options, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Microsoft.Extensions.Options.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Microsoft.Extensions.Primitives, Version=3.1.32.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Microsoft.Extensions.Primitives.3.1.32\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  77. </Reference>
  78. <Reference Include="NModbus, Version=3.0.72.0, Culture=neutral, processorArchitecture=MSIL">
  79. <HintPath>..\packages\NModbus.3.0.72\lib\net46\NModbus.dll</HintPath>
  80. </Reference>
  81. <Reference Include="OxyPlot, Version=2.1.2.0, Culture=neutral, PublicKeyToken=638079a8f0bd61e9, processorArchitecture=MSIL">
  82. <HintPath>..\packages\OxyPlot.Core.2.1.2\lib\net45\OxyPlot.dll</HintPath>
  83. </Reference>
  84. <Reference Include="OxyPlot.Wpf, Version=2.1.2.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
  85. <HintPath>..\packages\OxyPlot.Wpf.2.1.2\lib\net45\OxyPlot.Wpf.dll</HintPath>
  86. </Reference>
  87. <Reference Include="OxyPlot.Wpf.Shared, Version=2.1.2.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
  88. <HintPath>..\packages\OxyPlot.Wpf.Shared.2.1.2\lib\net45\OxyPlot.Wpf.Shared.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  91. <HintPath>..\packages\Prism.Core.8.1.97\lib\net47\Prism.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  94. <HintPath>..\packages\Prism.Wpf.8.1.97\lib\net47\Prism.Wpf.dll</HintPath>
  95. </Reference>
  96. <Reference Include="PropertyChanged, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL">
  97. <HintPath>..\packages\PropertyChanged.Fody.4.1.0\lib\net40\PropertyChanged.dll</HintPath>
  98. </Reference>
  99. <Reference Include="ReachFramework" />
  100. <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  101. <HintPath>..\packages\Serilog.2.12.0\lib\net47\Serilog.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System" />
  104. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  105. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  106. </Reference>
  107. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  108. <HintPath>..\packages\System.ComponentModel.Annotations.4.7.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.ComponentModel.DataAnnotations" />
  111. <Reference Include="System.Configuration" />
  112. <Reference Include="System.Data" />
  113. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  114. <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  115. </Reference>
  116. <Reference Include="System.Numerics" />
  117. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  118. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  119. </Reference>
  120. <Reference Include="System.Printing" />
  121. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  122. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  125. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  126. </Reference>
  127. <Reference Include="System.Xml" />
  128. <Reference Include="Microsoft.CSharp" />
  129. <Reference Include="System.Core" />
  130. <Reference Include="System.Xml.Linq" />
  131. <Reference Include="System.Data.DataSetExtensions" />
  132. <Reference Include="System.Net.Http" />
  133. <Reference Include="System.Xaml">
  134. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  135. </Reference>
  136. <Reference Include="WindowsBase" />
  137. <Reference Include="PresentationCore" />
  138. <Reference Include="PresentationFramework" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Compile Include="Converters\BooleanToBrush.cs" />
  142. <Compile Include="Enums\RunResultState.cs" />
  143. <Compile Include="MainModule.cs" />
  144. <Compile Include="Models\AppSettings.cs" />
  145. <Compile Include="Models\Class1.cs" />
  146. <Compile Include="Models\LogEvent.cs" />
  147. <Compile Include="Models\ResultEvent.cs" />
  148. <Compile Include="Models\UpLoadTraceModel.cs" />
  149. <Compile Include="Properties\AssemblyInfo.cs">
  150. <SubType>Code</SubType>
  151. </Compile>
  152. <Compile Include="Properties\Resources.Designer.cs">
  153. <AutoGen>True</AutoGen>
  154. <DesignTime>True</DesignTime>
  155. <DependentUpon>Resources.resx</DependentUpon>
  156. </Compile>
  157. <Compile Include="Properties\Settings.Designer.cs">
  158. <AutoGen>True</AutoGen>
  159. <DependentUpon>Settings.settings</DependentUpon>
  160. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  161. </Compile>
  162. <Compile Include="ViewModels\MainPageViewModel.cs" />
  163. <Compile Include="Views\DataPage.xaml.cs">
  164. <DependentUpon>DataPage.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="Views\MainPage.xaml.cs">
  167. <DependentUpon>MainPage.xaml</DependentUpon>
  168. </Compile>
  169. <EmbeddedResource Include="Properties\Resources.resx">
  170. <Generator>ResXFileCodeGenerator</Generator>
  171. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  172. </EmbeddedResource>
  173. <None Include="app.config" />
  174. <None Include="jsconfig1.json" />
  175. <None Include="packages.config" />
  176. <None Include="Properties\Settings.settings">
  177. <Generator>SettingsSingleFileGenerator</Generator>
  178. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  179. </None>
  180. </ItemGroup>
  181. <ItemGroup>
  182. <Page Include="Views\DataPage.xaml">
  183. <Generator>MSBuild:Compile</Generator>
  184. <SubType>Designer</SubType>
  185. </Page>
  186. <Page Include="Views\MainPage.xaml">
  187. <Generator>MSBuild:Compile</Generator>
  188. <SubType>Designer</SubType>
  189. </Page>
  190. </ItemGroup>
  191. <ItemGroup>
  192. <ProjectReference Include="..\LogoForceTestApp.Core\LogoForceTestApp.Core.csproj">
  193. <Project>{5756697F-74D6-4D84-9FBD-C700EDD963C4}</Project>
  194. <Name>LogoForceTestApp.Core</Name>
  195. </ProjectReference>
  196. <ProjectReference Include="..\LogoForceTestApp.Services\LogoForceTestApp.Services.csproj">
  197. <Project>{FCA9FDAC-FF32-44EE-91B0-639CAA951730}</Project>
  198. <Name>LogoForceTestApp.Services</Name>
  199. </ProjectReference>
  200. <ProjectReference Include="..\StatementMachineService\StatementMachineService.csproj">
  201. <Project>{47DA2B6E-4612-4640-BB04-982F61082D29}</Project>
  202. <Name>StatementMachineService</Name>
  203. </ProjectReference>
  204. <ProjectReference Include="..\Team.Utility\Team.Utility.csproj">
  205. <Project>{8448BC5C-0B45-4126-A17F-2C21B01E94EB}</Project>
  206. <Name>Team.Utility</Name>
  207. </ProjectReference>
  208. </ItemGroup>
  209. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  210. <Import Project="..\packages\Fody.6.6.4\build\Fody.targets" Condition="Exists('..\packages\Fody.6.6.4\build\Fody.targets')" />
  211. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  212. <PropertyGroup>
  213. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  214. </PropertyGroup>
  215. <Error Condition="!Exists('..\packages\Fody.6.6.4\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.6.4\build\Fody.targets'))" />
  216. <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'))" />
  217. </Target>
  218. </Project>