PLCLogger.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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>{7B0C015D-5451-4AB6-9076-A2FFC526297D}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PLCLogger</RootNamespace>
  10. <AssemblyName>PLCLogger</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</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>IO2.ico</ApplicationIcon>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Common.Logging, Version=1.2.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\..\Assambly\Common.Logging.dll</HintPath>
  41. </Reference>
  42. <Reference Include="GSG.NET, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\..\Assambly\GSG.NET.dll</HintPath>
  45. </Reference>
  46. <Reference Include="GSG.NET.Excel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\..\Assambly\GSG.NET.Excel.dll</HintPath>
  49. </Reference>
  50. <Reference Include="GSG.NET.PLC, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\Assambly\GSG.NET.PLC.dll</HintPath>
  53. </Reference>
  54. <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\..\Assambly\log4net.dll</HintPath>
  57. </Reference>
  58. <Reference Include="NPOI, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\..\Assambly\NPOI.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Configuration" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Deployment" />
  70. <Reference Include="System.Drawing" />
  71. <Reference Include="System.Net.Http" />
  72. <Reference Include="System.Windows.Forms" />
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Form1.cs">
  77. <SubType>Form</SubType>
  78. </Compile>
  79. <Compile Include="Form1.Designer.cs">
  80. <DependentUpon>Form1.cs</DependentUpon>
  81. </Compile>
  82. <Compile Include="Program.cs" />
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. <Compile Include="TargetPLC.cs" />
  85. <EmbeddedResource Include="Form1.resx">
  86. <DependentUpon>Form1.cs</DependentUpon>
  87. </EmbeddedResource>
  88. <EmbeddedResource Include="Properties\Resources.resx">
  89. <Generator>ResXFileCodeGenerator</Generator>
  90. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  91. <SubType>Designer</SubType>
  92. </EmbeddedResource>
  93. <Compile Include="Properties\Resources.Designer.cs">
  94. <AutoGen>True</AutoGen>
  95. <DependentUpon>Resources.resx</DependentUpon>
  96. </Compile>
  97. <None Include="Config\PLC_Config.xlsx">
  98. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  99. </None>
  100. <None Include="Properties\Settings.settings">
  101. <Generator>SettingsSingleFileGenerator</Generator>
  102. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  103. </None>
  104. <Compile Include="Properties\Settings.Designer.cs">
  105. <AutoGen>True</AutoGen>
  106. <DependentUpon>Settings.settings</DependentUpon>
  107. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  108. </Compile>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <None Include="App.config" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <None Include="Config\log4net.xml">
  115. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  116. </None>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Content Include="IO2.ico" />
  120. </ItemGroup>
  121. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  122. </Project>