WpfApp1.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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>{4B52BB18-B89A-47C0-A20C-27FF628437FE}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WpfApp1</RootNamespace>
  10. <AssemblyName>WpfApp1</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</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. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="broadcastDLL, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>sdk\broadcast\broadcastDLL.dll</HintPath>
  41. </Reference>
  42. <Reference Include="DatabaseDLL, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>sdk\mysql\DatabaseDLL.dll</HintPath>
  45. </Reference>
  46. <Reference Include="HslCommunication">
  47. <HintPath>sdk\VZ_Sdk\HslCommunication.dll</HintPath>
  48. </Reference>
  49. <Reference Include="MySql.Data, Version=6.7.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>sdk\mysql\MySql.Data.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Newtonsoft.Json">
  54. <HintPath>sdk\VZ_Sdk\Newtonsoft.Json.dll</HintPath>
  55. </Reference>
  56. <Reference Include="PLCS7, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>sdk\PLC\PLCS7.dll</HintPath>
  59. </Reference>
  60. <Reference Include="S7.Net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d5812d469e84c693, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>sdk\PLC\S7.Net.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System" />
  65. <Reference Include="System.Configuration" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Windows.Forms" />
  69. <Reference Include="System.Xml" />
  70. <Reference Include="Microsoft.CSharp" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="System.Xml.Linq" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="System.Net.Http" />
  75. <Reference Include="System.Xaml">
  76. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  77. </Reference>
  78. <Reference Include="WindowsBase" />
  79. <Reference Include="PresentationCore" />
  80. <Reference Include="PresentationFramework" />
  81. <Reference Include="WindowsFormsIntegration" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ApplicationDefinition Include="App.xaml">
  85. <Generator>MSBuild:Compile</Generator>
  86. <SubType>Designer</SubType>
  87. </ApplicationDefinition>
  88. <Compile Include="Entry\MainEntry.cs" />
  89. <Compile Include="entity\AbstractMessage.cs" />
  90. <Compile Include="entity\Jsonhelper.cs" />
  91. <Compile Include="Entry\SystemInitializer.cs" />
  92. <Compile Include="NumMachine\NumMachine.cs" />
  93. <Compile Include="SuperAdmin\ISuperAdmin.cs" />
  94. <Compile Include="SuperAdmin\SuperAdmin.cs" />
  95. <Compile Include="Terminal\ITerminalDisplay.cs" />
  96. <Compile Include="Terminal\Terminal.cs" />
  97. <Compile Include="tools\BlockingQueue.cs" />
  98. <Compile Include="tools\JsonByByteToObjectTools.cs" />
  99. <Compile Include="tools\MyTimer.cs" />
  100. <Compile Include="NumMachine\VzClientSDK.cs" />
  101. <Compile Include="WebServer\CentralForWebSocketServer.cs" />
  102. <Compile Include="WebServer\IWebServer.cs" />
  103. <Compile Include="WebServer\LazySingleton.cs" />
  104. <Compile Include="WebServer\MultiSocketThread.cs" />
  105. <Page Include="MainWindow.xaml">
  106. <Generator>MSBuild:Compile</Generator>
  107. <SubType>Designer</SubType>
  108. </Page>
  109. <Compile Include="App.xaml.cs">
  110. <DependentUpon>App.xaml</DependentUpon>
  111. <SubType>Code</SubType>
  112. </Compile>
  113. <Compile Include="MainWindow.xaml.cs">
  114. <DependentUpon>MainWindow.xaml</DependentUpon>
  115. <SubType>Code</SubType>
  116. </Compile>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Compile Include="Monitor\IMonitor.cs" />
  120. <Compile Include="Monitor\Monitor.cs" />
  121. <Compile Include="NumMachine\INumMachineLinker.cs" />
  122. <Compile Include="Properties\AssemblyInfo.cs">
  123. <SubType>Code</SubType>
  124. </Compile>
  125. <Compile Include="Properties\Resources.Designer.cs">
  126. <AutoGen>True</AutoGen>
  127. <DesignTime>True</DesignTime>
  128. <DependentUpon>Resources.resx</DependentUpon>
  129. </Compile>
  130. <Compile Include="Properties\Settings.Designer.cs">
  131. <AutoGen>True</AutoGen>
  132. <DependentUpon>Settings.settings</DependentUpon>
  133. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  134. </Compile>
  135. <EmbeddedResource Include="Properties\Resources.resx">
  136. <Generator>ResXFileCodeGenerator</Generator>
  137. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  138. </EmbeddedResource>
  139. <None Include="Properties\Settings.settings">
  140. <Generator>SettingsSingleFileGenerator</Generator>
  141. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  142. </None>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="App.config">
  146. <SubType>Designer</SubType>
  147. </None>
  148. </ItemGroup>
  149. <ItemGroup>
  150. <Content Include="sdk\broadcast\broadcastDLL.dll" />
  151. <Content Include="sdk\log4net\log4net.dll" />
  152. <Resource Include="sdk\log4net\log4net.xml" />
  153. <Content Include="sdk\mysql\MySql.Data.dll" />
  154. <Content Include="sdk\PLC\PLCS7.dll" />
  155. <Content Include="sdk\PLC\S7.Net.dll" />
  156. <Content Include="sdk\VZ_Sdk\iDecoders.dll" />
  157. <Content Include="sdk\VZ_Sdk\VzDrawsLib.dll" />
  158. <Content Include="sdk\VZ_Sdk\VzLPRSDK.dll" />
  159. <Content Include="sdk\VZ_Sdk\VZ_Sdk.dll" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <Folder Include="AllinoneMachineModule\" />
  163. <Folder Include="Database\" />
  164. <Folder Include="PLCModule\" />
  165. </ItemGroup>
  166. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  167. </Project>