| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 | <?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">    <PlatformTarget>x64</PlatformTarget>    <Prefer32Bit>false</Prefer32Bit>    <OutputPath>..\Bin\x64\Debug\OxfordExtender\</OutputPath>    <DebugType>full</DebugType>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">    <PlatformTarget>x64</PlatformTarget>    <Prefer32Bit>false</Prefer32Bit>    <OutputPath>..\Bin\x64\Release_oxford50\OxfordExtender\</OutputPath>  </PropertyGroup>  <PropertyGroup>    <ProjectGuid>{B2683648-C829-40E7-A479-AC90B1B80286}</ProjectGuid>    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>    <TargetFrameworkProfile />  </PropertyGroup>  <PropertyGroup>    <RootNamespace>OxfordExtenderWrapper</RootNamespace>  </PropertyGroup>  <PropertyGroup>    <OutputType>WinExe</OutputType>  </PropertyGroup>  <PropertyGroup>    <StartupObject>OxfordExtenderWrapper.Program</StartupObject>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford61|x64' ">    <OutputPath>..\Bin\x64\Release_oxford61\OxfordExtender\</OutputPath>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>  </PropertyGroup>  <PropertyGroup>    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">    <OutputPath>..\bin\x64\Release_oxford60\OxfordExtender\</OutputPath>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|x64'">    <OutputPath>..\bin\x64\Release_oxford61sp1\OxfordExtender\</OutputPath>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />  <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">    <Reference Include="OINA.Extender, Version=6.1.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\OpenDll\OxfordApi61Dll\OINA.Extender.dll</HintPath>      <Private>False</Private>    </Reference>  </ItemGroup>  <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford61sp1|x64' ">    <Reference Include="OINA.Extender, Version=6.1.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\OpenDll\OxfordApi61sp1Dll\OINA.Extender.dll</HintPath>      <Private>False</Private>    </Reference>  </ItemGroup>  <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford61|x64' ">    <Reference Include="OINA.Extender, Version=6.1.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\OpenDll\OxfordApi61Dll\OINA.Extender.dll</HintPath>      <Private>False</Private>    </Reference>  </ItemGroup>  <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford60|x64' ">    <Reference Include="OINA.Extender, Version=6.0.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\OpenDll\OxfordApi60Dll\OINA.Extender.dll</HintPath>      <Private>False</Private>    </Reference>  </ItemGroup>  <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford50|x64' ">    <Reference Include="OINA.Extender, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\OpenDll\OxfordApi50Dll\OINA.Extender.dll</HintPath>      <Private>False</Private>    </Reference>  </ItemGroup>  <ItemGroup>    <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\OpenDll\Nlog\NLog.dll</HintPath>      <Private>False</Private>    </Reference>    <Reference Include="System" />    <Reference Include="System.Core" />    <Reference Include="System.Drawing" />    <Reference Include="System.Runtime.Remoting" />    <Reference Include="System.Windows.Forms" />    <Reference Include="System.Windows.Forms.DataVisualization" />    <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" />    <Reference Include="WindowsBase" />  </ItemGroup>  <ItemGroup>    <Compile Include="ExtenderIpcUI1.cs" />    <Compile Include="ExtenderWrapper.cs" />    <Compile Include="Form1.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="Form1.designer.cs">      <DependentUpon>Form1.cs</DependentUpon>    </Compile>    <Compile Include="OTSMeasureOutputNlog.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="OTSMeasureOutputNlog.designer.cs">      <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>    </Compile>    <Compile Include="Program.cs" />    <Compile Include="Properties\AssemblyInfo.cs" />    <Compile Include="Properties\Resources.Designer.cs">      <AutoGen>True</AutoGen>      <DesignTime>True</DesignTime>      <DependentUpon>Resources.resx</DependentUpon>    </Compile>  </ItemGroup>  <ItemGroup>    <None Include="app.config" />  </ItemGroup>  <ItemGroup>    <EmbeddedResource Include="Form1.resx">      <DependentUpon>Form1.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="OTSMeasureOutputNlog.resx">      <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="Properties\Resources.resx">      <Generator>ResXFileCodeGenerator</Generator>      <LastGenOutput>Resources.Designer.cs</LastGenOutput>    </EmbeddedResource>  </ItemGroup>  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /></Project>
 |