StageController.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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>{0B2FA0CC-F0E7-402B-9FF8-C3809B3F7F94}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>StageController</RootNamespace>
  11. <AssemblyName>StageController</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>false</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="PaintDotNet.Base, Version=1.0.7907.24561, Culture=neutral, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>..\..\Metis1.0\AIRS\bin\Debug\PaintDotNet.Base.dll</HintPath>
  38. </Reference>
  39. <Reference Include="System" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Windows.Forms" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Net.Http" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="AxisShell.cs" />
  51. <Compile Include="HDS\AxisImply.cs" />
  52. <Compile Include="HDS\HDSController.cs" />
  53. <Compile Include="HDS\Lib\Zmcaux.cs" />
  54. <Compile Include="HDS\Lib\zmotion.cs" />
  55. <Compile Include="M3H\M3HAxis.cs" />
  56. <Compile Include="M3H\Command\Base\M3HDefine.cs" />
  57. <Compile Include="M3H\Command\CommandAllPosition.cs" />
  58. <Compile Include="M3H\Command\Base\CommandBase.cs" />
  59. <Compile Include="CommandMotorizedLight.cs" />
  60. <Compile Include="M3H\Command\CommandMotorState.cs" />
  61. <Compile Include="M3H\Command\CommandMoveBorder.cs" />
  62. <Compile Include="M3H\Command\CommandMoveByStep.cs" />
  63. <Compile Include="M3H\Command\CommandGlobal.cs" />
  64. <Compile Include="M3H\Command\CommandPosition.cs" />
  65. <Compile Include="M3H\Command\CommandResetPosition.cs" />
  66. <Compile Include="M3H\Command\CommandStop.cs" />
  67. <Compile Include="M3H\Command\CommandParameter.cs" />
  68. <Compile Include="M3H\Command\CommandVersion.cs" />
  69. <Compile Include="CommandVoltage.cs" />
  70. <Compile Include="Logs.cs" />
  71. <Compile Include="M3H\Command\Base\ICommand.cs" />
  72. <Compile Include="M3H\M3HController.cs" />
  73. <Compile Include="MsgMgr.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. <Compile Include="AxisController.cs" />
  76. <Compile Include="StargeBase\CommonDefine.cs" />
  77. <Compile Include="StargeBase\Interface\IAxisDrive.cs" />
  78. <Compile Include="StargeBase\Interface\ICycleService.cs" />
  79. <Compile Include="StargeBase\Interface\IMotion.cs" />
  80. <Compile Include="StargeBase\Interface\IStageEvent.cs" />
  81. <Compile Include="StargeBase\Moveflow.cs" />
  82. <Compile Include="StargeBase\Position.cs" />
  83. <Compile Include="StargeBase\StageBase.cs" />
  84. <Compile Include="Tools.cs" />
  85. <Compile Include="VoltageController.cs" />
  86. <Compile Include="Workflow.cs" />
  87. </ItemGroup>
  88. <ItemGroup />
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. </Project>