| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221 | <?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />  <PropertyGroup>    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>    <ProjectGuid>{3B7695AA-8231-45AC-B493-84390A945D02}</ProjectGuid>    <OutputType>Library</OutputType>    <AppDesignerFolder>Properties</AppDesignerFolder>    <RootNamespace>OTSCommon</RootNamespace>    <AssemblyName>OTSCommon</AssemblyName>    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>    <FileAlignment>512</FileAlignment>    <TargetFrameworkProfile />  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">    <DebugSymbols>true</DebugSymbols>    <DebugType>full</DebugType>    <Optimize>false</Optimize>    <OutputPath>..\Bin\Win32\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>false</Optimize>    <OutputPath>..\Bin\x64\Release\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <ErrorReport>prompt</ErrorReport>    <WarningLevel>4</WarningLevel>    <PlatformTarget>AnyCPU</PlatformTarget>    <Prefer32Bit>false</Prefer32Bit>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">    <OutputPath>..\bin\Win32\Release_oxford50\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <DebugType>pdbonly</DebugType>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>..\Bin\x64\Debug\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <DebugType>full</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">    <OutputPath>bin\x64\Release\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <DebugType>pdbonly</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">    <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>    <DefineConstants>    </DefineConstants>    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>    <DebugType>pdbonly</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|AnyCPU'">    <OutputPath>bin\CleannessRelease\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <DebugType>pdbonly</DebugType>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|x64'">    <OutputPath>bin\x64\CleannessRelease\</OutputPath>    <DebugType>pdbonly</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|AnyCPU'">    <OutputPath>bin\Release_oxford60\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <DebugType>pdbonly</DebugType>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">    <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>    <DebugType>pdbonly</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|AnyCPU'">    <OutputPath>bin\Release_oxford61\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <DebugType>pdbonly</DebugType>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x64'">    <OutputPath>..\bin\x64\Release_oxford61\</OutputPath>    <DebugType>pdbonly</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|AnyCPU'">    <OutputPath>bin\Release_oxford62\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <DebugType>pdbonly</DebugType>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|x64'">    <OutputPath>bin\x64\Release_oxford62\</OutputPath>    <DebugType>pdbonly</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|AnyCPU'">    <OutputPath>bin\Release_oxford61sp1\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>    <DebugType>pdbonly</DebugType>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|x64'">    <OutputPath>..\bin\x64\Release_oxford61sp1\</OutputPath>    <DebugType>pdbonly</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>  </PropertyGroup>  <ItemGroup>    <Reference Include="BouncyCastle.Crypto">      <HintPath>..\OpenDll\WordApiDll\BouncyCastle.Crypto.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="ICSharpCode.SharpZipLib">      <HintPath>..\OpenDll\WordApiDll\ICSharpCode.SharpZipLib.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="NPOI">      <HintPath>..\OpenDll\NPOI\NPOI.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="NPOI.OOXML">      <HintPath>..\OpenDll\NPOI\NPOI.OOXML.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="NPOI.OpenXml4Net">      <HintPath>..\OpenDll\NPOI\NPOI.OpenXml4Net.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="NPOI.OpenXmlFormats">      <HintPath>..\OpenDll\NPOI\NPOI.OpenXmlFormats.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="System" />    <Reference Include="System.Core" />    <Reference Include="System.Data.SQLite">      <HintPath>..\packages\System.Data.SQLite.x64.1.0.115.0\lib\net46\System.Data.SQLite.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="System.Drawing" />    <Reference Include="System.Windows.Forms" />    <Reference Include="System.Windows.Forms.Ribbon, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="System.Xml.Linq" />    <Reference Include="System.Data.DataSetExtensions" />    <Reference Include="Microsoft.CSharp" />    <Reference Include="System.Data" />    <Reference Include="System.Net.Http" />    <Reference Include="System.Xml" />  </ItemGroup>  <ItemGroup>    <Compile Include="DBOperate\Model\Element.cs" />    <Compile Include="DBOperate\Model\Field.cs" />    <Compile Include="DBOperate\Model\Particle.cs" />    <Compile Include="DBOperate\Model\Segment.cs" />    <Compile Include="DBOperate\Model\XRay.cs" />    <Compile Include="ExportToExcel.cs" />    <Compile Include="Language.cs" />    <Compile Include="MergedparticlesHelper.cs" />    <Compile Include="Periodic.cs" />    <Compile Include="Properties\AssemblyInfo.cs" />    <Compile Include="DBOperate\SqLiteHelper.cs" />    <Compile Include="DBOperate\SQliteManageClass.cs" />    <Compile Include="XMLoperate.cs" />  </ItemGroup>  <ItemGroup>    <None Include="App.config" />    <None Include="packages.config" />  </ItemGroup>  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /></Project>
 |