DeviceCenter.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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>{A65FD62A-F03C-49C5-AE88-9C9D9399CB4C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>DeviceCenter</RootNamespace>
  10. <AssemblyName>DeviceCenter</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</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. </PropertyGroup>
  18. <PropertyGroup>
  19. <ApplicationIcon>assets\icon.ico</ApplicationIcon>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  22. <DebugSymbols>true</DebugSymbols>
  23. <OutputPath>bin\x86\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <DebugType>full</DebugType>
  26. <PlatformTarget>x86</PlatformTarget>
  27. <LangVersion>7.3</LangVersion>
  28. <ErrorReport>prompt</ErrorReport>
  29. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  30. <Prefer32Bit>true</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  33. <OutputPath>bin\x86\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <Optimize>true</Optimize>
  36. <DebugType>pdbonly</DebugType>
  37. <PlatformTarget>x86</PlatformTarget>
  38. <LangVersion>7.3</LangVersion>
  39. <ErrorReport>prompt</ErrorReport>
  40. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  41. <Prefer32Bit>true</Prefer32Bit>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <TargetZone>LocalIntranet</TargetZone>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <GenerateManifests>false</GenerateManifests>
  48. </PropertyGroup>
  49. <PropertyGroup />
  50. <PropertyGroup>
  51. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="CommonServiceLocator, Version=2.0.5.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  55. <HintPath>packages\CommonServiceLocator.2.0.5\lib\net47\CommonServiceLocator.dll</HintPath>
  56. </Reference>
  57. <Reference Include="FluentScheduler, Version=5.5.1.0, Culture=neutral, processorArchitecture=MSIL">
  58. <HintPath>packages\FluentScheduler.5.5.1\lib\netstandard2.0\FluentScheduler.dll</HintPath>
  59. </Reference>
  60. <Reference Include="FontAwesome5, Version=2.0.8.0, Culture=neutral, PublicKeyToken=9cfaf01297a008f8, processorArchitecture=MSIL">
  61. <HintPath>packages\FontAwesome5.2.0.8\lib\net472\FontAwesome5.dll</HintPath>
  62. </Reference>
  63. <Reference Include="FontAwesome5.Net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=9cfaf01297a008f8, processorArchitecture=MSIL">
  64. <HintPath>packages\FontAwesome5.2.0.8\lib\net472\FontAwesome5.Net.dll</HintPath>
  65. </Reference>
  66. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  67. <HintPath>packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  70. <HintPath>packages\Microsoft.Extensions.Logging.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  73. <HintPath>packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Notifications.Wpf, Version=0.1.1.0, Culture=neutral, processorArchitecture=MSIL">
  76. <HintPath>packages\Notifications.Wpf.0.1.1\lib\net461\Notifications.Wpf.dll</HintPath>
  77. </Reference>
  78. <Reference Include="RestSharp, Version=106.11.4.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
  79. <HintPath>packages\RestSharp.106.11.4\lib\net452\RestSharp.dll</HintPath>
  80. </Reference>
  81. <Reference Include="RSG.Promise, Version=3.0.1.0, Culture=neutral, PublicKeyToken=7019fe0722eef3a4, processorArchitecture=MSIL">
  82. <HintPath>packages\RSG.Promise.3.0.1\lib\net35\RSG.Promise.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System" />
  85. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  86. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Configuration" />
  89. <Reference Include="System.Data" />
  90. <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  91. <HintPath>packages\System.Diagnostics.DiagnosticSource.4.7.1\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Drawing" />
  94. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  95. <HintPath>packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.Numerics" />
  98. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  99. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  102. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System.Runtime.Remoting" />
  105. <Reference Include="System.Web" />
  106. <Reference Include="System.Web.Extensions" />
  107. <Reference Include="System.Windows.Forms" />
  108. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  109. <HintPath>packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System.Xml" />
  112. <Reference Include="Microsoft.CSharp" />
  113. <Reference Include="System.Core" />
  114. <Reference Include="System.Xml.Linq" />
  115. <Reference Include="System.Data.DataSetExtensions" />
  116. <Reference Include="System.Net.Http" />
  117. <Reference Include="System.Xaml">
  118. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  119. </Reference>
  120. <Reference Include="WindowsBase" />
  121. <Reference Include="PresentationCore" />
  122. <Reference Include="PresentationFramework" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <ApplicationDefinition Include="App.xaml">
  126. <Generator>MSBuild:Compile</Generator>
  127. <SubType>Designer</SubType>
  128. </ApplicationDefinition>
  129. <Compile Include="AskDate.xaml.cs">
  130. <DependentUpon>AskDate.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="model\AcsEvent.cs" />
  133. <Compile Include="model\Area.cs" />
  134. <Compile Include="model\Building.cs" />
  135. <Compile Include="model\CarCamDevice.cs" />
  136. <Compile Include="Converter.cs" />
  137. <Compile Include="model\Config.cs" />
  138. <Compile Include="enums\DeviceEnums.cs" />
  139. <Compile Include="model\EventUploadReq.cs" />
  140. <Compile Include="model\Floor.cs" />
  141. <Compile Include="model\GetAreasResponse.cs" />
  142. <Compile Include="model\GetBuildingResponse.cs" />
  143. <Compile Include="model\GetFloorResponse.cs" />
  144. <Compile Include="utils\AcsUtil.cs" />
  145. <Compile Include="utils\AppUtil.cs" />
  146. <Compile Include="utils\ConfigUtil.cs" />
  147. <Compile Include="utils\EnumerationExtension.cs" />
  148. <Compile Include="utils\EnumItemsSource.cs" />
  149. <Compile Include="utils\http.cs" />
  150. <Compile Include="utils\PortUtil.cs" />
  151. <Compile Include="utils\ProcessUtil.cs" />
  152. <Compile Include="utils\TypeMap.cs" />
  153. <Compile Include="utils\VehicleUtil.cs" />
  154. <Compile Include="views\ExitConfirm.xaml.cs">
  155. <DependentUpon>ExitConfirm.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="views\Splash.xaml.cs">
  158. <DependentUpon>Splash.xaml</DependentUpon>
  159. </Compile>
  160. <Page Include="AskDate.xaml">
  161. <SubType>Designer</SubType>
  162. <Generator>MSBuild:Compile</Generator>
  163. </Page>
  164. <Page Include="views\AddDevice.xaml">
  165. <SubType>Designer</SubType>
  166. <Generator>MSBuild:Compile</Generator>
  167. </Page>
  168. <Page Include="views\ExitConfirm.xaml">
  169. <SubType>Designer</SubType>
  170. <Generator>MSBuild:Compile</Generator>
  171. </Page>
  172. <Page Include="views\Login.xaml">
  173. <SubType>Designer</SubType>
  174. <Generator>MSBuild:Compile</Generator>
  175. </Page>
  176. <Page Include="views\MainWindow.xaml">
  177. <Generator>MSBuild:Compile</Generator>
  178. <SubType>Designer</SubType>
  179. </Page>
  180. <Compile Include="model\AcsDevice.cs" />
  181. <Compile Include="views\AddDevice.xaml.cs">
  182. <DependentUpon>AddDevice.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="App.xaml.cs">
  185. <DependentUpon>App.xaml</DependentUpon>
  186. <SubType>Code</SubType>
  187. </Compile>
  188. <Compile Include="AscDemoPublic.cs" />
  189. <Compile Include="model\Device.cs" />
  190. <Compile Include="GetAcsEventType.cs" />
  191. <Compile Include="libs\HCNetSDK.cs" />
  192. <Compile Include="views\Login.xaml.cs">
  193. <DependentUpon>Login.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="views\MainWindow.xaml.cs">
  196. <DependentUpon>MainWindow.xaml</DependentUpon>
  197. <SubType>Code</SubType>
  198. </Compile>
  199. <Page Include="views\Splash.xaml">
  200. <SubType>Designer</SubType>
  201. <Generator>MSBuild:Compile</Generator>
  202. </Page>
  203. </ItemGroup>
  204. <ItemGroup>
  205. <Compile Include="libs\CarCamSDK.cs" />
  206. <Compile Include="PlayCtrl.cs" />
  207. <Compile Include="Properties\AssemblyInfo.cs">
  208. <SubType>Code</SubType>
  209. </Compile>
  210. <Compile Include="Properties\Resources.Designer.cs">
  211. <AutoGen>True</AutoGen>
  212. <DesignTime>True</DesignTime>
  213. <DependentUpon>Resources.resx</DependentUpon>
  214. </Compile>
  215. <Compile Include="Properties\Settings.Designer.cs">
  216. <AutoGen>True</AutoGen>
  217. <DependentUpon>Settings.settings</DependentUpon>
  218. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  219. </Compile>
  220. <EmbeddedResource Include="Properties\Resources.resx">
  221. <Generator>ResXFileCodeGenerator</Generator>
  222. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  223. </EmbeddedResource>
  224. <None Include="log4net.config">
  225. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  226. </None>
  227. <None Include="packages.config" />
  228. <None Include="Properties\app.manifest" />
  229. <None Include="Properties\Settings.settings">
  230. <Generator>SettingsSingleFileGenerator</Generator>
  231. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  232. </None>
  233. </ItemGroup>
  234. <ItemGroup>
  235. <None Include="App.config" />
  236. </ItemGroup>
  237. <ItemGroup>
  238. <Content Include="assets\icon.ico">
  239. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  240. </Content>
  241. </ItemGroup>
  242. <ItemGroup>
  243. <Resource Include="assets\loading.jpg" />
  244. </ItemGroup>
  245. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  246. <PropertyGroup>
  247. <PostBuildEvent>xcopy /y /d "$(ProjectDir)*.dll" "$(ProjectDir)$(OutDir)"
  248. xcopy /y /d "$(ProjectDir)CommandApp_USBRelay.exe" "$(ProjectDir)$(OutDir)"
  249. xcopy /y /e /i /q "$(ProjectDir)HCNetSDKCom\*" "$(ProjectDir)$(OutDir)\HCNetSDKCom"</PostBuildEvent>
  250. </PropertyGroup>
  251. </Project>