| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 | <?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <PropertyGroup>    <ProjectGuid>{B55E8D4B-C4C8-4A6D-9FC4-609C52A56CAC}</ProjectGuid>    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>    <OutputType>Library</OutputType>    <AssemblyName>OpenSEMI.Ctrlib</AssemblyName>    <TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>    <WarningLevel>4</WarningLevel>    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>    <TargetFrameworkProfile />  </PropertyGroup>  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">    <PlatformTarget>AnyCPU</PlatformTarget>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">    <OutputPath>bin\Debug\</OutputPath>    <DebugSymbols>true</DebugSymbols>    <DebugType>full</DebugType>    <Optimize>false</Optimize>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">    <OutputPath>bin\Release\</OutputPath>    <DebugSymbols>true</DebugSymbols>    <DebugType>pdbonly</DebugType>    <Optimize>true</Optimize>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">    <NoWarn>CS0168</NoWarn>  </PropertyGroup>  <ItemGroup>    <Reference Include="PresentationFramework">      <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.dll</HintPath>    </Reference>    <Reference Include="System.Xaml">      <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Xaml\v4.0_4.0.0.0__b77a5c561934e089\System.Xaml.dll</HintPath>    </Reference>    <Reference Include="System">      <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll</HintPath>    </Reference>    <Reference Include="WindowsBase">      <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\WindowsBase\v4.0_4.0.0.0__31bf3856ad364e35\WindowsBase.dll</HintPath>    </Reference>    <Reference Include="PresentationCore">      <HintPath>C:\windows\Microsoft.Net\assembly\GAC_64\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll</HintPath>    </Reference>  </ItemGroup>  <ItemGroup>    <Compile Include="OpenSEMI.Controls.Controls\XDataGrid.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\CheckBoxExt.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\ComboBoxExt.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\DragDropEventArgs.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\DragDropHandler.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\EditBoxMode.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\EditTextBlock.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\EditTextBlockAdorner.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\Gasline.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\GaslineJoint.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\Slot.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\SlotBorderStatus.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\SwitchButton.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\TextBoxEx.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\Valve.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\ValveLogicType.cs" />    <Compile Include="OpenSEMI.Ctrlib.Controls\Wafer.cs" />    <Compile Include="OpenSEMI.Ctrlib.Converter\SlotBorderConverter.cs" />    <Compile Include="OpenSEMI.Ctrlib.Properties\Resources.cs" />    <Compile Include="OpenSEMI.Ctrlib.Properties\Settings.cs" />    <Compile Include="OpenSEMI.Ctrlib.Types\JointType.cs" />    <Compile Include="OpenSEMI.Ctrlib.Types\ValveState.cs" />    <Compile Include="OpenSEMI.Ctrlib.Window\CustomWnd.cs" />    <Compile Include="Properties\AssemblyInfo.cs" />  </ItemGroup>  <ItemGroup>    <Page Include="generic.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>  </ItemGroup>  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /></Project>
 |