ych.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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>{046DC57B-0CC0-467A-82A7-C94819A40CD0}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ych</RootNamespace>
  10. <AssemblyName>ych</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <PublishUrl>D:\перевод\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>3</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <PublishWizardCompleted>true</PublishWizardCompleted>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ManifestCertificateThumbprint>741F065508186FCD472D8CE988564EBF8217D10B</ManifestCertificateThumbprint>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ManifestKeyFile>ych_TemporaryKey.pfx</ManifestKeyFile>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <GenerateManifests>true</GenerateManifests>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <SignManifests>true</SignManifests>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.1.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Npgsql, Version=4.1.2.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Npgsql.4.1.2\lib\net461\Npgsql.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System" />
  73. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  74. <HintPath>..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  78. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Numerics" />
  81. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  82. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  85. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Text.Encodings.Web, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  88. <HintPath>..\packages\System.Text.Encodings.Web.4.6.0\lib\netstandard2.0\System.Text.Encodings.Web.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System.Text.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  91. <HintPath>..\packages\System.Text.Json.4.6.0\lib\net461\System.Text.Json.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  94. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  97. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Xml" />
  100. <Reference Include="Microsoft.CSharp" />
  101. <Reference Include="System.Core" />
  102. <Reference Include="System.Xml.Linq" />
  103. <Reference Include="System.Data.DataSetExtensions" />
  104. <Reference Include="System.Net.Http" />
  105. <Reference Include="System.Xaml">
  106. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  107. </Reference>
  108. <Reference Include="WindowsBase" />
  109. <Reference Include="PresentationCore" />
  110. <Reference Include="PresentationFramework" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <ApplicationDefinition Include="App.xaml">
  114. <Generator>MSBuild:Compile</Generator>
  115. <SubType>Designer</SubType>
  116. </ApplicationDefinition>
  117. <Page Include="LoginWindow.xaml">
  118. <Generator>MSBuild:Compile</Generator>
  119. <SubType>Designer</SubType>
  120. </Page>
  121. <Compile Include="App.xaml.cs">
  122. <DependentUpon>App.xaml</DependentUpon>
  123. <SubType>Code</SubType>
  124. </Compile>
  125. <Page Include="MainWindow.xaml">
  126. <SubType>Designer</SubType>
  127. <Generator>MSBuild:Compile</Generator>
  128. </Page>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Compile Include="LoginWindow.xaml.cs">
  132. <DependentUpon>LoginWindow.xaml</DependentUpon>
  133. <Generator>MSBuild:Compile</Generator>
  134. </Compile>
  135. <Compile Include="MainWindow.xaml.cs">
  136. <DependentUpon>MainWindow.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Properties\AssemblyInfo.cs">
  139. <SubType>Code</SubType>
  140. </Compile>
  141. <Compile Include="Properties\Resources.Designer.cs">
  142. <AutoGen>True</AutoGen>
  143. <DesignTime>True</DesignTime>
  144. <DependentUpon>Resources.resx</DependentUpon>
  145. </Compile>
  146. <Compile Include="Properties\Settings.Designer.cs">
  147. <AutoGen>True</AutoGen>
  148. <DependentUpon>Settings.settings</DependentUpon>
  149. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  150. </Compile>
  151. <EmbeddedResource Include="Properties\Resources.resx">
  152. <Generator>ResXFileCodeGenerator</Generator>
  153. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  154. </EmbeddedResource>
  155. <None Include="packages.config" />
  156. <None Include="Properties\Settings.settings">
  157. <Generator>SettingsSingleFileGenerator</Generator>
  158. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  159. </None>
  160. <None Include="ych_TemporaryKey.pfx" />
  161. </ItemGroup>
  162. <ItemGroup>
  163. <None Include="App.config" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  167. <Visible>False</Visible>
  168. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 и x64%29</ProductName>
  169. <Install>true</Install>
  170. </BootstrapperPackage>
  171. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  172. <Visible>False</Visible>
  173. <ProductName>.NET Framework 3.5 SP1</ProductName>
  174. <Install>false</Install>
  175. </BootstrapperPackage>
  176. </ItemGroup>
  177. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  178. </Project>