1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{F5C6659D-7A3F-4D28-84E9-6ABBF7CD02C7}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Aitex.Sorter.Common</RootNamespace>
- <AssemblyName>Aitex.Sorter.Common</AssemblyName>
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </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>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <Prefer32Bit>false</Prefer32Bit>
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="PresentationCore" />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.ServiceModel" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="SCValue.cs" />
- <Compile Include="UnitName.cs" />
- <Compile Include="DeviceName.cs" />
- <Compile Include="DeviceOperationName.cs" />
- <Compile Include="FACommandName.cs" />
- <Compile Include="FACommunicationState.cs" />
- <Compile Include="FAControlState.cs" />
- <Compile Include="FAControlSubState.cs" />
- <Compile Include="FASpoolingState.cs" />
- <Compile Include="JobDataItem.cs" />
- <Compile Include="NotifyPropertyChangedBase.cs" />
- <Compile Include="ParamName.cs" />
- <Compile Include="OperationName.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RtState.cs" />
- <Compile Include="WaferDisplayMode.cs" />
- <Compile Include="_SorterSCName.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Common\Common.csproj">
- <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
- <Name>Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\RTCore\RTCore.csproj">
- <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
- <Name>RTCore</Name>
- </ProjectReference>
- <ProjectReference Include="..\UICore\UICore.csproj">
- <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
- <Name>UICore</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|