PLCCommunication.csproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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>{035FF67C-B47C-4648-B207-3997C4C37622}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PLCCommunication</RootNamespace>
  11. <AssemblyName>PLCCommunication</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <PlatformTarget>AnyCPU</PlatformTarget>
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>bin\x86\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>x86</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  52. <OutputPath>bin\x86\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <Optimize>true</Optimize>
  55. <DebugType>pdbonly</DebugType>
  56. <PlatformTarget>x86</PlatformTarget>
  57. <ErrorReport>prompt</ErrorReport>
  58. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <ItemGroup>
  61. <Reference Include="Curtain.DataAccess, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>lib\Curtain.DataAccess.dll</HintPath>
  64. <Private>False</Private>
  65. </Reference>
  66. <Reference Include="Curtain.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>lib\Curtain.Framework.dll</HintPath>
  69. <Private>False</Private>
  70. </Reference>
  71. <Reference Include="System" />
  72. <Reference Include="System.Core" />
  73. <Reference Include="System.Net" />
  74. <Reference Include="System.ServiceModel" />
  75. <Reference Include="System.Web" />
  76. <Reference Include="System.Xml.Linq" />
  77. <Reference Include="System.Data.DataSetExtensions" />
  78. <Reference Include="Microsoft.CSharp" />
  79. <Reference Include="System.Data" />
  80. <Reference Include="System.Deployment" />
  81. <Reference Include="System.Drawing" />
  82. <Reference Include="System.Windows.Forms" />
  83. <Reference Include="System.Xml" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="ConnSetting.cs" />
  87. <Compile Include="Encryption.cs" />
  88. <Compile Include="FrmLog.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="FrmLog.Designer.cs">
  92. <DependentUpon>FrmLog.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="FrmMelsecA1EAscii.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="FrmMelsecA1EAscii.Designer.cs">
  98. <DependentUpon>FrmMelsecA1EAscii.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="FrmPLC.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="FrmPLC.Designer.cs">
  104. <DependentUpon>FrmPLC.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="FrmServerTest.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="FrmServerTest.Designer.cs">
  110. <DependentUpon>FrmServerTest.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="FrmTest.cs">
  113. <SubType>Form</SubType>
  114. </Compile>
  115. <Compile Include="FrmTest.Designer.cs">
  116. <DependentUpon>FrmTest.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="LogOut.cs" />
  119. <Compile Include="MelsecA1EAsciiSocket.cs" />
  120. <Compile Include="MelsecA1EAsciiHsl.cs" />
  121. <Compile Include="MelsecA1EAscii.cs" />
  122. <Compile Include="OutputLog.cs" />
  123. <Compile Include="Program.cs" />
  124. <Compile Include="Properties\AssemblyInfo.cs" />
  125. <Compile Include="Proxy\ISmartDevice.cs" />
  126. <Compile Include="Proxy\MESInfo.cs" />
  127. <Compile Include="Proxy\SmartDeviceProxy.cs" />
  128. <Compile Include="Proxy\WCFProxy.cs" />
  129. <Compile Include="Proxy\WCFProxySetting.cs" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <EmbeddedResource Include="FrmLog.resx">
  133. <DependentUpon>FrmLog.cs</DependentUpon>
  134. </EmbeddedResource>
  135. <EmbeddedResource Include="FrmMelsecA1EAscii.resx">
  136. <DependentUpon>FrmMelsecA1EAscii.cs</DependentUpon>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="FrmPLC.resx">
  139. <DependentUpon>FrmPLC.cs</DependentUpon>
  140. </EmbeddedResource>
  141. <EmbeddedResource Include="FrmServerTest.resx">
  142. <DependentUpon>FrmServerTest.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="FrmTest.resx">
  145. <DependentUpon>FrmTest.cs</DependentUpon>
  146. </EmbeddedResource>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <Content Include="lib\Curtain.DataAccess.dll">
  150. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  151. </Content>
  152. <Content Include="lib\Curtain.Framework.dll">
  153. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  154. </Content>
  155. <Content Include="lib\Database4.exe">
  156. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  157. </Content>
  158. <Content Include="lib\Newtonsoft.Json.dll">
  159. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  160. </Content>
  161. <Content Include="lib\oci.dll">
  162. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  163. </Content>
  164. <Content Include="lib\ocijdbc11.dll">
  165. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  166. </Content>
  167. <Content Include="lib\ociw32.dll">
  168. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  169. </Content>
  170. <Content Include="lib\Oracle.DataAccess.dll">
  171. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  172. </Content>
  173. <Content Include="lib\orannzsbb11.dll">
  174. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  175. </Content>
  176. <Content Include="lib\oraocci11.dll">
  177. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  178. </Content>
  179. <Content Include="lib\oraociei11.dll">
  180. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  181. </Content>
  182. <Content Include="lib\OraOps11w.dll">
  183. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  184. </Content>
  185. <Content Include="lib\orasql11.dll">
  186. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  187. </Content>
  188. <Content Include="lib\SQLite.Designer.dll">
  189. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  190. </Content>
  191. <Content Include="lib\SQLite.Interop.dll">
  192. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  193. </Content>
  194. <Content Include="lib\System.Data.SQLite.dll">
  195. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  196. </Content>
  197. <Content Include="lib\System.Data.SQLite.EF6.dll">
  198. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  199. </Content>
  200. <Content Include="lib\System.Data.SQLite.Linq.dll">
  201. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  202. </Content>
  203. </ItemGroup>
  204. <ItemGroup>
  205. <None Include="App.config" />
  206. <None Include="DBSetting.ini">
  207. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  208. </None>
  209. <None Include="PLCSetting.db">
  210. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  211. </None>
  212. </ItemGroup>
  213. <ItemGroup>
  214. <ProjectReference Include="..\HslCommunication_Net35\HslCommunication_Net35.csproj">
  215. <Project>{D3710B78-1B32-4D53-9604-0451A795A2F5}</Project>
  216. <Name>HslCommunication_Net35</Name>
  217. </ProjectReference>
  218. </ItemGroup>
  219. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  220. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  221. Other similar extension points exist, see Microsoft.Common.targets.
  222. <Target Name="BeforeBuild">
  223. </Target>
  224. <Target Name="AfterBuild">
  225. </Target>
  226. -->
  227. </Project>