PPRazumovskiy.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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>{92913444-EA17-4D99-A357-793836F9678D}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PPRazumovskiy</RootNamespace>
  10. <AssemblyName>PPRazumovskiy</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. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Gu.Wpf.DataGrid2D, Version=0.2.4.0, Culture=neutral, PublicKeyToken=34988ea4e73235be, processorArchitecture=MSIL">
  39. <HintPath>..\packages\Gu.Wpf.DataGrid2D.0.2.4\lib\net45\Gu.Wpf.DataGrid2D.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Xml" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="System.Net.Http" />
  49. <Reference Include="System.Xaml">
  50. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="WindowsBase" />
  53. <Reference Include="PresentationCore" />
  54. <Reference Include="PresentationFramework" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <ApplicationDefinition Include="App.xaml">
  58. <Generator>MSBuild:Compile</Generator>
  59. <SubType>Designer</SubType>
  60. </ApplicationDefinition>
  61. <Page Include="MainWindow.xaml">
  62. <Generator>MSBuild:Compile</Generator>
  63. <SubType>Designer</SubType>
  64. </Page>
  65. <Compile Include="App.xaml.cs">
  66. <DependentUpon>App.xaml</DependentUpon>
  67. <SubType>Code</SubType>
  68. </Compile>
  69. <Compile Include="Calculate.cs" />
  70. <Compile Include="GlobalElement.cs" />
  71. <Compile Include="MainWindow.xaml.cs">
  72. <DependentUpon>MainWindow.xaml</DependentUpon>
  73. <SubType>Code</SubType>
  74. </Compile>
  75. <Page Include="Pages\BookPage.xaml">
  76. <SubType>Designer</SubType>
  77. <Generator>MSBuild:Compile</Generator>
  78. </Page>
  79. <Page Include="Pages\CalculatePage.xaml">
  80. <SubType>Designer</SubType>
  81. <Generator>MSBuild:Compile</Generator>
  82. </Page>
  83. <Page Include="Pages\JonhsonPage.xaml">
  84. <SubType>Designer</SubType>
  85. <Generator>MSBuild:Compile</Generator>
  86. </Page>
  87. <Page Include="Pages\MathPage.xaml">
  88. <SubType>Designer</SubType>
  89. <Generator>MSBuild:Compile</Generator>
  90. </Page>
  91. <Page Include="Pages\RandomPage.xaml">
  92. <SubType>Designer</SubType>
  93. <Generator>MSBuild:Compile</Generator>
  94. </Page>
  95. <Page Include="Pages\StartPage.xaml">
  96. <SubType>Designer</SubType>
  97. <Generator>MSBuild:Compile</Generator>
  98. </Page>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="Pages\BookPage.xaml.cs">
  102. <DependentUpon>BookPage.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="Pages\CalculatePage.xaml.cs">
  105. <DependentUpon>CalculatePage.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="Pages\JonhsonPage.xaml.cs">
  108. <DependentUpon>JonhsonPage.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="Pages\MathPage.xaml.cs">
  111. <DependentUpon>MathPage.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="Pages\RandomPage.xaml.cs">
  114. <DependentUpon>RandomPage.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="Pages\StartPage.xaml.cs">
  117. <DependentUpon>StartPage.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="Properties\AssemblyInfo.cs">
  120. <SubType>Code</SubType>
  121. </Compile>
  122. <Compile Include="Properties\Resources.Designer.cs">
  123. <AutoGen>True</AutoGen>
  124. <DesignTime>True</DesignTime>
  125. <DependentUpon>Resources.resx</DependentUpon>
  126. </Compile>
  127. <Compile Include="Properties\Settings.Designer.cs">
  128. <AutoGen>True</AutoGen>
  129. <DependentUpon>Settings.settings</DependentUpon>
  130. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  131. </Compile>
  132. <EmbeddedResource Include="Properties\Resources.resx">
  133. <Generator>ResXFileCodeGenerator</Generator>
  134. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  135. </EmbeddedResource>
  136. <None Include="packages.config" />
  137. <None Include="Properties\Settings.settings">
  138. <Generator>SettingsSingleFileGenerator</Generator>
  139. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  140. </None>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <None Include="App.config" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <Resource Include="Images\logo.png" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <Resource Include="Images\bookIcon.png" />
  150. <Resource Include="Images\calculateIcon.png" />
  151. <Resource Include="Images\randomIcon.png" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <Resource Include="Images\IconsOperation\1.png" />
  155. <Resource Include="Images\IconsOperation\2.png" />
  156. <Resource Include="Images\IconsOperation\3.png" />
  157. <Resource Include="Images\IconsOperation\4.png" />
  158. <Resource Include="Images\IconsOperation\5.png" />
  159. <Resource Include="Images\IconsOperation\6.png" />
  160. <Resource Include="Images\IconsOperation\7.png" />
  161. <Resource Include="Images\IconsOperation\8.png" />
  162. <Resource Include="Images\IconsOperation\9.png" />
  163. </ItemGroup>
  164. <ItemGroup>
  165. <Resource Include="Images\Book\image1.png" />
  166. <Resource Include="Images\Book\image2.png" />
  167. <Resource Include="Images\Book\image3.png" />
  168. <Resource Include="Images\Book\image4.png" />
  169. <Resource Include="Images\Book\image5.png" />
  170. <Resource Include="Images\Book\image6.png" />
  171. <Resource Include="Images\Book\image7.png" />
  172. <Resource Include="Images\Book\image8.png" />
  173. <Resource Include="Images\Book\image9.png" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <Resource Include="Images\startPageImage.jpg" />
  177. </ItemGroup>
  178. <ItemGroup>
  179. <Resource Include="Images\mathIcon.png" />
  180. </ItemGroup>
  181. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  182. </Project>