AitexSorterCommon.csproj 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{F5C6659D-7A3F-4D28-84E9-6ABBF7CD02C7}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Aitex.Sorter.Common</RootNamespace>
  12. <AssemblyName>Aitex.Sorter.Common</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <PlatformTarget>AnyCPU</PlatformTarget>
  26. <Prefer32Bit>false</Prefer32Bit>
  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. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="PresentationCore" />
  39. <Reference Include="System" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Runtime.Serialization" />
  42. <Reference Include="System.ServiceModel" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Xml" />
  48. <Reference Include="WindowsBase" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="SCValue.cs" />
  52. <Compile Include="UnitName.cs" />
  53. <Compile Include="DeviceName.cs" />
  54. <Compile Include="DeviceOperationName.cs" />
  55. <Compile Include="FACommandName.cs" />
  56. <Compile Include="FACommunicationState.cs" />
  57. <Compile Include="FAControlState.cs" />
  58. <Compile Include="FAControlSubState.cs" />
  59. <Compile Include="FASpoolingState.cs" />
  60. <Compile Include="JobDataItem.cs" />
  61. <Compile Include="NotifyPropertyChangedBase.cs" />
  62. <Compile Include="ParamName.cs" />
  63. <Compile Include="OperationName.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. <Compile Include="RtState.cs" />
  66. <Compile Include="WaferDisplayMode.cs" />
  67. <Compile Include="_SorterSCName.cs" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ProjectReference Include="..\Common\Common.csproj">
  71. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  72. <Name>Common</Name>
  73. </ProjectReference>
  74. <ProjectReference Include="..\RTCore\RTCore.csproj">
  75. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  76. <Name>RTCore</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\UICore\UICore.csproj">
  79. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  80. <Name>UICore</Name>
  81. </ProjectReference>
  82. </ItemGroup>
  83. <ItemGroup />
  84. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  85. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  86. Other similar extension points exist, see Microsoft.Common.targets.
  87. <Target Name="BeforeBuild">
  88. </Target>
  89. <Target Name="AfterBuild">
  90. </Target>
  91. -->
  92. </Project>