mysql.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{590122C3-15FA-4F95-8B3A-8EBBFA6AAD83}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>mysql</RootNamespace>
  11. <AssemblyName>mysql</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="BouncyCastle.Crypto, Version=1.8.5.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
  42. <HintPath>..\packages\BouncyCastle.1.8.5\lib\BouncyCastle.Crypto.dll</HintPath>
  43. </Reference>
  44. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  45. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  46. </Reference>
  47. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  48. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Google.Protobuf, Version=3.14.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Google.Protobuf.3.14.0\lib\net45\Google.Protobuf.dll</HintPath>
  52. </Reference>
  53. <Reference Include="K4os.Compression.LZ4, Version=1.1.11.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  54. <HintPath>..\packages\K4os.Compression.LZ4.1.1.11\lib\net46\K4os.Compression.LZ4.dll</HintPath>
  55. </Reference>
  56. <Reference Include="K4os.Compression.LZ4.Streams, Version=1.1.11.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  57. <HintPath>..\packages\K4os.Compression.LZ4.Streams.1.1.11\lib\net46\K4os.Compression.LZ4.Streams.dll</HintPath>
  58. </Reference>
  59. <Reference Include="K4os.Hash.xxHash, Version=1.0.6.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
  60. <HintPath>..\packages\K4os.Hash.xxHash.1.0.6\lib\net46\K4os.Hash.xxHash.dll</HintPath>
  61. </Reference>
  62. <Reference Include="MySql.Data, Version=8.0.26.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  63. <HintPath>..\packages\MySql.Data.8.0.26\lib\net452\MySql.Data.dll</HintPath>
  64. </Reference>
  65. <Reference Include="MySql.Data.EntityFramework, Version=8.0.26.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  66. <HintPath>..\packages\MySql.Data.EntityFramework.8.0.26\lib\net452\MySql.Data.EntityFramework.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System" />
  69. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  70. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.ComponentModel" />
  73. <Reference Include="System.ComponentModel.DataAnnotations" />
  74. <Reference Include="System.Configuration" />
  75. <Reference Include="System.Configuration.Install" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Management" />
  78. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  79. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Numerics" />
  82. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  83. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  86. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Security" />
  89. <Reference Include="System.Transactions" />
  90. <Reference Include="System.Xml" />
  91. <Reference Include="Microsoft.CSharp" />
  92. <Reference Include="System.Core" />
  93. <Reference Include="System.Xml.Linq" />
  94. <Reference Include="System.Data.DataSetExtensions" />
  95. <Reference Include="System.Net.Http" />
  96. <Reference Include="System.Xaml">
  97. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  98. </Reference>
  99. <Reference Include="Ubiety.Dns.Core, Version=2.2.1.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  100. <HintPath>..\packages\MySql.Data.8.0.26\lib\net452\Ubiety.Dns.Core.dll</HintPath>
  101. </Reference>
  102. <Reference Include="WindowsBase" />
  103. <Reference Include="PresentationCore" />
  104. <Reference Include="PresentationFramework" />
  105. <Reference Include="Zstandard.Net, Version=1.1.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  106. <HintPath>..\packages\MySql.Data.8.0.26\lib\net452\Zstandard.Net.dll</HintPath>
  107. </Reference>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <ApplicationDefinition Include="App.xaml">
  111. <Generator>MSBuild:Compile</Generator>
  112. <SubType>Designer</SubType>
  113. </ApplicationDefinition>
  114. <Compile Include="Windows\EditWindow.xaml.cs">
  115. <DependentUpon>EditWindow.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="Windows\EnterMinCostForAgentWindow.xaml.cs">
  118. <DependentUpon>EnterMinCostForAgentWindow.xaml</DependentUpon>
  119. </Compile>
  120. <Page Include="Windows\EditWindow.xaml">
  121. <SubType>Designer</SubType>
  122. <Generator>MSBuild:Compile</Generator>
  123. </Page>
  124. <Page Include="Windows\MainWindow.xaml">
  125. <Generator>MSBuild:Compile</Generator>
  126. <SubType>Designer</SubType>
  127. </Page>
  128. <Compile Include="App.xaml.cs">
  129. <DependentUpon>App.xaml</DependentUpon>
  130. <SubType>Code</SubType>
  131. </Compile>
  132. <Compile Include="Classes\Globals.cs" />
  133. <Compile Include="Classes\IDataProvider.cs" />
  134. <Compile Include="Classes\MySQLDataProvider.cs" />
  135. <Compile Include="Windows\MainWindow.xaml.cs">
  136. <DependentUpon>MainWindow.xaml</DependentUpon>
  137. <SubType>Code</SubType>
  138. </Compile>
  139. <Page Include="Windows\EnterMinCostForAgentWindow.xaml">
  140. <SubType>Designer</SubType>
  141. <Generator>MSBuild:Compile</Generator>
  142. </Page>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Compile Include="Model\Material.cs" />
  146. <Compile Include="Model\Product.cs" />
  147. <Compile Include="Model\ProductType.cs" />
  148. <Compile Include="Properties\AssemblyInfo.cs">
  149. <SubType>Code</SubType>
  150. </Compile>
  151. <Compile Include="Properties\Resources.Designer.cs">
  152. <AutoGen>True</AutoGen>
  153. <DesignTime>True</DesignTime>
  154. <DependentUpon>Resources.resx</DependentUpon>
  155. </Compile>
  156. <Compile Include="Properties\Settings.Designer.cs">
  157. <AutoGen>True</AutoGen>
  158. <DependentUpon>Settings.settings</DependentUpon>
  159. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  160. </Compile>
  161. <EmbeddedResource Include="Properties\Resources.resx">
  162. <Generator>ResXFileCodeGenerator</Generator>
  163. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  164. </EmbeddedResource>
  165. <None Include="packages.config" />
  166. <None Include="Properties\Settings.settings">
  167. <Generator>SettingsSingleFileGenerator</Generator>
  168. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  169. </None>
  170. </ItemGroup>
  171. <ItemGroup>
  172. <None Include="App.config" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <Folder Include="Properties\DataSources\" />
  176. </ItemGroup>
  177. <ItemGroup>
  178. <Resource Include="Images\picture.png" />
  179. </ItemGroup>
  180. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  181. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  182. <PropertyGroup>
  183. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  184. </PropertyGroup>
  185. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  186. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  187. </Target>
  188. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  189. </Project>