Initilizer.csproj 9.5 KB

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