centralController.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  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>{9E7EDF21-C6F4-4245-AE41-0C020C7107C2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>centralController</RootNamespace>
  10. <AssemblyName>centralController</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <RunCodeAnalysis>false</RunCodeAnalysis>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <ApplicationIcon>icon.ico</ApplicationIcon>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="db, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>sdk\mysql\db.dll</HintPath>
  43. </Reference>
  44. <Reference Include="DevComponents.DotNetBar.Schedule, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>sdk\dotnetbar\DevComponents.DotNetBar.Schedule.dll</HintPath>
  47. </Reference>
  48. <Reference Include="DevComponents.DotNetBar.SuperGrid, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>sdk\dotnetbar\DevComponents.DotNetBar.SuperGrid.dll</HintPath>
  51. </Reference>
  52. <Reference Include="DevComponents.DotNetBar2, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>sdk\dotnetbar\DevComponents.DotNetBar2.dll</HintPath>
  55. </Reference>
  56. <Reference Include="DevComponents.Instrumentation, Version=12.5.0.2, Culture=neutral, PublicKeyToken=bc4a9d761ea44ef0, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>sdk\dotnetbar\DevComponents.Instrumentation.dll</HintPath>
  59. </Reference>
  60. <Reference Include="DotNetty.Buffers">
  61. <HintPath>sdk\dotNetty\DotNetty.Buffers.dll</HintPath>
  62. </Reference>
  63. <Reference Include="DotNetty.Codecs">
  64. <HintPath>sdk\dotNetty\DotNetty.Codecs.dll</HintPath>
  65. </Reference>
  66. <Reference Include="DotNetty.Common">
  67. <HintPath>sdk\dotNetty\DotNetty.Common.dll</HintPath>
  68. </Reference>
  69. <Reference Include="DotNetty.Handlers">
  70. <HintPath>sdk\dotNetty\DotNetty.Handlers.dll</HintPath>
  71. </Reference>
  72. <Reference Include="DotNetty.Transport">
  73. <HintPath>sdk\dotNetty\DotNetty.Transport.dll</HintPath>
  74. </Reference>
  75. <Reference Include="HslCommunication">
  76. <HintPath>sdk\VZ_Sdk\HslCommunication.dll</HintPath>
  77. </Reference>
  78. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>sdk\log4net\log4net.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Microsoft.Extensions.Configuration">
  83. <HintPath>sdk\dotNetty\Microsoft.Extensions.Configuration.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Microsoft.Extensions.Configuration.Abstractions">
  86. <HintPath>sdk\dotNetty\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Microsoft.Extensions.Configuration.FileExtensions">
  89. <HintPath>sdk\dotNetty\Microsoft.Extensions.Configuration.FileExtensions.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Microsoft.Extensions.Configuration.Json">
  92. <HintPath>sdk\dotNetty\Microsoft.Extensions.Configuration.Json.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions">
  95. <HintPath>sdk\dotNetty\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Microsoft.Extensions.FileProviders.Abstractions">
  98. <HintPath>sdk\dotNetty\Microsoft.Extensions.FileProviders.Abstractions.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Microsoft.Extensions.FileProviders.Physical">
  101. <HintPath>sdk\dotNetty\Microsoft.Extensions.FileProviders.Physical.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Microsoft.Extensions.Logging">
  104. <HintPath>sdk\dotNetty\Microsoft.Extensions.Logging.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Microsoft.Extensions.Logging.Abstractions">
  107. <HintPath>sdk\dotNetty\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  108. </Reference>
  109. <Reference Include="Microsoft.Extensions.Primitives">
  110. <HintPath>sdk\dotNetty\Microsoft.Extensions.Primitives.dll</HintPath>
  111. </Reference>
  112. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  113. <SpecificVersion>False</SpecificVersion>
  114. <EmbedInteropTypes>True</EmbedInteropTypes>
  115. <HintPath>sdk\Microsoft.Office.Interop.Excel.dll</HintPath>
  116. </Reference>
  117. <Reference Include="MySql.Data, Version=6.7.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  118. <SpecificVersion>False</SpecificVersion>
  119. <HintPath>sdk\mysql\MySql.Data.dll</HintPath>
  120. </Reference>
  121. <Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  122. <SpecificVersion>False</SpecificVersion>
  123. <HintPath>sdk\dotNetty\netstandard.dll</HintPath>
  124. </Reference>
  125. <Reference Include="nettyCommunication">
  126. <HintPath>sdk\dotNetty\nettyCommunication.dll</HintPath>
  127. </Reference>
  128. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  129. <SpecificVersion>False</SpecificVersion>
  130. <HintPath>sdk\dotNetty\Newtonsoft.Json.dll</HintPath>
  131. </Reference>
  132. <Reference Include="PLCS7, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  133. <SpecificVersion>False</SpecificVersion>
  134. <HintPath>sdk\PLC\PLCS7.dll</HintPath>
  135. </Reference>
  136. <Reference Include="snap7Enc, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  137. <SpecificVersion>False</SpecificVersion>
  138. <HintPath>sdk\PLC\snap7Enc.dll</HintPath>
  139. </Reference>
  140. <Reference Include="System" />
  141. <Reference Include="System.Collections.Immutable">
  142. <HintPath>sdk\dotNetty\System.Collections.Immutable.dll</HintPath>
  143. </Reference>
  144. <Reference Include="System.Configuration" />
  145. <Reference Include="System.Core" />
  146. <Reference Include="System.Management" />
  147. <Reference Include="System.Runtime.CompilerServices.Unsafe">
  148. <HintPath>sdk\dotNetty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  149. </Reference>
  150. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  151. <HintPath>sdk\dotNetty\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  152. </Reference>
  153. <Reference Include="System.Threading.Tasks.Extensions">
  154. <HintPath>sdk\dotNetty\System.Threading.Tasks.Extensions.dll</HintPath>
  155. </Reference>
  156. <Reference Include="System.Xml.Linq" />
  157. <Reference Include="System.Data.DataSetExtensions" />
  158. <Reference Include="Microsoft.CSharp" />
  159. <Reference Include="System.Data" />
  160. <Reference Include="System.Deployment" />
  161. <Reference Include="System.Drawing" />
  162. <Reference Include="System.Net.Http" />
  163. <Reference Include="System.Windows.Forms" />
  164. <Reference Include="System.Xml" />
  165. </ItemGroup>
  166. <ItemGroup>
  167. <Compile Include="advert\AdvertManager.cs" />
  168. <Compile Include="allInOneMachine\broadcastModule.cs" />
  169. <Compile Include="allInOneMachine\Led5kSDK.cs" />
  170. <Compile Include="allInOneMachine\Program.cs" />
  171. <Compile Include="entity\AbstractMessage.cs" />
  172. <Compile Include="entity\Jsonhelper.cs" />
  173. <Compile Include="FormAboutUs.cs">
  174. <SubType>Form</SubType>
  175. </Compile>
  176. <Compile Include="FormAboutUs.Designer.cs">
  177. <DependentUpon>FormAboutUs.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="FormModbus\BaseConfig_From.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="FormModbus\BaseConfig_From.designer.cs">
  183. <DependentUpon>BaseConfig_From.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="FormModbus\FormModbus.cs">
  186. <SubType>Form</SubType>
  187. </Compile>
  188. <Compile Include="FormModbus\FormModbus.Designer.cs">
  189. <DependentUpon>FormModbus.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="FormModbus\Jsonhelper.cs" />
  192. <Compile Include="FormModbus\NetCfg_Form.cs">
  193. <SubType>Form</SubType>
  194. </Compile>
  195. <Compile Include="FormModbus\NetCfg_Form.designer.cs">
  196. <DependentUpon>NetCfg_Form.cs</DependentUpon>
  197. </Compile>
  198. <Compile Include="FormModbus\RuleCfg_Form.cs">
  199. <SubType>Form</SubType>
  200. </Compile>
  201. <Compile Include="FormModbus\RuleCfg_Form.designer.cs">
  202. <DependentUpon>RuleCfg_Form.cs</DependentUpon>
  203. </Compile>
  204. <Compile Include="FormModbus\RVideoCfg_Form.cs">
  205. <SubType>Form</SubType>
  206. </Compile>
  207. <Compile Include="FormModbus\RVideoCfg_Form.designer.cs">
  208. <DependentUpon>RVideoCfg_Form.cs</DependentUpon>
  209. </Compile>
  210. <Compile Include="FormModbus\StrToJson.cs" />
  211. <Compile Include="FormModbus\VideoCfg_Form.cs">
  212. <SubType>Form</SubType>
  213. </Compile>
  214. <Compile Include="FormModbus\VideoCfg_Form.designer.cs">
  215. <DependentUpon>VideoCfg_Form.cs</DependentUpon>
  216. </Compile>
  217. <Compile Include="FormNumberMachinePreview.cs">
  218. <SubType>Form</SubType>
  219. </Compile>
  220. <Compile Include="FormNumberMachinePreview.Designer.cs">
  221. <DependentUpon>FormNumberMachinePreview.cs</DependentUpon>
  222. </Compile>
  223. <Compile Include="FormRecordsManager.cs">
  224. <SubType>Form</SubType>
  225. </Compile>
  226. <Compile Include="FormRecordsManager.Designer.cs">
  227. <DependentUpon>FormRecordsManager.cs</DependentUpon>
  228. </Compile>
  229. <Compile Include="FormSysConfig.cs">
  230. <SubType>Form</SubType>
  231. </Compile>
  232. <Compile Include="FormSysConfig.Designer.cs">
  233. <DependentUpon>FormSysConfig.cs</DependentUpon>
  234. </Compile>
  235. <Compile Include="FormSysInfo.cs">
  236. <SubType>Form</SubType>
  237. </Compile>
  238. <Compile Include="FormSysInfo.Designer.cs">
  239. <DependentUpon>FormSysInfo.cs</DependentUpon>
  240. </Compile>
  241. <Compile Include="FormPaymentScheme.cs">
  242. <SubType>Form</SubType>
  243. </Compile>
  244. <Compile Include="FormPaymentScheme.Designer.cs">
  245. <DependentUpon>FormPaymentScheme.cs</DependentUpon>
  246. </Compile>
  247. <Compile Include="language\Language.cs" />
  248. <Compile Include="LOG\Credence.cs" />
  249. <Compile Include="LOG\log.cs" />
  250. <Compile Include="LOG\LogManager.cs" />
  251. <Compile Include="LOG\LogTest.cs" />
  252. <Compile Include="model\MainModel.cs" />
  253. <Compile Include="model\PaymentScheme.cs" />
  254. <Compile Include="model\SysConst.cs" />
  255. <Compile Include="FormPLCConf.cs">
  256. <SubType>Form</SubType>
  257. </Compile>
  258. <Compile Include="FormPLCConf.Designer.cs">
  259. <DependentUpon>FormPLCConf.cs</DependentUpon>
  260. </Compile>
  261. <Compile Include="model\TermModel.cs" />
  262. <Compile Include="Monitor\SystemInitializer.cs" />
  263. <Compile Include="FormCentralController.cs">
  264. <SubType>Form</SubType>
  265. </Compile>
  266. <Compile Include="FormCentralController.Designer.cs">
  267. <DependentUpon>FormCentralController.cs</DependentUpon>
  268. </Compile>
  269. <Compile Include="Monitor\IMonitor.cs" />
  270. <Compile Include="Monitor\Monitor.cs" />
  271. <Compile Include="NumMachine\INumMachineLinker.cs" />
  272. <Compile Include="NumMachine\NumMachine.cs" />
  273. <Compile Include="NumMachine\VzClientSDK.cs" />
  274. <Compile Include="Program.cs" />
  275. <Compile Include="Properties\AssemblyInfo.cs" />
  276. <Compile Include="SuperAdmin\ISuperAdmin.cs" />
  277. <Compile Include="SuperAdmin\SuperAdmin.cs" />
  278. <Compile Include="Terminal\ITerminalDisplay.cs" />
  279. <Compile Include="Terminal\Terminal.cs" />
  280. <Compile Include="Terminal\TerminalSimul.cs" />
  281. <Compile Include="Tools\BlockingQueue.cs" />
  282. <Compile Include="Tools\JsonByByteToObjectTools.cs" />
  283. <Compile Include="Tools\MyTimer.cs" />
  284. <Compile Include="WebServer\CentralForWebSocketServer.cs" />
  285. <Compile Include="WebServer\IWebServer.cs" />
  286. <Compile Include="WebServer\LazySingleton.cs" />
  287. <Compile Include="WebServer\MultiSocketThread.cs" />
  288. <Compile Include="WebServer\WebServer.cs" />
  289. <EmbeddedResource Include="FormAboutUs.resx">
  290. <DependentUpon>FormAboutUs.cs</DependentUpon>
  291. </EmbeddedResource>
  292. <EmbeddedResource Include="FormModbus\BaseConfig_From.resx">
  293. <DependentUpon>BaseConfig_From.cs</DependentUpon>
  294. </EmbeddedResource>
  295. <EmbeddedResource Include="FormModbus\FormModbus.resx">
  296. <DependentUpon>FormModbus.cs</DependentUpon>
  297. </EmbeddedResource>
  298. <EmbeddedResource Include="FormModbus\NetCfg_Form.resx">
  299. <DependentUpon>NetCfg_Form.cs</DependentUpon>
  300. </EmbeddedResource>
  301. <EmbeddedResource Include="FormModbus\RuleCfg_Form.resx">
  302. <DependentUpon>RuleCfg_Form.cs</DependentUpon>
  303. </EmbeddedResource>
  304. <EmbeddedResource Include="FormModbus\RVideoCfg_Form.resx">
  305. <DependentUpon>RVideoCfg_Form.cs</DependentUpon>
  306. </EmbeddedResource>
  307. <EmbeddedResource Include="FormModbus\VideoCfg_Form.resx">
  308. <DependentUpon>VideoCfg_Form.cs</DependentUpon>
  309. </EmbeddedResource>
  310. <EmbeddedResource Include="FormNumberMachinePreview.resx">
  311. <DependentUpon>FormNumberMachinePreview.cs</DependentUpon>
  312. </EmbeddedResource>
  313. <EmbeddedResource Include="FormRecordsManager.resx">
  314. <DependentUpon>FormRecordsManager.cs</DependentUpon>
  315. </EmbeddedResource>
  316. <EmbeddedResource Include="FormSysConfig.resx">
  317. <DependentUpon>FormSysConfig.cs</DependentUpon>
  318. </EmbeddedResource>
  319. <EmbeddedResource Include="FormSysInfo.resx">
  320. <DependentUpon>FormSysInfo.cs</DependentUpon>
  321. </EmbeddedResource>
  322. <EmbeddedResource Include="FormPaymentScheme.resx">
  323. <DependentUpon>FormPaymentScheme.cs</DependentUpon>
  324. </EmbeddedResource>
  325. <EmbeddedResource Include="FormCentralController.resx">
  326. <DependentUpon>FormCentralController.cs</DependentUpon>
  327. <SubType>Designer</SubType>
  328. </EmbeddedResource>
  329. <EmbeddedResource Include="FormPLCConf.resx">
  330. <DependentUpon>FormPLCConf.cs</DependentUpon>
  331. </EmbeddedResource>
  332. <EmbeddedResource Include="Properties\Resources.resx">
  333. <Generator>ResXFileCodeGenerator</Generator>
  334. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  335. <SubType>Designer</SubType>
  336. </EmbeddedResource>
  337. <Compile Include="Properties\Resources.Designer.cs">
  338. <AutoGen>True</AutoGen>
  339. <DependentUpon>Resources.resx</DependentUpon>
  340. <DesignTime>True</DesignTime>
  341. </Compile>
  342. <None Include="ClassDiagram1.cd" />
  343. <None Include="Properties\Settings.settings">
  344. <Generator>SettingsSingleFileGenerator</Generator>
  345. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  346. </None>
  347. <Compile Include="Properties\Settings.Designer.cs">
  348. <AutoGen>True</AutoGen>
  349. <DependentUpon>Settings.settings</DependentUpon>
  350. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  351. </Compile>
  352. <None Include="serversettings.json">
  353. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  354. </None>
  355. </ItemGroup>
  356. <ItemGroup>
  357. <None Include="App.config">
  358. <SubType>Designer</SubType>
  359. </None>
  360. </ItemGroup>
  361. <ItemGroup>
  362. <None Include="Resources\login_png.png" />
  363. <None Include="resource\image\map\pc.png" />
  364. <None Include="resource\image\map\monitor.png" />
  365. <None Include="resource\image\map\circulate2.png" />
  366. <None Include="resource\image\map\circulate.png" />
  367. <None Include="resource\image\menu\close.png" />
  368. <None Include="resource\image\menu\about.png" />
  369. <None Include="resource\image\menu\openFile.png" />
  370. <None Include="resource\image\menu\sysExplain.png" />
  371. <None Include="resource\image\map\numMachine.png" />
  372. <None Include="resource\image\map\car.png" />
  373. <Content Include="icon.ico" />
  374. <None Include="resource\image\icon.png" />
  375. <Content Include="sdk\broadcast\Led5kSDK.dll">
  376. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  377. </Content>
  378. <Content Include="sdk\log4net\log4net.dll" />
  379. <Content Include="sdk\mysql\MySql.Data.dll" />
  380. <Content Include="sdk\PLC\PLCS7.dll" />
  381. <Content Include="sdk\PLC\S7.Net.dll" />
  382. <Content Include="sdk\VZ_Sdk\iDecoders.dll">
  383. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  384. </Content>
  385. <Content Include="sdk\VZ_Sdk\VzDrawsLib.dll">
  386. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  387. </Content>
  388. <Content Include="sdk\VZ_Sdk\VzLPRSDK.dll">
  389. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  390. </Content>
  391. <Content Include="sdk\VZ_Sdk\VZ_Sdk.dll">
  392. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  393. </Content>
  394. <Resource Include="sdk\log4net\log4net.xml" />
  395. </ItemGroup>
  396. <ItemGroup>
  397. <Folder Include="Entry\" />
  398. </ItemGroup>
  399. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  400. </Project>