CyberX8_Core.csproj 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CyberX8_Core</RootNamespace>
  11. <AssemblyName>CyberX8_Core</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. <NoWarn>
  25. </NoWarn>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>..\ThirdParty\Newtonsoft.Json.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Runtime.Serialization" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Net.Http" />
  48. <Reference Include="System.Xml" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="Attributes\IsOnlyReadAttribute.cs" />
  52. <Compile Include="DeviceOperationModel.cs" />
  53. <Compile Include="MaterialType.cs" />
  54. <Compile Include="MovingStatus.cs" />
  55. <Compile Include="PufMotionOperation.cs" />
  56. <Compile Include="Chamber.cs" />
  57. <Compile Include="DataName.cs" />
  58. <Compile Include="DeviceName.cs" />
  59. <Compile Include="EventDefine.cs" />
  60. <Compile Include="FADefine.cs" />
  61. <Compile Include="GlobalEvents.cs" />
  62. <Compile Include="HighTemperatureHeaterPosition.cs" />
  63. <Compile Include="InvokeName.cs" />
  64. <Compile Include="MFCCalibrationData.cs" />
  65. <Compile Include="PartialPressureResult.cs" />
  66. <Compile Include="PMLeakCheckResult.cs" />
  67. <Compile Include="PMVATPerformance.cs" />
  68. <Compile Include="ProcessCell.cs" />
  69. <Compile Include="RecipeResult.cs" />
  70. <Compile Include="RecipeToleranceChecker.cs" />
  71. <Compile Include="RobotArmPan.cs" />
  72. <Compile Include="SignalTowerItem.cs" />
  73. <Compile Include="StepItem.cs" />
  74. <Compile Include="SubItem.cs" />
  75. <Compile Include="ModuleName.cs" />
  76. <Compile Include="ProcessUnitDefine.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <Compile Include="Recipe.cs" />
  79. <Compile Include="RtState.cs" />
  80. <Compile Include="SCValue.cs" />
  81. <Compile Include="SerializeHelper.cs" />
  82. <Compile Include="TM.cs" />
  83. <Compile Include="UserRole.cs" />
  84. <Compile Include="ValveType.cs" />
  85. <Compile Include="VATPerformanceResult.cs" />
  86. <Compile Include="Kepler2300Device.cs" />
  87. <Compile Include="VenusDevice.cs" />
  88. <Compile Include="VenusMenu.cs" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ProjectReference Include="..\Framework\OpenControl\OpenSEMI.Ctrlib.csproj">
  92. <Project>{b55e8d4b-c4c8-4a6d-9fc4-609c52a56cac}</Project>
  93. <Name>OpenSEMI.Ctrlib</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. </Project>