UAS_PLCDataReader.csproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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>{1144A2FC-0A07-4F8C-97E0-F2913601D466}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UAS_PLCDataReader</RootNamespace>
  11. <AssemblyName>UAS_PLCDataReader</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  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. <ItemGroup>
  35. <Reference Include="HslCommunication, Version=4.3.3.0, Culture=neutral, processorArchitecture=MSIL">
  36. <HintPath>..\packages\HslCommunication.4.3.3\lib\net35\HslCommunication.dll</HintPath>
  37. <Private>True</Private>
  38. </Reference>
  39. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
  41. <Private>True</Private>
  42. </Reference>
  43. <Reference Include="NPOI">
  44. <HintPath>..\UAS-MES\Tool\NPOI.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>Tool\Oracle.ManagedDataAccess.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Deployment" />
  57. <Reference Include="System.Drawing" />
  58. <Reference Include="System.Windows.Forms" />
  59. <Reference Include="System.Xml" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="ClassFile\BaseUtil.cs" />
  63. <Compile Include="ClassFile\DataHelper.cs" />
  64. <Compile Include="ClassFile\LogManager.cs" />
  65. <Compile Include="MainWindow.cs">
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="MainWindow.Designer.cs">
  69. <DependentUpon>MainWindow.cs</DependentUpon>
  70. </Compile>
  71. <Compile Include="ClassFile\ModeBusTCPServer.cs" />
  72. <Compile Include="Program.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. <Compile Include="RichTextAutoBottom.cs">
  75. <SubType>Component</SubType>
  76. </Compile>
  77. <Compile Include="RichTextAutoBottom.Designer.cs">
  78. <DependentUpon>RichTextAutoBottom.cs</DependentUpon>
  79. </Compile>
  80. <EmbeddedResource Include="MainWindow.resx">
  81. <DependentUpon>MainWindow.cs</DependentUpon>
  82. </EmbeddedResource>
  83. <EmbeddedResource Include="Properties\Resources.resx">
  84. <Generator>ResXFileCodeGenerator</Generator>
  85. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  86. <SubType>Designer</SubType>
  87. </EmbeddedResource>
  88. <Compile Include="Properties\Resources.Designer.cs">
  89. <AutoGen>True</AutoGen>
  90. <DependentUpon>Resources.resx</DependentUpon>
  91. <DesignTime>True</DesignTime>
  92. </Compile>
  93. <None Include="packages.config" />
  94. <None Include="Properties\Settings.settings">
  95. <Generator>SettingsSingleFileGenerator</Generator>
  96. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  97. </None>
  98. <Compile Include="Properties\Settings.Designer.cs">
  99. <AutoGen>True</AutoGen>
  100. <DependentUpon>Settings.settings</DependentUpon>
  101. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  102. </Compile>
  103. </ItemGroup>
  104. <ItemGroup />
  105. <ItemGroup>
  106. <Content Include="Tool\Oracle.ManagedDataAccess.dll" />
  107. </ItemGroup>
  108. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  109. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  110. Other similar extension points exist, see Microsoft.Common.targets.
  111. <Target Name="BeforeBuild">
  112. </Target>
  113. <Target Name="AfterBuild">
  114. </Target>
  115. -->
  116. </Project>