| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 | <?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>{8B08AA54-13CA-4D28-8F70-3B1F238E10A4}</ProjectGuid>    <OutputType>WinExe</OutputType>    <RootNamespace>RegistrationAuthorization</RootNamespace>    <AssemblyName>RegistrationAuthorization</AssemblyName>    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>    <FileAlignment>512</FileAlignment>    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>    <Deterministic>true</Deterministic>    <TargetFrameworkProfile />  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">    <PlatformTarget>AnyCPU</PlatformTarget>    <DebugSymbols>true</DebugSymbols>    <DebugType>full</DebugType>    <Optimize>false</Optimize>    <OutputPath>..\Bin\x64\Debug\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <ErrorReport>prompt</ErrorReport>    <WarningLevel>4</WarningLevel>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">    <PlatformTarget>AnyCPU</PlatformTarget>    <DebugType>pdbonly</DebugType>    <Optimize>true</Optimize>    <OutputPath>..\bin\x64\Release\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <ErrorReport>prompt</ErrorReport>    <WarningLevel>4</WarningLevel>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>bin\Release_oxford50\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <DebugType>full</DebugType>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <Prefer32Bit>true</Prefer32Bit>  </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>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">    <OutputPath>bin\x64\Release\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <Optimize>true</Optimize>    <DebugType>pdbonly</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <DebugType>full</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|AnyCPU'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>bin\CleannessRelease\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <DebugType>full</DebugType>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|x64'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>..\bin\x64\CleannessRelease\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <DebugType>full</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|AnyCPU'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>bin\LithiumCleanness\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <DebugType>full</DebugType>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|x64'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>bin\x64\LithiumCleanness\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <DebugType>full</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|AnyCPU'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>bin\Release_oxford60\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <DebugType>full</DebugType>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <DebugType>full</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|AnyCPU'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>bin\Release_oxford61\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <DebugType>full</DebugType>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x64'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>bin\x64\Release_oxford61\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <DebugType>full</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|AnyCPU'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>bin\Release_oxford62\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <DebugType>full</DebugType>    <PlatformTarget>AnyCPU</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|x64'">    <DebugSymbols>true</DebugSymbols>    <OutputPath>bin\x64\Release_oxford62\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <DebugType>full</DebugType>    <PlatformTarget>x64</PlatformTarget>    <LangVersion>7.3</LangVersion>    <ErrorReport>prompt</ErrorReport>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <ItemGroup>    <Reference Include="System" />    <Reference Include="System.Core" />    <Reference Include="System.Management" />    <Reference Include="System.Xml.Linq" />    <Reference Include="System.Data.DataSetExtensions" />    <Reference Include="Microsoft.CSharp" />    <Reference Include="System.Data" />    <Reference Include="System.Deployment" />    <Reference Include="System.Drawing" />    <Reference Include="System.Net.Http" />    <Reference Include="System.Windows.Forms" />    <Reference Include="System.Xml" />  </ItemGroup>  <ItemGroup>    <Compile Include="Form1.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="Form1.Designer.cs">      <DependentUpon>Form1.cs</DependentUpon>    </Compile>    <Compile Include="Program.cs" />    <Compile Include="Properties\AssemblyInfo.cs" />    <EmbeddedResource Include="Form1.resx">      <DependentUpon>Form1.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="Properties\Resources.resx">      <Generator>ResXFileCodeGenerator</Generator>      <LastGenOutput>Resources.Designer.cs</LastGenOutput>      <SubType>Designer</SubType>    </EmbeddedResource>    <Compile Include="Properties\Resources.Designer.cs">      <AutoGen>True</AutoGen>      <DependentUpon>Resources.resx</DependentUpon>      <DesignTime>True</DesignTime>    </Compile>    <None Include="Properties\Settings.settings">      <Generator>SettingsSingleFileGenerator</Generator>      <LastGenOutput>Settings.Designer.cs</LastGenOutput>    </None>    <Compile Include="Properties\Settings.Designer.cs">      <AutoGen>True</AutoGen>      <DependentUpon>Settings.settings</DependentUpon>      <DesignTimeSharedInput>True</DesignTimeSharedInput>    </Compile>  </ItemGroup>  <ItemGroup>    <None Include="App.config" />  </ItemGroup>  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /></Project>
 |