02.XdCxRhDW.Dto.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\XdCxRhDW\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\XdCxRhDW\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{994F5945-4D73-40B4-A1D9-3E23A9FCD350}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>XdCxRhDW.Dto</RootNamespace>
  12. <AssemblyName>XdCxRhDW.Dto</AssemblyName>
  13. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <Deterministic>true</Deterministic>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <DocumentationFile>bin\Debug\XdCxRhDW.Dto.xml</DocumentationFile>
  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="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  39. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.ComponentModel.DataAnnotations" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Drawing" />
  45. <Reference Include="System.Runtime.Serialization" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Net.Http" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="Attribute\FileMustExistAttribute.cs" />
  55. <Compile Include="Attribute\Pow2Attribute.cs" />
  56. <Compile Include="Attribute\RangeAttribute.cs" />
  57. <Compile Include="CafResultDto.cs" />
  58. <Compile Include="CgResDto.cs" />
  59. <Compile Include="CpuCgMultiDto.cs" />
  60. <Compile Include="ImageResultDto.cs" />
  61. <Compile Include="CgResQueryDto.cs" />
  62. <Compile Include="SigDelayDto.cs" />
  63. <Compile Include="SignalProcResDto.cs" />
  64. <Compile Include="SignalProcDto.cs" />
  65. <Compile Include="GpuCgDto.cs" />
  66. <Compile Include="CpuCgDto.cs" />
  67. <Compile Include="FileDownloadDto.cs" />
  68. <Compile Include="DtoEnum.cs" />
  69. <Compile Include="DetectDto.cs" />
  70. <Compile Include="DetectResDto.cs" />
  71. <Compile Include="CpuCgResDto.cs" />
  72. <Compile Include="FileUploadResDto.cs" />
  73. <Compile Include="TaskFreqResDto.cs" />
  74. <Compile Include="TaskHandleDto\TaskStopHandleDto.cs" />
  75. <Compile Include="PosDto\CheckResDto.cs" />
  76. <Compile Include="PosDto\RHNoXlPosDto.cs" />
  77. <Compile Include="PosDto\RHNoXlNoParPosDto.cs" />
  78. <Compile Include="PosDto\RHNoParPosDto.cs" />
  79. <Compile Include="PosDto\StationResDto.cs" />
  80. <Compile Include="PosDto\X1D1NoXlNoParPosDto.cs" />
  81. <Compile Include="PosDto\X1D1NoXlPosDto.cs" />
  82. <Compile Include="PosDto\X1D1NoParPosDto.cs" />
  83. <Compile Include="PosDto\X2D1NoXlNoParlPosDto.cs" />
  84. <Compile Include="PosDto\X2D1NoParPosDto.cs" />
  85. <Compile Include="PosDto\X2DtoDfoNoXlPosDto.cs" />
  86. <Compile Include="PosDto\X2DtoDfoPosDto.cs" />
  87. <Compile Include="PosDto\X3TwoDtoNoXlNoParPosDto.cs" />
  88. <Compile Include="PosDto\X3TwoDtoNoParPosDto.cs" />
  89. <Compile Include="PosDto\X3TwoDfoNoXlPosDto.cs" />
  90. <Compile Include="PosDto\X3TwoDtoNoXlPosDto.cs" />
  91. <Compile Include="PosDto\X3TwoDfoPosDto.cs" />
  92. <Compile Include="PosDto\X3TwoDtoPosDto.cs" />
  93. <Compile Include="PosResQueryDto.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. <Compile Include="EphResDto.cs" />
  96. <Compile Include="RecordCount.cs" />
  97. <Compile Include="ResampleDto.cs" />
  98. <Compile Include="SatEphResDto.cs" />
  99. <Compile Include="SendDto.cs" />
  100. <Compile Include="PosResDto.cs" />
  101. <Compile Include="PosDto\RHPosDto.cs" />
  102. <Compile Include="PosDto\X2D1PosDto.cs" />
  103. <Compile Include="PosDto\X1D1PosDto.cs" />
  104. <Compile Include="PosDto\X2D1NoXlPosDto.cs" />
  105. <Compile Include="SvrStateDto.cs" />
  106. <Compile Include="TaskHandleDto\X3NoRefTaskHandleDto.cs" />
  107. <Compile Include="TaskHandleDto\X2D1NoRefTaskHandleDto.cs" />
  108. <Compile Include="TaskQueryResDto.cs" />
  109. <Compile Include="TaskSigDto.cs" />
  110. <Compile Include="XlCalcDto\XlImportDto.cs" />
  111. <Compile Include="XlCalcDto\XlCalcMultDto.cs" />
  112. <Compile Include="XlCalcDto\XlCalcDto.cs" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="packages.config" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <ProjectReference Include="..\XdCxRhDW.Framework\01.XdCxRhDW.Framework.csproj">
  119. <Project>{cd41cedf-e0b8-41cc-867b-3b57f476b450}</Project>
  120. <Name>01.XdCxRhDW.Framework</Name>
  121. </ProjectReference>
  122. </ItemGroup>
  123. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  124. </Project>