DeviceHttpServer.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{EC515FDD-F5F4-4315-BE25-570F5621667F}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>HttpServer</RootNamespace>
  11. <AssemblyName>HttpServer</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Interop.EZNCAUTLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <EmbedInteropTypes>True</EmbedInteropTypes>
  40. <HintPath>..\..\..\..\设备联调\三菱相关\new\SimCNC-master\SimCNC\Interop.EZNCAUTLib.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Interop.HeidenhainDNCLib, Version=1.5.0.0, Culture=neutral, processorArchitecture=x86">
  43. <SpecificVersion>False</SpecificVersion>
  44. <EmbedInteropTypes>True</EmbedInteropTypes>
  45. <HintPath>dll\Interop.HeidenhainDNCLib.dll</HintPath>
  46. </Reference>
  47. <Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
  48. <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>.\Newtonsoft.Json.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Opc.Ua.Client, Version=1.3.341.0, Culture=neutral, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>dll\Opc.Ua.Client.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Opc.Ua.Core, Version=1.3.341.0, Culture=neutral, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>dll\Opc.Ua.Core.dll</HintPath>
  59. </Reference>
  60. <Reference Include="SinumerikOpcUaAPI, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>dll\SinumerikOpcUaAPI.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System" />
  65. <Reference Include="System.Configuration" />
  66. <Reference Include="System.Configuration.ConfigurationManager, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  67. <HintPath>..\packages\System.Configuration.ConfigurationManager.5.0.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Core" />
  70. <Reference Include="System.Data.OracleClient" />
  71. <Reference Include="System.Net" />
  72. <Reference Include="System.Security" />
  73. <Reference Include="System.Security.AccessControl, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  74. <HintPath>..\packages\System.Security.AccessControl.5.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Security.Permissions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  77. <HintPath>..\packages\System.Security.Permissions.5.0.0\lib\net461\System.Security.Permissions.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  80. <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.ServiceProcess" />
  83. <Reference Include="System.Transactions" />
  84. <Reference Include="System.Web.Extensions" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="System.Data.DataSetExtensions" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Deployment" />
  90. <Reference Include="System.Drawing" />
  91. <Reference Include="System.Net.Http" />
  92. <Reference Include="System.Windows.Forms" />
  93. <Reference Include="System.Xml" />
  94. <Reference Include="UAClientHelperAPI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  95. <SpecificVersion>False</SpecificVersion>
  96. <HintPath>dll\UAClientHelperAPI.dll</HintPath>
  97. </Reference>
  98. <Reference Include="WindowsBase" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="body\DeviceInfoData.cs" />
  102. <Compile Include="body\RequestBody.cs" />
  103. <Compile Include="body\ResponseBody.cs" />
  104. <Compile Include="body\ResponseToolData.cs" />
  105. <Compile Include="fanuc\ConDevice.cs" />
  106. <Compile Include="fanuc\ConDevice2.cs" />
  107. <Compile Include="fanuc\Fanuc.cs" />
  108. <Compile Include="fanuc\FanucServer.cs" />
  109. <Compile Include="Form1.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="Form1.Designer.cs">
  113. <DependentUpon>Form1.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="fanuc\fwlib32.cs" />
  116. <Compile Include="hedidenain\HeidenhainServer.cs" />
  117. <Compile Include="Log\Log.cs" />
  118. <Compile Include="mazak\MazakDll.cs" />
  119. <Compile Include="mazak\MazakServer.cs" />
  120. <Compile Include="mitsubishi\Communication.cs" />
  121. <Compile Include="mitsubishi\Communicationcs.cs" />
  122. <Compile Include="mitsubishi\EZSockets\AgreeMent.cs" />
  123. <Compile Include="mitsubishi\EZSockets\MitCom.cs" />
  124. <Compile Include="mitsubishi\MitsubishiServer.cs" />
  125. <Compile Include="opcua\CommonAtrr.cs" />
  126. <Compile Include="opcua\CommonExtend.cs" />
  127. <Compile Include="opcua\DeviceOPCUat.cs" />
  128. <Compile Include="opcua\OpcUaServer.cs" />
  129. <Compile Include="Program.cs" />
  130. <Compile Include="Properties\AssemblyInfo.cs" />
  131. <EmbeddedResource Include="Form1.resx">
  132. <DependentUpon>Form1.cs</DependentUpon>
  133. </EmbeddedResource>
  134. <EmbeddedResource Include="Properties\Resources.resx">
  135. <Generator>ResXFileCodeGenerator</Generator>
  136. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  137. <SubType>Designer</SubType>
  138. </EmbeddedResource>
  139. <Compile Include="Properties\Resources.Designer.cs">
  140. <AutoGen>True</AutoGen>
  141. <DependentUpon>Resources.resx</DependentUpon>
  142. <DesignTime>True</DesignTime>
  143. </Compile>
  144. <None Include="packages.config" />
  145. <None Include="Properties\Settings.settings">
  146. <Generator>SettingsSingleFileGenerator</Generator>
  147. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  148. </None>
  149. <Compile Include="Properties\Settings.Designer.cs">
  150. <AutoGen>True</AutoGen>
  151. <DependentUpon>Settings.settings</DependentUpon>
  152. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  153. </Compile>
  154. </ItemGroup>
  155. <ItemGroup>
  156. <None Include="App.config">
  157. <SubType>Designer</SubType>
  158. </None>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Content Include="dll\EZSockets.dll" />
  162. <Content Include="dll\Fwlib32.dll">
  163. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  164. </Content>
  165. <Content Include="dll\fwlibe1.dll">
  166. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  167. </Content>
  168. <Content Include="dll\HslCommunication.dll" />
  169. <Content Include="dll\Interop.EZNCAUTLib.dll" />
  170. <Content Include="dll\Interop.HeidenhainDNCLib.dll" />
  171. <Content Include="dll\Newtonsoft.Json.dll">
  172. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  173. </Content>
  174. <Content Include="dll\Opc.Ua.Client.dll" />
  175. <Content Include="dll\Opc.Ua.Core.dll" />
  176. <Content Include="dll\Siemens.OpcUA.dll" />
  177. <Content Include="dll\SinumerikOpcUaAPI.dll" />
  178. <Content Include="dll\UAClientHelperAPI.dll" />
  179. </ItemGroup>
  180. <ItemGroup />
  181. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  182. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  183. Other similar extension points exist, see Microsoft.Common.targets.
  184. <Target Name="BeforeBuild">
  185. </Target>
  186. <Target Name="AfterBuild">
  187. </Target>
  188. -->
  189. </Project>