DeviceCenter.csproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="CommonServiceLocator, Version=2.0.5.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  54. <HintPath>packages\CommonServiceLocator.2.0.5\lib\net47\CommonServiceLocator.dll</HintPath>
  55. </Reference>
  56. <Reference Include="FontAwesome5, Version=2.0.8.0, Culture=neutral, PublicKeyToken=9cfaf01297a008f8, processorArchitecture=MSIL">
  57. <HintPath>packages\FontAwesome5.2.0.8\lib\net472\FontAwesome5.dll</HintPath>
  58. </Reference>
  59. <Reference Include="FontAwesome5.Net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=9cfaf01297a008f8, processorArchitecture=MSIL">
  60. <HintPath>packages\FontAwesome5.2.0.8\lib\net472\FontAwesome5.Net.dll</HintPath>
  61. </Reference>
  62. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  63. <HintPath>packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  66. <HintPath>packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  67. </Reference>
  68. <Reference Include="RestSharp, Version=106.11.4.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
  69. <HintPath>packages\RestSharp.106.11.4\lib\net452\RestSharp.dll</HintPath>
  70. </Reference>
  71. <Reference Include="RSG.Promise, Version=3.0.1.0, Culture=neutral, PublicKeyToken=7019fe0722eef3a4, processorArchitecture=MSIL">
  72. <HintPath>packages\RSG.Promise.3.0.1\lib\net35\RSG.Promise.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Web" />
  77. <Reference Include="System.Web.Extensions" />
  78. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  79. <HintPath>packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Xml" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="System.Net.Http" />
  87. <Reference Include="System.Xaml">
  88. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  89. </Reference>
  90. <Reference Include="WindowsBase" />
  91. <Reference Include="PresentationCore" />
  92. <Reference Include="PresentationFramework" />
  93. <Reference Include="WPFNotification, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  94. <HintPath>packages\WPFNotification.1.1.0\lib\WPFNotification.dll</HintPath>
  95. </Reference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ApplicationDefinition Include="App.xaml">
  99. <Generator>MSBuild:Compile</Generator>
  100. <SubType>Designer</SubType>
  101. </ApplicationDefinition>
  102. <Compile Include="model\Area.cs" />
  103. <Compile Include="model\Building.cs" />
  104. <Compile Include="model\CarCamDevice.cs" />
  105. <Compile Include="Converter.cs" />
  106. <Compile Include="model\Config.cs" />
  107. <Compile Include="model\Floor.cs" />
  108. <Compile Include="model\GetAreasResponse.cs" />
  109. <Compile Include="model\GetBuildingResponse.cs" />
  110. <Compile Include="model\GetFloorResponse.cs" />
  111. <Compile Include="utils\AcsUtil.cs" />
  112. <Compile Include="utils\AppUtil.cs" />
  113. <Compile Include="utils\ConfigUtil.cs" />
  114. <Compile Include="utils\EnumerationExtension.cs" />
  115. <Compile Include="utils\http.cs" />
  116. <Compile Include="utils\NotificationUtil.cs" />
  117. <Compile Include="utils\PortUtil.cs" />
  118. <Compile Include="utils\ProcessUtil.cs" />
  119. <Compile Include="utils\TypeMap.cs" />
  120. <Compile Include="utils\VehicleUtil.cs" />
  121. <Page Include="views\AddDevice.xaml">
  122. <SubType>Designer</SubType>
  123. <Generator>MSBuild:Compile</Generator>
  124. </Page>
  125. <Page Include="views\Login.xaml">
  126. <SubType>Designer</SubType>
  127. <Generator>MSBuild:Compile</Generator>
  128. </Page>
  129. <Page Include="views\MainWindow.xaml">
  130. <Generator>MSBuild:Compile</Generator>
  131. <SubType>Designer</SubType>
  132. </Page>
  133. <Compile Include="model\AcsDevice.cs" />
  134. <Compile Include="views\AddDevice.xaml.cs">
  135. <DependentUpon>AddDevice.xaml</DependentUpon>
  136. </Compile>
  137. <Compile Include="App.xaml.cs">
  138. <DependentUpon>App.xaml</DependentUpon>
  139. <SubType>Code</SubType>
  140. </Compile>
  141. <Compile Include="AscDemoPublic.cs" />
  142. <Compile Include="model\Device.cs" />
  143. <Compile Include="GetAcsEventType.cs" />
  144. <Compile Include="libs\HCNetSDK.cs" />
  145. <Compile Include="views\Login.xaml.cs">
  146. <DependentUpon>Login.xaml</DependentUpon>
  147. </Compile>
  148. <Compile Include="views\MainWindow.xaml.cs">
  149. <DependentUpon>MainWindow.xaml</DependentUpon>
  150. <SubType>Code</SubType>
  151. </Compile>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <Compile Include="libs\CarCamSDK.cs" />
  155. <Compile Include="PlayCtrl.cs" />
  156. <Compile Include="Properties\AssemblyInfo.cs">
  157. <SubType>Code</SubType>
  158. </Compile>
  159. <Compile Include="Properties\Resources.Designer.cs">
  160. <AutoGen>True</AutoGen>
  161. <DesignTime>True</DesignTime>
  162. <DependentUpon>Resources.resx</DependentUpon>
  163. </Compile>
  164. <Compile Include="Properties\Settings.Designer.cs">
  165. <AutoGen>True</AutoGen>
  166. <DependentUpon>Settings.settings</DependentUpon>
  167. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  168. </Compile>
  169. <EmbeddedResource Include="Properties\Resources.resx">
  170. <Generator>ResXFileCodeGenerator</Generator>
  171. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  172. </EmbeddedResource>
  173. <None Include="log4net.config" />
  174. <None Include="packages.config" />
  175. <None Include="Properties\app.manifest" />
  176. <None Include="Properties\Settings.settings">
  177. <Generator>SettingsSingleFileGenerator</Generator>
  178. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  179. </None>
  180. </ItemGroup>
  181. <ItemGroup>
  182. <None Include="App.config" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <Resource Include="assets\icon.ico" />
  186. </ItemGroup>
  187. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  188. <PropertyGroup>
  189. <PostBuildEvent>xcopy /y /d "$(ProjectDir)*.dll" "$(ProjectDir)$(OutDir)"
  190. xcopy /y /d "$(ProjectDir)CommandApp_USBRelay.exe" "$(ProjectDir)$(OutDir)"
  191. xcopy /y /e /i /q "$(ProjectDir)HCNetSDKCom\*" "$(ProjectDir)$(OutDir)\HCNetSDKCom"</PostBuildEvent>
  192. </PropertyGroup>
  193. </Project>