JetMainframe.csproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>{C610B067-296A-4865-AA90-59744BBBA95D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>JetMainframe</RootNamespace>
  11. <AssemblyName>JetMainframe</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  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. <ItemGroup>
  35. <Reference Include="System" />
  36. <Reference Include="System.Core" />
  37. <Reference Include="System.Xml.Linq" />
  38. <Reference Include="System.Data.DataSetExtensions" />
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Net.Http" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="Devices\FinsTcpPlc.cs" />
  46. <Compile Include="Devices\IoTempMeter.cs" />
  47. <Compile Include="Devices\PlcAdapter.cs" />
  48. <Compile Include="JetMainframeDeviceManager.cs" />
  49. <Compile Include="LLs\LoadLockModule.cs" />
  50. <Compile Include="Properties\AssemblyInfo.cs" />
  51. <Compile Include="TMs\TMGotoRoutine.cs" />
  52. <Compile Include="TMs\TMHomeRoutine.cs" />
  53. <Compile Include="TMs\TMMapRoutine.cs" />
  54. <Compile Include="TMs\TMModule.cs" />
  55. <Compile Include="TMs\TMModuleDevice.cs" />
  56. <Compile Include="TMs\TMPickAndPlaceRoutine.cs" />
  57. <Compile Include="TMs\TMPickRoutine.cs" />
  58. <Compile Include="TMs\TMPlaceRoutine.cs" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <None Include="Config\JetMainframe\IoProviderConfig.xml">
  62. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  63. </None>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <None Include="Config\JetMainframe\DeviceModelMainframe.xml">
  67. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  68. </None>
  69. <None Include="Config\JetMainframe\interlockMainFrame.xml">
  70. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  71. </None>
  72. </ItemGroup>
  73. <ItemGroup />
  74. <ItemGroup>
  75. <ProjectReference Include="..\..\FrameworkLocal\Common\Common.csproj">
  76. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  77. <Name>Common</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\..\FrameworkLocal\RTCore\RTCore.csproj">
  80. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  81. <Name>RTCore</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\..\FrameworkLocal\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  84. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  85. <Name>RTEquipmentLibrary</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\..\FrameworkLocal\RTModuleLibrary\RTModuleLibrary.csproj">
  88. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  89. <Name>RTModuleLibrary</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\EfemDualSchedulerLib\EfemDualSchedulerLib.csproj">
  92. <Project>{8d95d64c-6201-4a0e-aad3-cb3b2a10a783}</Project>
  93. <Name>EfemDualSchedulerLib</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <None Include="Config\JetMainframe\_ioDefineMF.xml">
  98. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  99. </None>
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. </Project>