distant.csproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{120613E7-F194-4302-A30D-6F92AD024603}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>distant</RootNamespace>
  10. <AssemblyName>distant</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
  37. <HintPath>..\packages\BouncyCastle.Cryptography.2.2.1\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Google.Protobuf, Version=3.21.9.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Google.Protobuf.3.21.9\lib\net45\Google.Protobuf.dll</HintPath>
  41. </Reference>
  42. <Reference Include="K4os.Compression.LZ4, Version=1.3.5.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  43. <HintPath>..\packages\K4os.Compression.LZ4.1.3.5\lib\net462\K4os.Compression.LZ4.dll</HintPath>
  44. </Reference>
  45. <Reference Include="K4os.Compression.LZ4.Streams, Version=1.3.5.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  46. <HintPath>..\packages\K4os.Compression.LZ4.Streams.1.3.5\lib\net462\K4os.Compression.LZ4.Streams.dll</HintPath>
  47. </Reference>
  48. <Reference Include="K4os.Hash.xxHash, Version=1.0.8.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
  49. <HintPath>..\packages\K4os.Hash.xxHash.1.0.8\lib\net462\K4os.Hash.xxHash.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  53. </Reference>
  54. <Reference Include="MySql.Data, Version=8.2.0.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  55. <HintPath>..\packages\MySql.Data.8.2.0\lib\net462\MySql.Data.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  59. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.Configuration" />
  62. <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  63. <HintPath>..\packages\System.Configuration.ConfigurationManager.4.4.1\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Diagnostics.DiagnosticSource, Version=7.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  67. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.7.0.2\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.IO.Pipelines, Version=5.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  70. <HintPath>..\packages\System.IO.Pipelines.5.0.2\lib\net461\System.IO.Pipelines.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Management" />
  73. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  74. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Numerics" />
  77. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  78. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  81. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  84. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Transactions" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="Microsoft.CSharp" />
  90. <Reference Include="System.Data" />
  91. <Reference Include="System.Deployment" />
  92. <Reference Include="System.Drawing" />
  93. <Reference Include="System.Net.Http" />
  94. <Reference Include="System.Windows.Forms" />
  95. <Reference Include="System.Xml" />
  96. <Reference Include="ZstdSharp, Version=0.7.1.0, Culture=neutral, PublicKeyToken=8d151af33a4ad5cf, processorArchitecture=MSIL">
  97. <HintPath>..\packages\ZstdSharp.Port.0.7.1\lib\net461\ZstdSharp.dll</HintPath>
  98. </Reference>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="Avtorization.cs">
  102. <SubType>Form</SubType>
  103. </Compile>
  104. <Compile Include="Avtorization.Designer.cs">
  105. <DependentUpon>Avtorization.cs</DependentUpon>
  106. </Compile>
  107. <Compile Include="Db.cs" />
  108. <Compile Include="Program.cs" />
  109. <Compile Include="Properties\AssemblyInfo.cs" />
  110. <Compile Include="Registration.cs">
  111. <SubType>Form</SubType>
  112. </Compile>
  113. <Compile Include="Registration.Designer.cs">
  114. <DependentUpon>Registration.cs</DependentUpon>
  115. </Compile>
  116. <EmbeddedResource Include="Avtorization.resx">
  117. <DependentUpon>Avtorization.cs</DependentUpon>
  118. </EmbeddedResource>
  119. <EmbeddedResource Include="Properties\Resources.resx">
  120. <Generator>ResXFileCodeGenerator</Generator>
  121. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  122. <SubType>Designer</SubType>
  123. </EmbeddedResource>
  124. <Compile Include="Properties\Resources.Designer.cs">
  125. <AutoGen>True</AutoGen>
  126. <DependentUpon>Resources.resx</DependentUpon>
  127. <DesignTime>True</DesignTime>
  128. </Compile>
  129. <EmbeddedResource Include="Registration.resx">
  130. <DependentUpon>Registration.cs</DependentUpon>
  131. </EmbeddedResource>
  132. <None Include="packages.config" />
  133. <None Include="Properties\Settings.settings">
  134. <Generator>SettingsSingleFileGenerator</Generator>
  135. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  136. </None>
  137. <Compile Include="Properties\Settings.Designer.cs">
  138. <AutoGen>True</AutoGen>
  139. <DependentUpon>Settings.settings</DependentUpon>
  140. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  141. </Compile>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="App.config" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <None Include="Resources\pngwing.com.png" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <None Include="Resources\pngwing.com %283%29.png" />
  151. </ItemGroup>
  152. <ItemGroup>
  153. <None Include="Resources\pngwing.com %282%29.png" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <None Include="Resources\pngwing.com %284%29.png" />
  157. </ItemGroup>
  158. <ItemGroup>
  159. <None Include="Resources\pngwing.com1.png" />
  160. </ItemGroup>
  161. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  162. </Project>