123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{0B2FA0CC-F0E7-402B-9FF8-C3809B3F7F94}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>StageController</RootNamespace>
- <AssemblyName>StageController</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>false</Deterministic>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="PaintDotNet.Base, Version=1.0.7907.24561, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Metis1.0\AIRS\bin\Debug\PaintDotNet.Base.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AxisShell.cs" />
- <Compile Include="HDS\AxisImply.cs" />
- <Compile Include="HDS\HDSController.cs" />
- <Compile Include="HDS\Lib\Zmcaux.cs" />
- <Compile Include="HDS\Lib\zmotion.cs" />
- <Compile Include="M3H\M3HAxis.cs" />
- <Compile Include="M3H\Command\Base\M3HDefine.cs" />
- <Compile Include="M3H\Command\CommandAllPosition.cs" />
- <Compile Include="M3H\Command\Base\CommandBase.cs" />
- <Compile Include="CommandMotorizedLight.cs" />
- <Compile Include="M3H\Command\CommandMotorState.cs" />
- <Compile Include="M3H\Command\CommandMoveBorder.cs" />
- <Compile Include="M3H\Command\CommandMoveByStep.cs" />
- <Compile Include="M3H\Command\CommandGlobal.cs" />
- <Compile Include="M3H\Command\CommandPosition.cs" />
- <Compile Include="M3H\Command\CommandResetPosition.cs" />
- <Compile Include="M3H\Command\CommandStop.cs" />
- <Compile Include="M3H\Command\CommandParameter.cs" />
- <Compile Include="M3H\Command\CommandVersion.cs" />
- <Compile Include="CommandVoltage.cs" />
- <Compile Include="Logs.cs" />
- <Compile Include="M3H\Command\Base\ICommand.cs" />
- <Compile Include="M3H\M3HController.cs" />
- <Compile Include="MsgMgr.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="AxisController.cs" />
- <Compile Include="StargeBase\CommonDefine.cs" />
- <Compile Include="StargeBase\Interface\IAxisDrive.cs" />
- <Compile Include="StargeBase\Interface\ICycleService.cs" />
- <Compile Include="StargeBase\Interface\IMotion.cs" />
- <Compile Include="StargeBase\Interface\IStageEvent.cs" />
- <Compile Include="StargeBase\Moveflow.cs" />
- <Compile Include="StargeBase\Position.cs" />
- <Compile Include="StargeBase\StageBase.cs" />
- <Compile Include="Tools.cs" />
- <Compile Include="VoltageController.cs" />
- <Compile Include="Workflow.cs" />
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|