Initializer.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  63. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  64. </Reference>
  65. <Reference Include="PhihongEv.Lib, Version=1.0.16.0, Culture=neutral, processorArchitecture=MSIL">
  66. <HintPath>..\packages\PhihongEv.Lib.1.0.16\lib\net40\PhihongEv.Lib.dll</HintPath>
  67. </Reference>
  68. <Reference Include="RestSharp, Version=106.15.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
  69. <HintPath>..\packages\RestSharp.106.15.0\lib\net452\RestSharp.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Web" />
  74. <Reference Include="System.Xml" />
  75. <Reference Include="Microsoft.CSharp" />
  76. <Reference Include="System.Core" />
  77. <Reference Include="System.Xml.Linq" />
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="System.Net.Http" />
  80. <Reference Include="System.Xaml">
  81. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  82. </Reference>
  83. <Reference Include="WindowsBase" />
  84. <Reference Include="PresentationCore" />
  85. <Reference Include="PresentationFramework" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <ApplicationDefinition Include="App.xaml">
  89. <Generator>MSBuild:Compile</Generator>
  90. <SubType>Designer</SubType>
  91. </ApplicationDefinition>
  92. <Compile Include="Assist\EvApi.cs" />
  93. <Compile Include="Assist\EvHttpClient.cs" />
  94. <Compile Include="Assist\EvHttpClientLogger.cs" />
  95. <Compile Include="Converter\MesErrorCodeMaper.cs" />
  96. <Compile Include="Converter\PressStatusConverter.cs" />
  97. <Compile Include="KeyinListener.cs" />
  98. <Compile Include="ManualSn.xaml.cs">
  99. <DependentUpon>ManualSn.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="Model\AppSettingConfig.cs" />
  102. <Compile Include="Model\SimStatusString.cs" />
  103. <Compile Include="ProcedureLog\LogWriter.cs" />
  104. <Compile Include="Procedure\FirmwareFtpUploadProcedure.cs" />
  105. <Compile Include="Procedure\FirmwareBundleUploadProcedure.cs" />
  106. <Compile Include="Procedure\FirmwareCheckVersionProcedure.cs" />
  107. <Compile Include="Procedure\FirmwareUploadProcedure.cs" />
  108. <Compile Include="Procedure\DsiableChargeAuthProcedure.cs" />
  109. <Compile Include="Procedure\VersionLogProcedure.cs" />
  110. <Compile Include="Procedure\TelcomModemImeiRecordProcedure.cs" />
  111. <Compile Include="Procedure\WifRssiCheckProcedure.cs" />
  112. <Compile Include="Properties\AssemblyInfo.cs" />
  113. <Compile Include="Resx\AppResources.Designer.cs">
  114. <AutoGen>True</AutoGen>
  115. <DesignTime>True</DesignTime>
  116. <DependentUpon>AppResources.resx</DependentUpon>
  117. </Compile>
  118. <Compile Include="SettingConfig.cs" />
  119. <Compile Include="SigninDialog.xaml.cs">
  120. <DependentUpon>SigninDialog.xaml</DependentUpon>
  121. </Compile>
  122. <Page Include="HintDialog.xaml">
  123. <SubType>Designer</SubType>
  124. <Generator>MSBuild:Compile</Generator>
  125. </Page>
  126. <Page Include="MainWindow.xaml">
  127. <Generator>MSBuild:Compile</Generator>
  128. <SubType>Designer</SubType>
  129. </Page>
  130. <Compile Include="App.xaml.cs">
  131. <DependentUpon>App.xaml</DependentUpon>
  132. <SubType>Code</SubType>
  133. </Compile>
  134. <Compile Include="Assist\SemaphoreQueue.cs" />
  135. <Compile Include="Assist\SerialPortocol.cs" />
  136. <Compile Include="Assist\TcpSerializer.cs" />
  137. <Compile Include="Assist\WebClientTimeout.cs">
  138. <SubType>Component</SubType>
  139. </Compile>
  140. <Compile Include="Converter\BooleanAndConverter.cs" />
  141. <Compile Include="HintDialog.xaml.cs">
  142. <DependentUpon>HintDialog.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="Interface\IIogger.cs" />
  145. <Compile Include="Interface\ISerialPort.cs" />
  146. <Compile Include="MainViewModel.cs" />
  147. <Compile Include="MainWindow.xaml.cs">
  148. <DependentUpon>MainWindow.xaml</DependentUpon>
  149. <SubType>Code</SubType>
  150. </Compile>
  151. <Page Include="ManualSn.xaml">
  152. <SubType>Designer</SubType>
  153. <Generator>MSBuild:Compile</Generator>
  154. </Page>
  155. <Page Include="SigninDialog.xaml">
  156. <SubType>Designer</SubType>
  157. <Generator>MSBuild:Compile</Generator>
  158. </Page>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Compile Include="Model\ButtonStatus.cs" />
  162. <Compile Include="Model\FirmwareUpdateModel.cs" />
  163. <Compile Include="Model\SettingConfig.cs" />
  164. <Compile Include="Model\UploadFile.cs" />
  165. <Compile Include="Procedure\ButtonStatusCheckPorcedure.cs" />
  166. <Compile Include="Model\EvseSerialResponseModel.cs" />
  167. <Compile Include="Model\SimStatus.cs" />
  168. <Compile Include="Procedure\BasicInfoUpdateProcedure.cs" />
  169. <Compile Include="Procedure\FirmwareUpdateProcedure.cs" />
  170. <Compile Include="Procedure\FourGenModuleCheckProcedure.cs" />
  171. <Compile Include="Procedure\ProcedureBase.cs" />
  172. <Compile Include="Model\UpdateData.cs" />
  173. <Compile Include="Procedure\RestarttoIdelProcedure.cs" />
  174. <Compile Include="Properties\Settings.Designer.cs">
  175. <AutoGen>True</AutoGen>
  176. <DependentUpon>Settings.settings</DependentUpon>
  177. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  178. </Compile>
  179. <EmbeddedResource Include="Resx\AppResources.resx">
  180. <Generator>PublicResXFileCodeGenerator</Generator>
  181. <LastGenOutput>AppResources.Designer.cs</LastGenOutput>
  182. </EmbeddedResource>
  183. <EmbeddedResource Include="Resx\AppResources.zh-CHS.resx" />
  184. <None Include="app.manifest" />
  185. <None Include="packages.config" />
  186. <None Include="Properties\Settings.settings">
  187. <Generator>SettingsSingleFileGenerator</Generator>
  188. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  189. </None>
  190. </ItemGroup>
  191. <ItemGroup>
  192. <None Include="App.config" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Resource Include="Image\Blue.png" />
  196. <Resource Include="Image\Emergency.png" />
  197. <Resource Include="Image\Green.png" />
  198. </ItemGroup>
  199. <ItemGroup>
  200. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  201. <Visible>False</Visible>
  202. <ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
  203. <Install>true</Install>
  204. </BootstrapperPackage>
  205. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  206. <Visible>False</Visible>
  207. <ProductName>.NET Framework 3.5 SP1</ProductName>
  208. <Install>false</Install>
  209. </BootstrapperPackage>
  210. </ItemGroup>
  211. <ItemGroup>
  212. <ProjectReference Include="..\MesAdaptor\MesAdaptor.csproj">
  213. <Project>{6b69cf23-270b-429b-a21d-ad98c2dff678}</Project>
  214. <Name>MesAdaptor</Name>
  215. </ProjectReference>
  216. </ItemGroup>
  217. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  218. <PropertyGroup>
  219. <PreBuildEvent>GitVersion.exe $(SolutionDir) /updateassemblyinfo</PreBuildEvent>
  220. </PropertyGroup>
  221. <PropertyGroup>
  222. <ReactorLocation>"C:\Program Files (x86)\Eziriz\.NET Reactor\dotNET_Reactor.exe"</ReactorLocation>
  223. <ReactorProject>"D:\RobertProject\.net Reactor\ap.nrproj"</ReactorProject>
  224. </PropertyGroup>
  225. <Target Name="AfterCompile">
  226. </Target>
  227. </Project>