12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?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>{C610B067-296A-4865-AA90-59744BBBA95D}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>JetMainframe</RootNamespace>
- <AssemblyName>JetMainframe</AssemblyName>
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- </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="System" />
- <Reference Include="System.Core" />
- <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="Devices\FinsTcpPlc.cs" />
- <Compile Include="Devices\IoTempMeter.cs" />
- <Compile Include="Devices\PlcAdapter.cs" />
- <Compile Include="JetMainframeDeviceManager.cs" />
- <Compile Include="LLs\LoadLockModule.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="TMs\TMGotoRoutine.cs" />
- <Compile Include="TMs\TMHomeRoutine.cs" />
- <Compile Include="TMs\TMMapRoutine.cs" />
- <Compile Include="TMs\TMModule.cs" />
- <Compile Include="TMs\TMModuleDevice.cs" />
- <Compile Include="TMs\TMPickAndPlaceRoutine.cs" />
- <Compile Include="TMs\TMPickRoutine.cs" />
- <Compile Include="TMs\TMPlaceRoutine.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Config\JetMainframe\IoProviderConfig.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Include="Config\JetMainframe\DeviceModelMainframe.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="Config\JetMainframe\interlockMainFrame.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup />
- <ItemGroup>
- <ProjectReference Include="..\FrameworkLocal\Common\Common.csproj">
- <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
- <Name>Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\FrameworkLocal\RTCore\RTCore.csproj">
- <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
- <Name>RTCore</Name>
- </ProjectReference>
- <ProjectReference Include="..\FrameworkLocal\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
- <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
- <Name>RTEquipmentLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..\FrameworkLocal\RTModuleLibrary\RTModuleLibrary.csproj">
- <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project>
- <Name>RTModuleLibrary</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="Config\JetMainframe\_ioDefineMF.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|