Initilizer.csproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <ApplicationManifest>app.manifest</ApplicationManifest>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="FluentFTP, Version=37.0.2.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
  45. <HintPath>..\packages\FluentFTP.37.0.2\lib\net45\FluentFTP.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  49. </Reference>
  50. <Reference Include="PhihongEv.Lib, Version=1.0.3.0, Culture=neutral, processorArchitecture=MSIL">
  51. <HintPath>..\packages\PhihongEv.Lib.1.0.3\lib\net40\PhihongEv.Lib.dll</HintPath>
  52. </Reference>
  53. <Reference Include="RestSharp, Version=106.15.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
  54. <HintPath>..\packages\RestSharp.106.15.0\lib\net452\RestSharp.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Web" />
  59. <Reference Include="System.Xml" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="System.Net.Http" />
  65. <Reference Include="System.Xaml">
  66. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  67. </Reference>
  68. <Reference Include="WindowsBase" />
  69. <Reference Include="PresentationCore" />
  70. <Reference Include="PresentationFramework" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ApplicationDefinition Include="App.xaml">
  74. <Generator>MSBuild:Compile</Generator>
  75. <SubType>Designer</SubType>
  76. </ApplicationDefinition>
  77. <Compile Include="Converter\MesErrorCodeMaper.cs" />
  78. <Compile Include="Converter\PressStatusConverter.cs" />
  79. <Compile Include="KeyinListener.cs" />
  80. <Compile Include="Model\AppSettingConfig.cs" />
  81. <Compile Include="ProcedureLog\LogWriter.cs" />
  82. <Compile Include="Procedure\FirmwareFtpUploadProcedure.cs" />
  83. <Compile Include="Procedure\FirmwareBundleUploadProcedure.cs" />
  84. <Compile Include="Procedure\FirmwareCheckVersionProcedure.cs" />
  85. <Compile Include="Procedure\FirmwareUploadProcedure.cs" />
  86. <Compile Include="Procedure\VersionLogProcedure.cs" />
  87. <Compile Include="Procedure\WifRssiCheckProcedure.cs" />
  88. <Compile Include="Resx\AppResources.Designer.cs">
  89. <AutoGen>True</AutoGen>
  90. <DesignTime>True</DesignTime>
  91. <DependentUpon>AppResources.resx</DependentUpon>
  92. </Compile>
  93. <Compile Include="SettingConfig.cs" />
  94. <Compile Include="SigninDialog.xaml.cs">
  95. <DependentUpon>SigninDialog.xaml</DependentUpon>
  96. </Compile>
  97. <Page Include="HintDialog.xaml">
  98. <SubType>Designer</SubType>
  99. <Generator>MSBuild:Compile</Generator>
  100. </Page>
  101. <Page Include="MainWindow.xaml">
  102. <Generator>MSBuild:Compile</Generator>
  103. <SubType>Designer</SubType>
  104. </Page>
  105. <Compile Include="App.xaml.cs">
  106. <DependentUpon>App.xaml</DependentUpon>
  107. <SubType>Code</SubType>
  108. </Compile>
  109. <Compile Include="Assist\SemaphoreQueue.cs" />
  110. <Compile Include="Assist\SerialPortocol.cs" />
  111. <Compile Include="Assist\TcpSerializer.cs" />
  112. <Compile Include="Assist\WebClientTimeout.cs">
  113. <SubType>Component</SubType>
  114. </Compile>
  115. <Compile Include="Converter\BooleanAndConverter.cs" />
  116. <Compile Include="HintDialog.xaml.cs">
  117. <DependentUpon>HintDialog.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="Interface\IIogger.cs" />
  120. <Compile Include="Interface\ISerialPort.cs" />
  121. <Compile Include="MainViewModel.cs" />
  122. <Compile Include="MainWindow.xaml.cs">
  123. <DependentUpon>MainWindow.xaml</DependentUpon>
  124. <SubType>Code</SubType>
  125. </Compile>
  126. <Page Include="SigninDialog.xaml">
  127. <SubType>Designer</SubType>
  128. <Generator>MSBuild:Compile</Generator>
  129. </Page>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Compile Include="Model\ButtonStatus.cs" />
  133. <Compile Include="Model\FirmwareUpdateModel.cs" />
  134. <Compile Include="Model\SettingConfig.cs" />
  135. <Compile Include="Model\UploadFile.cs" />
  136. <Compile Include="Procedure\ButtonStatusCheckPorcedure.cs" />
  137. <Compile Include="Model\EvseSerialResponseModel.cs" />
  138. <Compile Include="Model\SimStatus.cs" />
  139. <Compile Include="Procedure\BasicInfoUpdateProcedure.cs" />
  140. <Compile Include="Procedure\FirmwareUpdateProcedure.cs" />
  141. <Compile Include="Procedure\FourGenModuleCheckProcedure.cs" />
  142. <Compile Include="Procedure\ProcedureBase.cs" />
  143. <Compile Include="Model\UpdateData.cs" />
  144. <Compile Include="Procedure\RestarttoIdelProcedure.cs" />
  145. <Compile Include="Properties\Settings.Designer.cs">
  146. <AutoGen>True</AutoGen>
  147. <DependentUpon>Settings.settings</DependentUpon>
  148. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  149. </Compile>
  150. <EmbeddedResource Include="Resx\AppResources.resx">
  151. <Generator>PublicResXFileCodeGenerator</Generator>
  152. <LastGenOutput>AppResources.Designer.cs</LastGenOutput>
  153. </EmbeddedResource>
  154. <EmbeddedResource Include="Resx\AppResources.zh-CHS.resx" />
  155. <None Include="app.manifest" />
  156. <None Include="packages.config" />
  157. <None Include="Properties\Settings.settings">
  158. <Generator>SettingsSingleFileGenerator</Generator>
  159. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  160. </None>
  161. </ItemGroup>
  162. <ItemGroup>
  163. <None Include="App.config" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <Resource Include="Image\Blue.png" />
  167. <Resource Include="Image\Emergency.png" />
  168. <Resource Include="Image\Green.png" />
  169. </ItemGroup>
  170. <ItemGroup />
  171. <ItemGroup>
  172. <ProjectReference Include="..\MesAdaptor\MesAdaptor.csproj">
  173. <Project>{6b69cf23-270b-429b-a21d-ad98c2dff678}</Project>
  174. <Name>MesAdaptor</Name>
  175. </ProjectReference>
  176. </ItemGroup>
  177. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  178. <PropertyGroup>
  179. <PreBuildEvent>GitVersion.exe $(SolutionDir) /updateassemblyinfo</PreBuildEvent>
  180. </PropertyGroup>
  181. <PropertyGroup>
  182. <ReactorLocation>"C:\Program Files (x86)\Eziriz\.NET Reactor\dotNET_Reactor.exe"</ReactorLocation>
  183. <ReactorProject>"D:\RobertProject\.net Reactor\ap.nrproj"</ReactorProject>
  184. </PropertyGroup>
  185. <Target Name="AfterCompile">
  186. </Target>
  187. </Project>