OpenSEMI.ClientBase.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{38BA4F71-E9C5-4266-9B72-1733CDB39311}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <OutputType>Library</OutputType>
  8. <AssemblyName>OpenSEMI.ClientBase</AssemblyName>
  9. <TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
  10. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  11. <WarningLevel>4</WarningLevel>
  12. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  13. <TargetFrameworkProfile />
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  25. <OutputPath>bin\Release\</OutputPath>
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  31. <NoWarn>CS0168</NoWarn>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Caliburn.Micro">
  35. <HintPath>..\Output\MECF.Framework\Caliburn.Micro.dll</HintPath>
  36. </Reference>
  37. <Reference Include="log4net">
  38. <HintPath>..\..\ThirdParty\log4net.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System">
  41. <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System.ComponentModel.DataAnnotations">
  44. <HintPath>C:\windows\Microsoft.NET\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll</HintPath>
  45. </Reference>
  46. <Reference Include="PresentationFramework">
  47. <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.dll</HintPath>
  48. </Reference>
  49. <Reference Include="System.Xaml">
  50. <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Xaml\v4.0_4.0.0.0__b77a5c561934e089\System.Xaml.dll</HintPath>
  51. </Reference>
  52. <Reference Include="WindowsBase">
  53. <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\WindowsBase\v4.0_4.0.0.0__31bf3856ad364e35\WindowsBase.dll</HintPath>
  54. </Reference>
  55. <Reference Include="PresentationCore">
  56. <HintPath>C:\windows\Microsoft.Net\assembly\GAC_64\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System.Core">
  59. <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll</HintPath>
  60. </Reference>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="OpenSEMI.ClientBase.Command\BaseCommand.cs" />
  64. <Compile Include="OpenSEMI.ClientBase.Command\CommandParameter.cs" />
  65. <Compile Include="OpenSEMI.ClientBase.Command\CommandSource.cs" />
  66. <Compile Include="OpenSEMI.ClientBase.Command\CommandTrigger.cs" />
  67. <Compile Include="OpenSEMI.ClientBase.Command\CommandTriggerGroup.cs" />
  68. <Compile Include="OpenSEMI.ClientBase.Command\EventCommandParameter.cs" />
  69. <Compile Include="OpenSEMI.ClientBase.Command\EventCommandTrigger.cs" />
  70. <Compile Include="OpenSEMI.ClientBase.Command\ICommandTrigger.cs" />
  71. <Compile Include="OpenSEMI.ClientBase.Command\PropertyCommandParameter.cs" />
  72. <Compile Include="OpenSEMI.ClientBase.Command\PropertyCommandTrigger.cs" />
  73. <Compile Include="OpenSEMI.ClientBase.Handlers\State.cs" />
  74. <Compile Include="OpenSEMI.ClientBase.Handlers\StatesHandler.cs" />
  75. <Compile Include="OpenSEMI.ClientBase.Handlers\WaferStatusHandler.cs" />
  76. <Compile Include="OpenSEMI.ClientBase.IO\AOItem.cs" />
  77. <Compile Include="OpenSEMI.ClientBase.IO\IOItem.cs" />
  78. <Compile Include="OpenSEMI.ClientBase.ServiceProvider\IProvider.cs" />
  79. <Compile Include="OpenSEMI.ClientBase.UI\UIHandler.cs" />
  80. <Compile Include="OpenSEMI.ClientBase.Utility\AssemblyUtil.cs" />
  81. <Compile Include="OpenSEMI.ClientBase\AuthorizeResult.cs" />
  82. <Compile Include="OpenSEMI.ClientBase\BaseApp.cs" />
  83. <Compile Include="OpenSEMI.ClientBase\BaseModel.cs" />
  84. <Compile Include="OpenSEMI.ClientBase\ButtonControl.cs" />
  85. <Compile Include="OpenSEMI.ClientBase\CtrlMode.cs" />
  86. <Compile Include="OpenSEMI.ClientBase\DataErrorInfo.cs" />
  87. <Compile Include="OpenSEMI.ClientBase\DialogBox.cs" />
  88. <Compile Include="OpenSEMI.ClientBase\DialogButton.cs" />
  89. <Compile Include="OpenSEMI.ClientBase\DialogType.cs" />
  90. <Compile Include="OpenSEMI.ClientBase\DialogViewModel.cs" />
  91. <Compile Include="OpenSEMI.ClientBase\IHandler.cs" />
  92. <Compile Include="OpenSEMI.ClientBase\ISupportMultipleSystem.cs" />
  93. <Compile Include="OpenSEMI.ClientBase\MenuManager.cs" />
  94. <Compile Include="OpenSEMI.ClientBase\MenuPermissionEnum.cs" />
  95. <Compile Include="OpenSEMI.ClientBase\MESSAGE.cs" />
  96. <Compile Include="OpenSEMI.ClientBase\MessageDialog.cs" />
  97. <Compile Include="OpenSEMI.ClientBase\MessageDialogView.cs" />
  98. <Compile Include="OpenSEMI.ClientBase\MessageDialogViewModel.cs" />
  99. <Compile Include="OpenSEMI.ClientBase\ModuleID.cs" />
  100. <Compile Include="OpenSEMI.ClientBase\ModuleInfo.cs" />
  101. <Compile Include="OpenSEMI.ClientBase\ModuleWaferManager.cs" />
  102. <Compile Include="OpenSEMI.ClientBase\PageID.cs" />
  103. <Compile Include="OpenSEMI.ClientBase\ServiceState.cs" />
  104. <Compile Include="OpenSEMI.ClientBase\UserMode.cs" />
  105. <Compile Include="OpenSEMI.ClientBase\ValidatorBase.cs" />
  106. <Compile Include="OpenSEMI.ClientBase\WaferInfo.cs" />
  107. <Compile Include="OpenSEMI.ClientBase\WaferStatus.cs" />
  108. <Compile Include="Properties\AssemblyInfo.cs" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <ProjectReference Include="..\Common\Common.csproj">
  112. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  113. <Name>Common</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\OpenSEMICore\OpenSEMI.Core.csproj">
  116. <Project>{c4cd3d7b-cb40-47d5-ab04-df05007e5b6a}</Project>
  117. <Name>OpenSEMI.Core</Name>
  118. </ProjectReference>
  119. </ItemGroup>
  120. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  121. </Project>