JetMainframe.csproj 4.1 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>{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.5.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. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Xml.Linq" />
  37. <Reference Include="System.Data.DataSetExtensions" />
  38. <Reference Include="Microsoft.CSharp" />
  39. <Reference Include="System.Data" />
  40. <Reference Include="System.Net.Http" />
  41. <Reference Include="System.Xml" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="Devices\FinsTcpPlc.cs" />
  45. <Compile Include="Devices\IoTempMeter.cs" />
  46. <Compile Include="Devices\PlcAdapter.cs" />
  47. <Compile Include="JetMainframeDeviceManager.cs" />
  48. <Compile Include="LLs\LoadLockModule.cs" />
  49. <Compile Include="Properties\AssemblyInfo.cs" />
  50. <Compile Include="TMs\TMGotoRoutine.cs" />
  51. <Compile Include="TMs\TMHomeRoutine.cs" />
  52. <Compile Include="TMs\TMMapRoutine.cs" />
  53. <Compile Include="TMs\TMModule.cs" />
  54. <Compile Include="TMs\TMModuleDevice.cs" />
  55. <Compile Include="TMs\TMPickAndPlaceRoutine.cs" />
  56. <Compile Include="TMs\TMPickRoutine.cs" />
  57. <Compile Include="TMs\TMPlaceRoutine.cs" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <None Include="Config\JetMainframe\IoProviderConfig.xml">
  61. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  62. </None>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <None Include="Config\JetMainframe\DeviceModelMainframe.xml">
  66. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  67. </None>
  68. <None Include="Config\JetMainframe\interlockMainFrame.xml">
  69. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  70. </None>
  71. </ItemGroup>
  72. <ItemGroup />
  73. <ItemGroup>
  74. <ProjectReference Include="..\FrameworkLocal\Common\Common.csproj">
  75. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  76. <Name>Common</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\FrameworkLocal\RTCore\RTCore.csproj">
  79. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  80. <Name>RTCore</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\FrameworkLocal\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  83. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  84. <Name>RTEquipmentLibrary</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\FrameworkLocal\RTModuleLibrary\RTModuleLibrary.csproj">
  87. <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
  88. <Name>RTModuleLibrary</Name>
  89. </ProjectReference>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <None Include="Config\JetMainframe\_ioDefineMF.xml">
  93. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  94. </None>
  95. </ItemGroup>
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. </Project>