WindowedMyApp.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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>{BF02ABEF-9A8B-4458-9251-D660C777DA11}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WindowedMyApp</RootNamespace>
  10. <AssemblyName>WindowedMyApp</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="AngleSharp, Version=1.0.4.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
  39. <HintPath>..\packages\AngleSharp.1.0.4\lib\net472\AngleSharp.dll</HintPath>
  40. </Reference>
  41. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  43. </Reference>
  44. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  45. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  52. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.ComponentModel.DataAnnotations" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  57. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Numerics" />
  60. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  61. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  64. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Runtime.Serialization" />
  67. <Reference Include="System.Security" />
  68. <Reference Include="System.Text.Encoding.CodePages, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  69. <HintPath>..\packages\System.Text.Encoding.CodePages.6.0.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  72. <HintPath>..\packages\System.Text.Encodings.Web.7.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Text.Json, Version=7.0.0.3, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  75. <HintPath>..\packages\System.Text.Json.7.0.3\lib\net462\System.Text.Json.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  78. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  81. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Xml" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Core" />
  86. <Reference Include="System.Xml.Linq" />
  87. <Reference Include="System.Data.DataSetExtensions" />
  88. <Reference Include="System.Net.Http" />
  89. <Reference Include="System.Xaml">
  90. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  91. </Reference>
  92. <Reference Include="WindowsBase" />
  93. <Reference Include="PresentationCore" />
  94. <Reference Include="PresentationFramework" />
  95. <Reference Include="WpfAnimatedGif, Version=2.0.0.0, Culture=neutral, PublicKeyToken=9e7cd3b544a090dc, processorArchitecture=MSIL">
  96. <HintPath>..\packages\WpfAnimatedGif.2.0.2\lib\net40\WpfAnimatedGif.dll</HintPath>
  97. </Reference>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ApplicationDefinition Include="App.xaml">
  101. <Generator>MSBuild:Compile</Generator>
  102. <SubType>Designer</SubType>
  103. </ApplicationDefinition>
  104. <Compile Include="ActiveWindow.xaml.cs">
  105. <DependentUpon>ActiveWindow.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="Category.cs" />
  108. <Compile Include="DiagramPage.xaml.cs">
  109. <DependentUpon>DiagramPage.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="GifPAge.xaml.cs">
  112. <DependentUpon>GifPAge.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="Groups.cs">
  115. <DependentUpon>Models.tt</DependentUpon>
  116. </Compile>
  117. <Compile Include="Klients.cs">
  118. <DependentUpon>Models.tt</DependentUpon>
  119. </Compile>
  120. <Compile Include="MainFrame.cs" />
  121. <Compile Include="Models.Context.cs">
  122. <AutoGen>True</AutoGen>
  123. <DesignTime>True</DesignTime>
  124. <DependentUpon>Models.Context.tt</DependentUpon>
  125. </Compile>
  126. <Compile Include="Models.cs">
  127. <AutoGen>True</AutoGen>
  128. <DesignTime>True</DesignTime>
  129. <DependentUpon>Models.tt</DependentUpon>
  130. </Compile>
  131. <Compile Include="Models.Designer.cs">
  132. <AutoGen>True</AutoGen>
  133. <DesignTime>True</DesignTime>
  134. <DependentUpon>Models.edmx</DependentUpon>
  135. </Compile>
  136. <Compile Include="Models\Avatars.cs" />
  137. <Compile Include="RegWind.xaml.cs">
  138. <DependentUpon>RegWind.xaml</DependentUpon>
  139. </Compile>
  140. <Compile Include="StartPage.xaml.cs">
  141. <DependentUpon>StartPage.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="Tours.cs">
  144. <DependentUpon>Models.tt</DependentUpon>
  145. </Compile>
  146. <Compile Include="UsersInfo.xaml.cs">
  147. <DependentUpon>UsersInfo.xaml</DependentUpon>
  148. </Compile>
  149. <Page Include="ActiveWindow.xaml">
  150. <SubType>Designer</SubType>
  151. <Generator>MSBuild:Compile</Generator>
  152. </Page>
  153. <Page Include="DiagramPage.xaml">
  154. <SubType>Designer</SubType>
  155. <Generator>MSBuild:Compile</Generator>
  156. </Page>
  157. <Page Include="GifPAge.xaml">
  158. <SubType>Designer</SubType>
  159. <Generator>MSBuild:Compile</Generator>
  160. </Page>
  161. <Page Include="MainWindow.xaml">
  162. <Generator>MSBuild:Compile</Generator>
  163. <SubType>Designer</SubType>
  164. </Page>
  165. <Compile Include="App.xaml.cs">
  166. <DependentUpon>App.xaml</DependentUpon>
  167. <SubType>Code</SubType>
  168. </Compile>
  169. <Compile Include="MainWindow.xaml.cs">
  170. <DependentUpon>MainWindow.xaml</DependentUpon>
  171. <SubType>Code</SubType>
  172. </Compile>
  173. <Page Include="RegWind.xaml">
  174. <SubType>Designer</SubType>
  175. <Generator>MSBuild:Compile</Generator>
  176. </Page>
  177. <Page Include="StartPage.xaml">
  178. <SubType>Designer</SubType>
  179. <Generator>MSBuild:Compile</Generator>
  180. </Page>
  181. <Page Include="UsersInfo.xaml">
  182. <SubType>Designer</SubType>
  183. <Generator>MSBuild:Compile</Generator>
  184. </Page>
  185. </ItemGroup>
  186. <ItemGroup>
  187. <Compile Include="Properties\AssemblyInfo.cs">
  188. <SubType>Code</SubType>
  189. </Compile>
  190. <Compile Include="Properties\Resources.Designer.cs">
  191. <AutoGen>True</AutoGen>
  192. <DesignTime>True</DesignTime>
  193. <DependentUpon>Resources.resx</DependentUpon>
  194. </Compile>
  195. <Compile Include="Properties\Settings.Designer.cs">
  196. <AutoGen>True</AutoGen>
  197. <DependentUpon>Settings.settings</DependentUpon>
  198. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  199. </Compile>
  200. <EmbeddedResource Include="Properties\Resources.resx">
  201. <Generator>ResXFileCodeGenerator</Generator>
  202. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  203. </EmbeddedResource>
  204. <EntityDeploy Include="Models.edmx">
  205. <Generator>EntityModelCodeGenerator</Generator>
  206. <LastGenOutput>Models.Designer.cs</LastGenOutput>
  207. </EntityDeploy>
  208. <None Include="Models.edmx.diagram">
  209. <DependentUpon>Models.edmx</DependentUpon>
  210. </None>
  211. <None Include="packages.config" />
  212. <None Include="Properties\Settings.settings">
  213. <Generator>SettingsSingleFileGenerator</Generator>
  214. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  215. </None>
  216. </ItemGroup>
  217. <ItemGroup>
  218. <None Include="App.config" />
  219. </ItemGroup>
  220. <ItemGroup>
  221. <Resource Include="Media\animated.gif" />
  222. <Resource Include="Media\zaglushka.png" />
  223. <Content Include="Models.Context.tt">
  224. <Generator>TextTemplatingFileGenerator</Generator>
  225. <LastGenOutput>Models.Context.cs</LastGenOutput>
  226. <DependentUpon>Models.edmx</DependentUpon>
  227. </Content>
  228. <Content Include="Models.tt">
  229. <Generator>TextTemplatingFileGenerator</Generator>
  230. <DependentUpon>Models.edmx</DependentUpon>
  231. <LastGenOutput>Models.cs</LastGenOutput>
  232. </Content>
  233. </ItemGroup>
  234. <ItemGroup>
  235. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  236. </ItemGroup>
  237. <ItemGroup>
  238. <WCFMetadata Include="Connected Services\" />
  239. </ItemGroup>
  240. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  241. </Project>