Initializer.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  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>{7A23D514-38E1-423E-9238-464B0E2AFCC0}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>AwInitilizer</RootNamespace>
  10. <AssemblyName>AwInitilizer</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  18. <IsWebBootstrapper>false</IsWebBootstrapper>
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <ApplicationManifest>app.manifest</ApplicationManifest>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="FluentFTP, Version=37.0.2.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
  60. <HintPath>..\packages\FluentFTP.37.0.2\lib\net45\FluentFTP.dll</HintPath>
  61. </Reference>
  62. <Reference Include="FluentModbus, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  63. <HintPath>..\packages\FluentModbus.5.2.0\lib\netstandard2.0\FluentModbus.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  66. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.5.0.0\lib\net461\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  70. </Reference>
  71. <Reference Include="PhihongEv.Lib, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  72. <HintPath>..\packages\PhihongEv.Lib.1.5.0\lib\net40\PhihongEv.Lib.dll</HintPath>
  73. </Reference>
  74. <Reference Include="RestSharp, Version=106.15.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
  75. <HintPath>..\packages\RestSharp.106.15.0\lib\net452\RestSharp.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System" />
  78. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  79. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.IO.Ports, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  83. <HintPath>..\packages\System.IO.Ports.5.0.0\lib\net461\System.IO.Ports.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  86. <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Numerics" />
  89. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  90. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  93. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Web" />
  96. <Reference Include="System.Xml" />
  97. <Reference Include="Microsoft.CSharp" />
  98. <Reference Include="System.Core" />
  99. <Reference Include="System.Xml.Linq" />
  100. <Reference Include="System.Data.DataSetExtensions" />
  101. <Reference Include="System.Net.Http" />
  102. <Reference Include="System.Xaml">
  103. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  104. </Reference>
  105. <Reference Include="WindowsBase" />
  106. <Reference Include="PresentationCore" />
  107. <Reference Include="PresentationFramework" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <ApplicationDefinition Include="App.xaml">
  111. <Generator>MSBuild:Compile</Generator>
  112. <SubType>Designer</SubType>
  113. </ApplicationDefinition>
  114. <Compile Include="Assist\EvApi.cs" />
  115. <Compile Include="Assist\EvHttpClient.cs" />
  116. <Compile Include="Assist\EvHttpClientLogger.cs" />
  117. <Compile Include="Converter\MesErrorCodeMaper.cs" />
  118. <Compile Include="Converter\PressStatusConverter.cs" />
  119. <Compile Include="KeyinListener.cs" />
  120. <Compile Include="ManualSn.xaml.cs">
  121. <DependentUpon>ManualSn.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="Model\SimStatusString.cs" />
  124. <Compile Include="ProcedureLog\LogWriter.cs" />
  125. <Compile Include="Procedure\FirmwareFtpUploadProcedure.cs" />
  126. <Compile Include="Procedure\FirmwareBundleUploadProcedure.cs" />
  127. <Compile Include="Procedure\FirmwareCheckVersionProcedure.cs" />
  128. <Compile Include="Procedure\FirmwareUploadProcedure.cs" />
  129. <Compile Include="Procedure\DsiableChargeAuthProcedure.cs" />
  130. <Compile Include="Procedure\VersionLogProcedure.cs" />
  131. <Compile Include="Procedure\TelcomModemImeiRecordProcedure.cs" />
  132. <Compile Include="Procedure\WifRssiCheckProcedure.cs" />
  133. <Compile Include="Properties\AssemblyInfo.cs" />
  134. <Compile Include="Resx\AppResources.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DesignTime>True</DesignTime>
  137. <DependentUpon>AppResources.resx</DependentUpon>
  138. </Compile>
  139. <Compile Include="SigninDialog.xaml.cs">
  140. <DependentUpon>SigninDialog.xaml</DependentUpon>
  141. </Compile>
  142. <Compile Include="ZhongShengLedControl.cs" />
  143. <Page Include="HintDialog.xaml">
  144. <SubType>Designer</SubType>
  145. <Generator>MSBuild:Compile</Generator>
  146. </Page>
  147. <Page Include="MainWindow.xaml">
  148. <Generator>MSBuild:Compile</Generator>
  149. <SubType>Designer</SubType>
  150. </Page>
  151. <Compile Include="App.xaml.cs">
  152. <DependentUpon>App.xaml</DependentUpon>
  153. <SubType>Code</SubType>
  154. </Compile>
  155. <Compile Include="Assist\SemaphoreQueue.cs" />
  156. <Compile Include="Assist\SerialPortocol.cs" />
  157. <Compile Include="Assist\TcpSerializer.cs" />
  158. <Compile Include="Assist\WebClientTimeout.cs">
  159. <SubType>Component</SubType>
  160. </Compile>
  161. <Compile Include="Converter\BooleanAndConverter.cs" />
  162. <Compile Include="HintDialog.xaml.cs">
  163. <DependentUpon>HintDialog.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Interface\IIogger.cs" />
  166. <Compile Include="Interface\ISerialPort.cs" />
  167. <Compile Include="MainViewModel.cs" />
  168. <Compile Include="MainWindow.xaml.cs">
  169. <DependentUpon>MainWindow.xaml</DependentUpon>
  170. <SubType>Code</SubType>
  171. </Compile>
  172. <Page Include="ManualSn.xaml">
  173. <SubType>Designer</SubType>
  174. <Generator>MSBuild:Compile</Generator>
  175. </Page>
  176. <Page Include="SigninDialog.xaml">
  177. <SubType>Designer</SubType>
  178. <Generator>MSBuild:Compile</Generator>
  179. </Page>
  180. </ItemGroup>
  181. <ItemGroup>
  182. <Compile Include="Model\ButtonStatus.cs" />
  183. <Compile Include="Model\UploadFile.cs" />
  184. <Compile Include="Procedure\ButtonStatusCheckPorcedure.cs" />
  185. <Compile Include="Model\EvseSerialResponseModel.cs" />
  186. <Compile Include="Model\SimStatus.cs" />
  187. <Compile Include="Procedure\BasicInfoUpdateProcedure.cs" />
  188. <Compile Include="Procedure\FirmwareUpdateProcedure.cs" />
  189. <Compile Include="Procedure\FourGenModuleCheckProcedure.cs" />
  190. <Compile Include="Procedure\ProcedureBase.cs" />
  191. <Compile Include="Model\UpdateData.cs" />
  192. <Compile Include="Procedure\RestarttoIdelProcedure.cs" />
  193. <Compile Include="Properties\Settings.Designer.cs">
  194. <AutoGen>True</AutoGen>
  195. <DependentUpon>Settings.settings</DependentUpon>
  196. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  197. </Compile>
  198. <EmbeddedResource Include="Resx\AppResources.resx">
  199. <Generator>PublicResXFileCodeGenerator</Generator>
  200. <LastGenOutput>AppResources.Designer.cs</LastGenOutput>
  201. </EmbeddedResource>
  202. <EmbeddedResource Include="Resx\AppResources.zh-CHS.resx" />
  203. <None Include="app.manifest" />
  204. <None Include="packages.config" />
  205. <None Include="Properties\Settings.settings">
  206. <Generator>SettingsSingleFileGenerator</Generator>
  207. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  208. </None>
  209. </ItemGroup>
  210. <ItemGroup>
  211. <None Include="App.config" />
  212. </ItemGroup>
  213. <ItemGroup>
  214. <Resource Include="Image\Blue.png" />
  215. <Resource Include="Image\Emergency.png" />
  216. <Resource Include="Image\Green.png" />
  217. </ItemGroup>
  218. <ItemGroup>
  219. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  220. <Visible>False</Visible>
  221. <ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
  222. <Install>true</Install>
  223. </BootstrapperPackage>
  224. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  225. <Visible>False</Visible>
  226. <ProductName>.NET Framework 3.5 SP1</ProductName>
  227. <Install>false</Install>
  228. </BootstrapperPackage>
  229. </ItemGroup>
  230. <ItemGroup>
  231. <ProjectReference Include="..\InitializerModel\InitializerModel.csproj">
  232. <Project>{68a79486-7973-42bf-8caf-43296beb1107}</Project>
  233. <Name>InitializerModel</Name>
  234. </ProjectReference>
  235. <ProjectReference Include="..\MesAdaptor\MesAdaptor.csproj">
  236. <Project>{6b69cf23-270b-429b-a21d-ad98c2dff678}</Project>
  237. <Name>MesAdaptor</Name>
  238. </ProjectReference>
  239. </ItemGroup>
  240. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  241. <PropertyGroup>
  242. <PreBuildEvent>GitVersion.exe $(SolutionDir) /updateassemblyinfo</PreBuildEvent>
  243. </PropertyGroup>
  244. <PropertyGroup>
  245. <ReactorLocation>"C:\Program Files (x86)\Eziriz\.NET Reactor\dotNET_Reactor.exe"</ReactorLocation>
  246. <ReactorProject>"D:\RobertProject\.net Reactor\ap.nrproj"</ReactorProject>
  247. </PropertyGroup>
  248. <Target Name="AfterCompile">
  249. </Target>
  250. </Project>