DeviceCenter.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  57. <HintPath>packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Web" />
  62. <Reference Include="System.Web.Extensions" />
  63. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <HintPath>packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Xml" />
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System.Core" />
  69. <Reference Include="System.Xml.Linq" />
  70. <Reference Include="System.Data.DataSetExtensions" />
  71. <Reference Include="System.Net.Http" />
  72. <Reference Include="System.Xaml">
  73. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  74. </Reference>
  75. <Reference Include="WindowsBase" />
  76. <Reference Include="PresentationCore" />
  77. <Reference Include="PresentationFramework" />
  78. <Reference Include="WPFNotification, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  79. <HintPath>packages\WPFNotification.1.1.0\lib\WPFNotification.dll</HintPath>
  80. </Reference>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ApplicationDefinition Include="App.xaml">
  84. <Generator>MSBuild:Compile</Generator>
  85. <SubType>Designer</SubType>
  86. </ApplicationDefinition>
  87. <Compile Include="model\CarCamDevice.cs" />
  88. <Compile Include="Converter.cs" />
  89. <Compile Include="utils\AcsUtil.cs" />
  90. <Compile Include="utils\AppUtil.cs" />
  91. <Compile Include="utils\NotificationUtil.cs" />
  92. <Compile Include="utils\PortUtil.cs" />
  93. <Compile Include="utils\ProcessUtil.cs" />
  94. <Compile Include="utils\TypeMap.cs" />
  95. <Compile Include="utils\VehicleUtil.cs" />
  96. <Page Include="views\AddDevice.xaml">
  97. <SubType>Designer</SubType>
  98. <Generator>MSBuild:Compile</Generator>
  99. </Page>
  100. <Page Include="views\Login.xaml">
  101. <SubType>Designer</SubType>
  102. <Generator>MSBuild:Compile</Generator>
  103. </Page>
  104. <Page Include="views\MainWindow.xaml">
  105. <Generator>MSBuild:Compile</Generator>
  106. <SubType>Designer</SubType>
  107. </Page>
  108. <Compile Include="model\AcsDevice.cs" />
  109. <Compile Include="views\AddDevice.xaml.cs">
  110. <DependentUpon>AddDevice.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="App.xaml.cs">
  113. <DependentUpon>App.xaml</DependentUpon>
  114. <SubType>Code</SubType>
  115. </Compile>
  116. <Compile Include="AscDemoPublic.cs" />
  117. <Compile Include="model\Device.cs" />
  118. <Compile Include="GetAcsEventType.cs" />
  119. <Compile Include="libs\HCNetSDK.cs" />
  120. <Compile Include="views\Login.xaml.cs">
  121. <DependentUpon>Login.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="views\MainWindow.xaml.cs">
  124. <DependentUpon>MainWindow.xaml</DependentUpon>
  125. <SubType>Code</SubType>
  126. </Compile>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Compile Include="libs\CarCamSDK.cs" />
  130. <Compile Include="PlayCtrl.cs" />
  131. <Compile Include="Properties\AssemblyInfo.cs">
  132. <SubType>Code</SubType>
  133. </Compile>
  134. <Compile Include="Properties\Resources.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DesignTime>True</DesignTime>
  137. <DependentUpon>Resources.resx</DependentUpon>
  138. </Compile>
  139. <Compile Include="Properties\Settings.Designer.cs">
  140. <AutoGen>True</AutoGen>
  141. <DependentUpon>Settings.settings</DependentUpon>
  142. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  143. </Compile>
  144. <EmbeddedResource Include="Properties\Resources.resx">
  145. <Generator>ResXFileCodeGenerator</Generator>
  146. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  147. </EmbeddedResource>
  148. <None Include="log4net.config" />
  149. <None Include="packages.config" />
  150. <None Include="Properties\app.manifest" />
  151. <None Include="Properties\Settings.settings">
  152. <Generator>SettingsSingleFileGenerator</Generator>
  153. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  154. </None>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <None Include="App.config" />
  158. </ItemGroup>
  159. <ItemGroup>
  160. <Resource Include="assets\icon.ico" />
  161. </ItemGroup>
  162. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  163. <PropertyGroup>
  164. <PostBuildEvent>xcopy /y /d "$(ProjectDir)*.dll" "$(ProjectDir)$(OutDir)"
  165. xcopy /y /d "$(ProjectDir)CommandApp_USBRelay.exe" "$(ProjectDir)$(OutDir)"
  166. xcopy /y /e /i /q "$(ProjectDir)HCNetSDKCom\*" "$(ProjectDir)$(OutDir)\HCNetSDKCom"</PostBuildEvent>
  167. </PropertyGroup>
  168. </Project>