Initilizer.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="RestSharp, Version=106.11.7.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
  48. <HintPath>..\packages\RestSharp.106.11.7\lib\net452\RestSharp.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Web" />
  53. <Reference Include="System.Xml" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="System.Net.Http" />
  59. <Reference Include="System.Xaml">
  60. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="WindowsBase" />
  63. <Reference Include="PresentationCore" />
  64. <Reference Include="PresentationFramework" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ApplicationDefinition Include="App.xaml">
  68. <Generator>MSBuild:Compile</Generator>
  69. <SubType>Designer</SubType>
  70. </ApplicationDefinition>
  71. <Compile Include="Converter\MesErrorCodeMaper.cs" />
  72. <Compile Include="Converter\PressStatusConverter.cs" />
  73. <Compile Include="Cultures\CulturesHelper.cs" />
  74. <Compile Include="DLL\SajectConnectSajet.cs" />
  75. <Compile Include="DLL\SajetConnectAdapter.cs" />
  76. <Compile Include="DLL\SajetConnectShinewave.cs" />
  77. <Compile Include="KeyinListener.cs" />
  78. <Compile Include="Model\ConnectorType.cs" />
  79. <Compile Include="Model\MesErrorCode.cs" />
  80. <Compile Include="ProcedureLog\LogWriter.cs" />
  81. <Compile Include="Procedure\FirmwareBundleUploadProcedure.cs" />
  82. <Compile Include="Procedure\FirmwareCheckVersionProcedure.cs" />
  83. <Compile Include="Procedure\FirmwareUploadProcedure.cs" />
  84. <Compile Include="Procedure\VersionLogProcedure.cs" />
  85. <Compile Include="Procedure\WifRssiCheckProcedure.cs" />
  86. <Compile Include="SigninDialog.xaml.cs">
  87. <DependentUpon>SigninDialog.xaml</DependentUpon>
  88. </Compile>
  89. <Content Include="Cultures\StringResource.xaml">
  90. <SubType>Designer</SubType>
  91. <Generator>MSBuild:Compile</Generator>
  92. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  93. </Content>
  94. <Content Include="Cultures\StringResource.zh-TW.xaml">
  95. <SubType>Designer</SubType>
  96. <Generator>MSBuild:Compile</Generator>
  97. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  98. </Content>
  99. <Content Include="Cultures\StringResource.zh-CHS.xaml">
  100. <SubType>Designer</SubType>
  101. <Generator>MSBuild:Compile</Generator>
  102. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  103. </Content>
  104. <Content Include="Cultures\StringResource.en-US.xaml">
  105. <Generator>MSBuild:Compile</Generator>
  106. <SubType>Designer</SubType>
  107. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  108. </Content>
  109. <Page Include="HintDialog.xaml">
  110. <SubType>Designer</SubType>
  111. <Generator>MSBuild:Compile</Generator>
  112. </Page>
  113. <Page Include="MainWindow.xaml">
  114. <Generator>MSBuild:Compile</Generator>
  115. <SubType>Designer</SubType>
  116. </Page>
  117. <Compile Include="App.xaml.cs">
  118. <DependentUpon>App.xaml</DependentUpon>
  119. <SubType>Code</SubType>
  120. </Compile>
  121. <Compile Include="Assist\SemaphoreQueue.cs" />
  122. <Compile Include="Assist\SerialPortocol.cs" />
  123. <Compile Include="Assist\TcpSerializer.cs" />
  124. <Compile Include="Assist\WebClientTimeout.cs">
  125. <SubType>Component</SubType>
  126. </Compile>
  127. <Compile Include="Converter\BooleanAndConverter.cs" />
  128. <Compile Include="DLL\SajetConnect.cs" />
  129. <Compile Include="HintDialog.xaml.cs">
  130. <DependentUpon>HintDialog.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Interface\IIogger.cs" />
  133. <Compile Include="Interface\ISerialPort.cs" />
  134. <Compile Include="MainViewModel.cs" />
  135. <Compile Include="MainWindow.xaml.cs">
  136. <DependentUpon>MainWindow.xaml</DependentUpon>
  137. <SubType>Code</SubType>
  138. </Compile>
  139. <Page Include="SigninDialog.xaml">
  140. <SubType>Designer</SubType>
  141. <Generator>MSBuild:Compile</Generator>
  142. </Page>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Compile Include="Model\ButtonStatus.cs" />
  146. <Compile Include="Model\FirmwareUpdateModel.cs" />
  147. <Compile Include="Model\SettingConfig.cs" />
  148. <Compile Include="Model\UploadFile.cs" />
  149. <Compile Include="Procedure\ButtonStatusCheckPorcedure.cs" />
  150. <Compile Include="Model\EvseSerialResponseModel.cs" />
  151. <Compile Include="Model\SimStatus.cs" />
  152. <Compile Include="Procedure\BasicInfoUpdateProcedure.cs" />
  153. <Compile Include="Procedure\FirmwareUpdateProcedure.cs" />
  154. <Compile Include="Procedure\FourGenModuleCheckProcedure.cs" />
  155. <Compile Include="Procedure\ProcedureBase.cs" />
  156. <Compile Include="Model\SystemID.cs" />
  157. <Compile Include="Model\UpdateData.cs" />
  158. <Compile Include="Procedure\RestarttoIdelProcedure.cs" />
  159. <Compile Include="Properties\AssemblyInfo.cs">
  160. <SubType>Code</SubType>
  161. </Compile>
  162. <Compile Include="Properties\Resources.Designer.cs">
  163. <AutoGen>True</AutoGen>
  164. <DesignTime>True</DesignTime>
  165. <DependentUpon>Resources.resx</DependentUpon>
  166. </Compile>
  167. <Compile Include="Properties\Settings.Designer.cs">
  168. <AutoGen>True</AutoGen>
  169. <DependentUpon>Settings.settings</DependentUpon>
  170. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  171. </Compile>
  172. <EmbeddedResource Include="Properties\Resources.resx">
  173. <Generator>ResXFileCodeGenerator</Generator>
  174. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  175. </EmbeddedResource>
  176. <None Include="app.manifest" />
  177. <None Include="packages.config" />
  178. <None Include="Properties\Settings.settings">
  179. <Generator>SettingsSingleFileGenerator</Generator>
  180. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  181. </None>
  182. </ItemGroup>
  183. <ItemGroup>
  184. <None Include="App.config" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <Content Include="DLL\SajetConnect.dll">
  188. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  189. </Content>
  190. <Resource Include="Image\Blue.png" />
  191. <Resource Include="Image\Emergency.png" />
  192. <Resource Include="Image\Green.png" />
  193. </ItemGroup>
  194. <ItemGroup />
  195. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  196. <PropertyGroup>
  197. <PreBuildEvent>GitVersion.exe $(SolutionDir) /updateassemblyinfo</PreBuildEvent>
  198. </PropertyGroup>
  199. </Project>