RTCore.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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>{BCBD839A-C9A0-4BE7-98CA-B0A88AD38E5A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MECF.Framework.RT.Core</RootNamespace>
  11. <AssemblyName>MECF.Framework.RT.Core</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\Output\MECF.Framework\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  26. <NoWarn>CS0168</NoWarn>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="FabConnect">
  39. <HintPath>..\..\ThirdParty\dlls\FabConnect.dll</HintPath>
  40. </Reference>
  41. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
  44. </Reference>
  45. <Reference Include="PresentationCore" />
  46. <Reference Include="PresentationFramework" />
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.ServiceModel" />
  51. <Reference Include="System.Windows" />
  52. <Reference Include="System.Windows.Forms" />
  53. <Reference Include="System.Xaml" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Net.Http" />
  59. <Reference Include="System.Xml" />
  60. <Reference Include="WindowsBase" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="Applications\IRtInstance.cs" />
  64. <Compile Include="Applications\IRtLoader.cs" />
  65. <Compile Include="Applications\RtApplication.cs" />
  66. <Compile Include="Applications\RtSystemManager.cs" />
  67. <Compile Include="Backend\BackendMainView.xaml.cs">
  68. <DependentUpon>BackendMainView.xaml</DependentUpon>
  69. </Compile>
  70. <Compile Include="Backend\BackendSCConfigView.xaml.cs">
  71. <DependentUpon>BackendSCConfigView.xaml</DependentUpon>
  72. </Compile>
  73. <Compile Include="Backend\PassWordView.xaml.cs">
  74. <DependentUpon>PassWordView.xaml</DependentUpon>
  75. </Compile>
  76. <Compile Include="Equipments\DeviceBase.cs" />
  77. <Compile Include="Equipments\ModuleBase.cs" />
  78. <Compile Include="Equipments\IDeviceAligner.cs" />
  79. <Compile Include="Equipments\IModule.cs" />
  80. <Compile Include="Equipments\IDeviceLoadLock.cs" />
  81. <Compile Include="Equipments\IDeviceLoadPort.cs" />
  82. <Compile Include="Equipments\IDevicePm.cs" />
  83. <Compile Include="Equipments\IDeviceRobot.cs" />
  84. <Compile Include="Equipments\IDeviceTm.cs" />
  85. <Compile Include="IoProviders\Contecs\CdioCs.cs" />
  86. <Compile Include="IoProviders\Contecs\ContecIoCard.cs" />
  87. <Compile Include="IoProviders\Mitsubishis\MCProtocolPlc.cs" />
  88. <Compile Include="IoProviders\Mitsubishis\MCProtocol.cs" />
  89. <Compile Include="IoProviders\Mitsubishis\MCSocket.cs" />
  90. <Compile Include="IoProviders\Mitsubishis\MelsecElement.cs" />
  91. <Compile Include="IoProviders\Mitsubishis\MelsecMCBin.cs" />
  92. <Compile Include="Properties\AssemblyInfo.cs" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <EmbeddedResource Include="Resources\AitexDefault.ico" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ProjectReference Include="..\Common\Common.csproj">
  99. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  100. <Name>Common</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\UICore\UICore.csproj">
  103. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  104. <Name>UICore</Name>
  105. </ProjectReference>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Page Include="Backend\BackendMainView.xaml">
  109. <SubType>Designer</SubType>
  110. <Generator>MSBuild:Compile</Generator>
  111. </Page>
  112. <Page Include="Backend\BackendSCConfigView.xaml">
  113. <Generator>MSBuild:Compile</Generator>
  114. <SubType>Designer</SubType>
  115. </Page>
  116. <Page Include="Backend\PassWordView.xaml">
  117. <SubType>Designer</SubType>
  118. <Generator>MSBuild:Compile</Generator>
  119. </Page>
  120. <Page Include="Resources\LocalResource.xaml">
  121. <SubType>Designer</SubType>
  122. <Generator>MSBuild:Compile</Generator>
  123. </Page>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Resource Include="Resources\default_rt.ico" />
  127. </ItemGroup>
  128. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  129. </Project>