OHVDriveLogger.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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>{2C4A899E-68A7-45AB-BB81-65D0D941AF1E}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>OHVDriveLogger</RootNamespace>
  10. <AssemblyName>OHVDriveLogger</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 Condition="'$(Configuration)|$(Platform)' == 'Remote|AnyCPU'">
  35. <DebugSymbols>true</DebugSymbols>
  36. <OutputPath>\\192.168.127.10\KV8000\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <DebugType>full</DebugType>
  39. <PlatformTarget>AnyCPU</PlatformTarget>
  40. <LangVersion>7.3</LangVersion>
  41. <ErrorReport>prompt</ErrorReport>
  42. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  43. <Prefer32Bit>true</Prefer32Bit>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="FluentFTP">
  47. <HintPath>..\..\..\OHV\Assambly\FluentFTP.dll</HintPath>
  48. </Reference>
  49. <Reference Include="GSG.NET">
  50. <HintPath>..\..\..\OHV\Assambly\GSG.NET.dll</HintPath>
  51. </Reference>
  52. <Reference Include="GSG.NET.PLC, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\..\..\OHV\Assambly\GSG.NET.PLC.dll</HintPath>
  55. </Reference>
  56. <Reference Include="NetMQ">
  57. <HintPath>..\..\..\OHV\Assambly\NetMq\NetMQ.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\..\..\OHV\Assambly\NetMq\System.Buffers.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\..\..\OHV\Assambly\NetMq\System.Memory.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\..\..\OHV\Assambly\NetMq\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.ValueTuple, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\..\..\OHV\Assambly\NetMq\System.ValueTuple.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Xml.Linq" />
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="Microsoft.CSharp" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Deployment" />
  82. <Reference Include="System.Drawing" />
  83. <Reference Include="System.Net.Http" />
  84. <Reference Include="System.Windows.Forms" />
  85. <Reference Include="System.Xml" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="FormMain.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="FormMain.Designer.cs">
  92. <DependentUpon>FormMain.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="FTPLogger.cs" />
  95. <Compile Include="Program.cs" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. <Compile Include="ZmqManager.cs" />
  98. <EmbeddedResource Include="FormMain.resx">
  99. <DependentUpon>FormMain.cs</DependentUpon>
  100. </EmbeddedResource>
  101. <EmbeddedResource Include="Properties\Resources.resx">
  102. <Generator>ResXFileCodeGenerator</Generator>
  103. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  104. <SubType>Designer</SubType>
  105. </EmbeddedResource>
  106. <Compile Include="Properties\Resources.Designer.cs">
  107. <AutoGen>True</AutoGen>
  108. <DependentUpon>Resources.resx</DependentUpon>
  109. </Compile>
  110. <None Include="Properties\Settings.settings">
  111. <Generator>SettingsSingleFileGenerator</Generator>
  112. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  113. </None>
  114. <Compile Include="Properties\Settings.Designer.cs">
  115. <AutoGen>True</AutoGen>
  116. <DependentUpon>Settings.settings</DependentUpon>
  117. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  118. </Compile>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="App.config" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <None Include="Config\log4net.xml">
  125. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  126. </None>
  127. </ItemGroup>
  128. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  129. </Project>