You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
5.0 KiB
XML

<?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>{7531A521-C307-4D20-B4C3-9F547CEC3F8B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Rs.Motion</RootNamespace>
<AssemblyName>Rs.Motion</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>..\Rs.MotionPlat\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="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Users\Administrator\Desktop\新建文件夹 (3)\Rs.MotionPlat\Rs.Framework\bin\Debug\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.98.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Rs.MotionPlat\bin\Debug\System.Data.SQLite.dll</HintPath>
</Reference>
<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="Base\BaseAxisControl.cs" />
<Compile Include="Base\IAxis.cs" />
<Compile Include="Base\ICard.cs" />
<Compile Include="Base\Config\AxisConfig.cs" />
<Compile Include="Base\Config\CardConfig.cs" />
<Compile Include="Base\Config\PropertyDescription.cs" />
<Compile Include="Base\ICardManager.cs" />
<Compile Include="Base\IIO.cs" />
<Compile Include="Base\IIOCard.cs" />
<Compile Include="EnumManager.cs" />
<Compile Include="ErrorCode.cs" />
<Compile Include="GugaoEcat\ECatIO.cs" />
<Compile Include="GugaoEcat\ECatIOCard.cs" />
<Compile Include="GugaoPulse\GLinkIO.cs" />
<Compile Include="GugaoPulse\GLinkIOCard.cs" />
<Compile Include="GugaoEcat\GugaoAxis.cs" />
<Compile Include="GugaoEcat\GugaoCard.cs" />
<Compile Include="GugaoEcat\GugaoCardManager.cs" />
<Compile Include="GugaoPulse\GugaoPulseAxis.cs" />
<Compile Include="GugaoPulse\GugaoPulseCard.cs" />
<Compile Include="GugaoPulse\GugaoPulseCardManager.cs" />
<Compile Include="Invoke\GugaoECat\config.cs" />
<Compile Include="Invoke\GugaoECat\gtgl500.cs" />
<Compile Include="Invoke\GugaoECat\gts.cs" />
<Compile Include="Invoke\GugaoECat\LookAheadEx.cs" />
<Compile Include="Invoke\GugaoPulse\config.cs" />
<Compile Include="Invoke\GugaoPulse\gts.cs" />
<Compile Include="Invoke\Leisai\LTDMC.cs" />
<Compile Include="Invoke\Ztm\ZTM.cs" />
<Compile Include="IoManager.cs" />
<Compile Include="Leisai\LeisaiAxis.cs" />
<Compile Include="Leisai\LeisaiCard.cs" />
<Compile Include="Leisai\LeisaiCardManager.cs" />
<Compile Include="Leisai\LeisaiIO.cs" />
<Compile Include="Leisai\LeisaiIOCard.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Ztm\ZtmAxis.cs" />
<Compile Include="Ztm\ZtmCard.cs" />
<Compile Include="Ztm\ZtmCardManager.cs" />
<Compile Include="Ztm\ZtmIO.cs" />
<Compile Include="Ztm\ZtmIOCard.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Rs.DataAccess\Rs.DataAccess.csproj">
<Project>{63cb1e62-9141-4a41-85f3-26b53cc2ba4a}</Project>
<Name>Rs.DataAccess</Name>
</ProjectReference>
<ProjectReference Include="..\Rs.Framework\Rs.Framework.csproj">
<Project>{f6dbc74d-4a0b-4d50-9c79-2a5a1518849d}</Project>
<Name>Rs.Framework</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>