PFC.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  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>{06FE1734-4F21-4AB8-A873-47F8C3025D5C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PFC</RootNamespace>
  10. <AssemblyName>PFC</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</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. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <ApplicationIcon>Icon.ico</ApplicationIcon>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="ScottPlot, Version=4.1.64.0, Culture=neutral, PublicKeyToken=86698dc10387c39e, processorArchitecture=MSIL">
  57. <HintPath>packages\ScottPlot.4.1.64\lib\net462\ScottPlot.dll</HintPath>
  58. </Reference>
  59. <Reference Include="ScottPlot.WPF, Version=4.1.64.0, Culture=neutral, PublicKeyToken=e53b06131e34a3aa, processorArchitecture=MSIL">
  60. <HintPath>packages\ScottPlot.WPF.4.1.64\lib\net48\ScottPlot.WPF.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Drawing" />
  65. <Reference Include="System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  66. <HintPath>packages\System.Drawing.Common.4.7.2\lib\net461\System.Drawing.Common.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.Numerics" />
  69. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  70. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  73. <HintPath>packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  74. <Private>True</Private>
  75. <Private>True</Private>
  76. </Reference>
  77. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  78. <HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Xml" />
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="System.Core" />
  83. <Reference Include="System.Xml.Linq" />
  84. <Reference Include="System.Data.DataSetExtensions" />
  85. <Reference Include="System.Net.Http" />
  86. <Reference Include="System.Xaml">
  87. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  88. </Reference>
  89. <Reference Include="WindowsBase" />
  90. <Reference Include="PresentationCore" />
  91. <Reference Include="PresentationFramework" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ApplicationDefinition Include="App.xaml">
  95. <Generator>MSBuild:Compile</Generator>
  96. <SubType>Designer</SubType>
  97. </ApplicationDefinition>
  98. <Page Include="Program\Profile\Pages\CategoriesPage.xaml">
  99. <SubType>Designer</SubType>
  100. <Generator>MSBuild:Compile</Generator>
  101. </Page>
  102. <Page Include="Program\Profile\Pages\CreateWallet.xaml">
  103. <SubType>Designer</SubType>
  104. <Generator>MSBuild:Compile</Generator>
  105. </Page>
  106. <Page Include="Program\Profile\Pages\ExpensePage.xaml">
  107. <SubType>Designer</SubType>
  108. <Generator>MSBuild:Compile</Generator>
  109. </Page>
  110. <Page Include="Program\Profile\Pages\ListExpenses.xaml">
  111. <SubType>Designer</SubType>
  112. <Generator>MSBuild:Compile</Generator>
  113. </Page>
  114. <Page Include="Program\Profile\Pages\ListProfits.xaml">
  115. <SubType>Designer</SubType>
  116. <Generator>MSBuild:Compile</Generator>
  117. </Page>
  118. <Page Include="Program\Profile\Pages\Main.xaml">
  119. <SubType>Designer</SubType>
  120. <Generator>MSBuild:Compile</Generator>
  121. </Page>
  122. <Page Include="Program\Profile\Pages\ProfitPage.xaml">
  123. <SubType>Designer</SubType>
  124. <Generator>MSBuild:Compile</Generator>
  125. </Page>
  126. <Page Include="Program\Profile\Pages\Wallets.xaml">
  127. <SubType>Designer</SubType>
  128. <Generator>MSBuild:Compile</Generator>
  129. </Page>
  130. <Page Include="Program\Profile\profile_Window.xaml">
  131. <SubType>Designer</SubType>
  132. <Generator>MSBuild:Compile</Generator>
  133. </Page>
  134. <Page Include="Program\Verification\Pages\Login.xaml">
  135. <SubType>Designer</SubType>
  136. <Generator>MSBuild:Compile</Generator>
  137. </Page>
  138. <Page Include="Program\Verification\Pages\ConnectDB.xaml">
  139. <SubType>Designer</SubType>
  140. <Generator>MSBuild:Compile</Generator>
  141. </Page>
  142. <Page Include="Program\Verification\Pages\Regis.xaml">
  143. <SubType>Designer</SubType>
  144. <Generator>MSBuild:Compile</Generator>
  145. </Page>
  146. <Page Include="Program\Verification\verif_Window.xaml">
  147. <Generator>MSBuild:Compile</Generator>
  148. <SubType>Designer</SubType>
  149. </Page>
  150. <Compile Include="App.xaml.cs">
  151. <DependentUpon>App.xaml</DependentUpon>
  152. <SubType>Code</SubType>
  153. </Compile>
  154. <Compile Include="CustomControls\NavButton.cs" />
  155. <Compile Include="Program\ClassRequests.cs" />
  156. <Compile Include="Program\GlobalVaribles.cs" />
  157. <Compile Include="Program\Profile\Pages\CategoriesPage.xaml.cs">
  158. <DependentUpon>CategoriesPage.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="Program\Profile\Pages\CreateWallet.xaml.cs">
  161. <DependentUpon>CreateWallet.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="Program\Profile\Pages\ExpensePage.xaml.cs">
  164. <DependentUpon>ExpensePage.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="Program\Profile\Pages\ListExpenses.xaml.cs">
  167. <DependentUpon>ListExpenses.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="Program\Profile\Pages\ListProfits.xaml.cs">
  170. <DependentUpon>ListProfits.xaml</DependentUpon>
  171. </Compile>
  172. <Compile Include="Program\Profile\Pages\Main.xaml.cs">
  173. <DependentUpon>Main.xaml</DependentUpon>
  174. </Compile>
  175. <Compile Include="Program\Profile\Pages\ProfitPage.xaml.cs">
  176. <DependentUpon>ProfitPage.xaml</DependentUpon>
  177. </Compile>
  178. <Compile Include="Program\Profile\Pages\Wallets.xaml.cs">
  179. <DependentUpon>Wallets.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="Program\Profile\profile_Window.xaml.cs">
  182. <DependentUpon>profile_Window.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="Program\Verification\Pages\Login.xaml.cs">
  185. <DependentUpon>Login.xaml</DependentUpon>
  186. </Compile>
  187. <Compile Include="Program\Verification\Pages\ConnectDB.xaml.cs">
  188. <DependentUpon>ConnectDB.xaml</DependentUpon>
  189. </Compile>
  190. <Compile Include="Program\Verification\Pages\Regis.xaml.cs">
  191. <DependentUpon>Regis.xaml</DependentUpon>
  192. </Compile>
  193. <Compile Include="Program\Verification\verif_Window.xaml.cs">
  194. <DependentUpon>verif_Window.xaml</DependentUpon>
  195. <SubType>Code</SubType>
  196. </Compile>
  197. <Page Include="Themes\Generic.xaml">
  198. <SubType>Designer</SubType>
  199. <Generator>MSBuild:Compile</Generator>
  200. </Page>
  201. <Page Include="Themes\MyDictionary.xaml">
  202. <SubType>Designer</SubType>
  203. <Generator>MSBuild:Compile</Generator>
  204. </Page>
  205. </ItemGroup>
  206. <ItemGroup>
  207. <Compile Include="Properties\AssemblyInfo.cs">
  208. <SubType>Code</SubType>
  209. </Compile>
  210. <Compile Include="Properties\Resources.Designer.cs">
  211. <AutoGen>True</AutoGen>
  212. <DesignTime>True</DesignTime>
  213. <DependentUpon>Resources.resx</DependentUpon>
  214. </Compile>
  215. <Compile Include="Properties\Settings.Designer.cs">
  216. <AutoGen>True</AutoGen>
  217. <DependentUpon>Settings.settings</DependentUpon>
  218. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  219. </Compile>
  220. <EmbeddedResource Include="Properties\Resources.resx">
  221. <Generator>PublicResXFileCodeGenerator</Generator>
  222. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  223. </EmbeddedResource>
  224. <None Include="packages.config" />
  225. <None Include="Properties\Settings.settings">
  226. <Generator>SettingsSingleFileGenerator</Generator>
  227. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  228. </None>
  229. </ItemGroup>
  230. <ItemGroup>
  231. <None Include="App.config" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Resource Include="Resources\Connection+.png" />
  235. </ItemGroup>
  236. <ItemGroup>
  237. <Resource Include="Resources\Connection-.png" />
  238. </ItemGroup>
  239. <ItemGroup>
  240. <Resource Include="Resources\logout.png" />
  241. </ItemGroup>
  242. <ItemGroup>
  243. <Resource Include="Resources\user.png" />
  244. </ItemGroup>
  245. <ItemGroup>
  246. <Resource Include="Resources\add.png" />
  247. </ItemGroup>
  248. <ItemGroup>
  249. <Resource Include="Resources\delete.png" />
  250. </ItemGroup>
  251. <ItemGroup>
  252. <Resource Include="Resources\hardReset.png" />
  253. </ItemGroup>
  254. <ItemGroup>
  255. <Resource Include="Resources\chart+.png" />
  256. </ItemGroup>
  257. <ItemGroup>
  258. <Resource Include="Resources\chart-.png" />
  259. </ItemGroup>
  260. <ItemGroup>
  261. <Resource Include="Resources\excel.png" />
  262. </ItemGroup>
  263. <ItemGroup>
  264. <COMReference Include="Microsoft.Office.Core">
  265. <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  266. <VersionMajor>2</VersionMajor>
  267. <VersionMinor>5</VersionMinor>
  268. <Lcid>0</Lcid>
  269. <WrapperTool>primary</WrapperTool>
  270. <Isolated>False</Isolated>
  271. <EmbedInteropTypes>True</EmbedInteropTypes>
  272. </COMReference>
  273. <COMReference Include="Microsoft.Office.Interop.Excel">
  274. <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
  275. <VersionMajor>1</VersionMajor>
  276. <VersionMinor>7</VersionMinor>
  277. <Lcid>0</Lcid>
  278. <WrapperTool>primary</WrapperTool>
  279. <Isolated>False</Isolated>
  280. <EmbedInteropTypes>True</EmbedInteropTypes>
  281. </COMReference>
  282. <COMReference Include="VBIDE">
  283. <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  284. <VersionMajor>5</VersionMajor>
  285. <VersionMinor>3</VersionMinor>
  286. <Lcid>0</Lcid>
  287. <WrapperTool>primary</WrapperTool>
  288. <Isolated>False</Isolated>
  289. <EmbedInteropTypes>True</EmbedInteropTypes>
  290. </COMReference>
  291. </ItemGroup>
  292. <ItemGroup>
  293. <Resource Include="Resources\deleteWallet.png" />
  294. </ItemGroup>
  295. <ItemGroup>
  296. <Resource Include="Resources\regis.png" />
  297. </ItemGroup>
  298. <ItemGroup>
  299. <Resource Include="Resources\login.png" />
  300. </ItemGroup>
  301. <ItemGroup>
  302. <Content Include="DB\PFC_DB.mdf">
  303. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  304. </Content>
  305. <Content Include="DB\PFC_DB_log.ldf">
  306. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  307. <DependentUpon>PFC_DB.mdf</DependentUpon>
  308. </Content>
  309. <SplashScreen Include="Resources\splashScreen.png" />
  310. <Resource Include="Icon.ico" />
  311. <Resource Include="Resources\deleteProfile.png" />
  312. </ItemGroup>
  313. <ItemGroup>
  314. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  315. <Visible>False</Visible>
  316. <ProductName>Microsoft .NET Framework 4.8 %28x86 и x64%29</ProductName>
  317. <Install>true</Install>
  318. </BootstrapperPackage>
  319. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  320. <Visible>False</Visible>
  321. <ProductName>.NET Framework 3.5 SP1</ProductName>
  322. <Install>false</Install>
  323. </BootstrapperPackage>
  324. </ItemGroup>
  325. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  326. </Project>