PLC_WF.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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>{81A93A07-94E1-4251-91D9-AB127E6E9226}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PLC_WF</RootNamespace>
  10. <AssemblyName>DK.PLC.HGCZ3</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup>
  35. <ApplicationIcon>s_128.ico</ApplicationIcon>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <TargetZone>LocalIntranet</TargetZone>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <GenerateManifests>false</GenerateManifests>
  42. </PropertyGroup>
  43. <PropertyGroup />
  44. <PropertyGroup>
  45. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="Curtain.Core.net4">
  49. <HintPath>..\..\lib\Curtain.Core.net4.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Curtain.DataAccess.net4">
  52. <HintPath>..\..\lib\Curtain.DataAccess.net4.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Curtain.Framework.net4">
  55. <HintPath>..\..\lib\Curtain.Framework.net4.dll</HintPath>
  56. </Reference>
  57. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\..\lib\ICSharpCode.SharpZipLib.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\..\lib\Newtonsoft.Json.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\..\lib\Oracle.ManagedDataAccess.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.Configuration.Install" />
  71. <Reference Include="System.Data" />
  72. <Reference Include="System.ServiceProcess" />
  73. <Reference Include="System.Drawing" />
  74. <Reference Include="System.Windows.Forms" />
  75. <Reference Include="System.Xml" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="F_Log.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="F_Log.Designer.cs">
  82. <DependentUpon>F_Log.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="F_Main.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="F_Main.Designer.cs">
  88. <DependentUpon>F_Main.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="F_PLC_M.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="F_PLC_M.Designer.cs">
  94. <DependentUpon>F_PLC_M.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="Program.cs" />
  97. <Compile Include="Properties\AssemblyInfo.cs" />
  98. <EmbeddedResource Include="F_Log.resx">
  99. <DependentUpon>F_Log.cs</DependentUpon>
  100. </EmbeddedResource>
  101. <EmbeddedResource Include="F_Main.resx">
  102. <DependentUpon>F_Main.cs</DependentUpon>
  103. </EmbeddedResource>
  104. <EmbeddedResource Include="F_PLC_M.resx">
  105. <DependentUpon>F_PLC_M.cs</DependentUpon>
  106. </EmbeddedResource>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <ProjectReference Include="..\..\Curtain.Net.Sockets\Curtain.Net.Sockets.net4.csproj">
  110. <Project>{8d6605d6-91e7-4c9f-9f1a-ded8fa4562f5}</Project>
  111. <Name>Curtain.Net.Sockets.net4</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\PLC_S\PLC_S.csproj">
  114. <Project>{D8E5691A-A15B-45E7-96E6-2E5A4CCA8803}</Project>
  115. <Name>PLC_S</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\PLC_WS\PLC_WS.csproj">
  118. <Project>{96481bcc-1c63-49fe-bfe6-0b313282c68a}</Project>
  119. <Name>PLC_WS</Name>
  120. </ProjectReference>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <None Include="App.config" />
  124. <None Include="Properties\app.manifest" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Content Include="s1_128.ico" />
  128. <Content Include="s_128.ico" />
  129. </ItemGroup>
  130. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  131. </Project>