UniversalNetFrame451.csproj 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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>{8F6A71F8-1678-4999-9D9B-318A32AD8424}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UniversalNetFrame451</RootNamespace>
  11. <AssemblyName>UniversalNetFrame451</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup>
  18. <LangVersion>latest</LangVersion>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Xml.Linq" />
  41. <Reference Include="System.Data.DataSetExtensions" />
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Net.Http" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="Converters\DatetimeConverter.cs" />
  49. <Compile Include="CSVReader.cs" />
  50. <Compile Include="EventQueue.cs" />
  51. <Compile Include="Extensions.cs" />
  52. <Compile Include="HighPercisionTimer.cs" />
  53. <Compile Include="IO\Connections.cs" />
  54. <Compile Include="IO\IFilter.cs" />
  55. <Compile Include="IO\IIO.cs" />
  56. <Compile Include="IO\IOFactory.cs" />
  57. <Compile Include="IO\IORawDataLog.cs" />
  58. <Compile Include="IO\IOSerial.cs" />
  59. <Compile Include="MessageQueue.cs" />
  60. <Compile Include="PriorityQueue.cs" />
  61. <Compile Include="Properties\AssemblyInfo.cs" />
  62. <Compile Include="IO\IOTcpClient.cs" />
  63. <Compile Include="IO\IOTcpServer.cs" />
  64. <Compile Include="Converters\StructConverter.cs" />
  65. <Compile Include="Properties\_global.cs" />
  66. <Compile Include="UnionHelper.cs" />
  67. </ItemGroup>
  68. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  69. </Project>