Initilizer.csproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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="KeyinListener.cs" />
  75. <Compile Include="ProcedureLog\LogWriter.cs" />
  76. <Compile Include="Procedure\FirmwareBundleUploadProcedure.cs" />
  77. <Compile Include="Procedure\FirmwareCheckVersionProcedure.cs" />
  78. <Compile Include="Procedure\FirmwareUploadProcedure.cs" />
  79. <Compile Include="Procedure\VersionLogProcedure.cs" />
  80. <Compile Include="Procedure\WifRssiCheckProcedure.cs" />
  81. <Compile Include="SigninDialog.xaml.cs">
  82. <DependentUpon>SigninDialog.xaml</DependentUpon>
  83. </Compile>
  84. <Content Include="Cultures\StringResource.xaml">
  85. <SubType>Designer</SubType>
  86. <Generator>MSBuild:Compile</Generator>
  87. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  88. </Content>
  89. <Content Include="Cultures\StringResource.zh-TW.xaml">
  90. <SubType>Designer</SubType>
  91. <Generator>MSBuild:Compile</Generator>
  92. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  93. </Content>
  94. <Content Include="Cultures\StringResource.zh-CHS.xaml">
  95. <SubType>Designer</SubType>
  96. <Generator>MSBuild:Compile</Generator>
  97. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  98. </Content>
  99. <Content Include="Cultures\StringResource.en-US.xaml">
  100. <Generator>MSBuild:Compile</Generator>
  101. <SubType>Designer</SubType>
  102. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  103. </Content>
  104. <Page Include="HintDialog.xaml">
  105. <SubType>Designer</SubType>
  106. <Generator>MSBuild:Compile</Generator>
  107. </Page>
  108. <Page Include="MainWindow.xaml">
  109. <Generator>MSBuild:Compile</Generator>
  110. <SubType>Designer</SubType>
  111. </Page>
  112. <Compile Include="App.xaml.cs">
  113. <DependentUpon>App.xaml</DependentUpon>
  114. <SubType>Code</SubType>
  115. </Compile>
  116. <Compile Include="Assist\SemaphoreQueue.cs" />
  117. <Compile Include="Assist\SerialPortocol.cs" />
  118. <Compile Include="Assist\TcpSerializer.cs" />
  119. <Compile Include="Assist\WebClientTimeout.cs">
  120. <SubType>Component</SubType>
  121. </Compile>
  122. <Compile Include="Converter\BooleanAndConverter.cs" />
  123. <Compile Include="HintDialog.xaml.cs">
  124. <DependentUpon>HintDialog.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="Interface\IIogger.cs" />
  127. <Compile Include="Interface\ISerialPort.cs" />
  128. <Compile Include="MainViewModel.cs" />
  129. <Compile Include="MainWindow.xaml.cs">
  130. <DependentUpon>MainWindow.xaml</DependentUpon>
  131. <SubType>Code</SubType>
  132. </Compile>
  133. <Page Include="SigninDialog.xaml">
  134. <SubType>Designer</SubType>
  135. <Generator>MSBuild:Compile</Generator>
  136. </Page>
  137. </ItemGroup>
  138. <ItemGroup>
  139. <Compile Include="Model\ButtonStatus.cs" />
  140. <Compile Include="Model\FirmwareUpdateModel.cs" />
  141. <Compile Include="Model\SettingConfig.cs" />
  142. <Compile Include="Model\UploadFile.cs" />
  143. <Compile Include="Procedure\ButtonStatusCheckPorcedure.cs" />
  144. <Compile Include="Model\EvseSerialResponseModel.cs" />
  145. <Compile Include="Model\SimStatus.cs" />
  146. <Compile Include="Procedure\BasicInfoUpdateProcedure.cs" />
  147. <Compile Include="Procedure\FirmwareUpdateProcedure.cs" />
  148. <Compile Include="Procedure\FourGenModuleCheckProcedure.cs" />
  149. <Compile Include="Procedure\ProcedureBase.cs" />
  150. <Compile Include="Model\UpdateData.cs" />
  151. <Compile Include="Procedure\RestarttoIdelProcedure.cs" />
  152. <Compile Include="Properties\AssemblyInfo.cs">
  153. <SubType>Code</SubType>
  154. </Compile>
  155. <Compile Include="Properties\Resources.Designer.cs">
  156. <AutoGen>True</AutoGen>
  157. <DesignTime>True</DesignTime>
  158. <DependentUpon>Resources.resx</DependentUpon>
  159. </Compile>
  160. <Compile Include="Properties\Settings.Designer.cs">
  161. <AutoGen>True</AutoGen>
  162. <DependentUpon>Settings.settings</DependentUpon>
  163. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  164. </Compile>
  165. <EmbeddedResource Include="Properties\Resources.resx">
  166. <Generator>ResXFileCodeGenerator</Generator>
  167. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  168. </EmbeddedResource>
  169. <None Include="app.manifest" />
  170. <None Include="packages.config" />
  171. <None Include="Properties\Settings.settings">
  172. <Generator>SettingsSingleFileGenerator</Generator>
  173. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  174. </None>
  175. </ItemGroup>
  176. <ItemGroup>
  177. <None Include="App.config" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <Resource Include="Image\Blue.png" />
  181. <Resource Include="Image\Emergency.png" />
  182. <Resource Include="Image\Green.png" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <Folder Include="DLL\" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <ProjectReference Include="..\MesAdaptor\MesAdaptor.csproj">
  189. <Project>{6b69cf23-270b-429b-a21d-ad98c2dff678}</Project>
  190. <Name>MesAdaptor</Name>
  191. </ProjectReference>
  192. <ProjectReference Include="..\PhihongSystemID\PhihongSystemID.csproj">
  193. <Project>{82536d82-f84b-47a5-a7f3-c668124188c5}</Project>
  194. <Name>PhihongSystemID</Name>
  195. </ProjectReference>
  196. </ItemGroup>
  197. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  198. <PropertyGroup>
  199. <PreBuildEvent>GitVersion.exe $(SolutionDir) /updateassemblyinfo</PreBuildEvent>
  200. </PropertyGroup>
  201. </Project>