Kusach.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  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>{DC74454C-D8E7-43E9-B525-38E48BE898E7}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>Kusach</RootNamespace>
  11. <AssemblyName>Kusach</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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.4.4\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.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.ComponentModel.DataAnnotations" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Runtime.Serialization" />
  51. <Reference Include="System.Security" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="System.Net.Http" />
  58. <Reference Include="System.Xaml">
  59. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  60. </Reference>
  61. <Reference Include="WindowsBase" />
  62. <Reference Include="PresentationCore" />
  63. <Reference Include="PresentationFramework" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <ApplicationDefinition Include="App.xaml">
  67. <Generator>MSBuild:Compile</Generator>
  68. <SubType>Designer</SubType>
  69. </ApplicationDefinition>
  70. <Compile Include="Dispatcher.cs">
  71. <DependentUpon>EDM.tt</DependentUpon>
  72. </Compile>
  73. <Compile Include="Drivers.cs">
  74. <DependentUpon>EDM.tt</DependentUpon>
  75. </Compile>
  76. <Compile Include="DriversList.cs">
  77. <DependentUpon>EDM.tt</DependentUpon>
  78. </Compile>
  79. <Compile Include="EDM.Context.cs">
  80. <AutoGen>True</AutoGen>
  81. <DesignTime>True</DesignTime>
  82. <DependentUpon>EDM.Context.tt</DependentUpon>
  83. </Compile>
  84. <Compile Include="EDM.cs">
  85. <AutoGen>True</AutoGen>
  86. <DesignTime>True</DesignTime>
  87. <DependentUpon>EDM.tt</DependentUpon>
  88. </Compile>
  89. <Compile Include="EDM.Designer.cs">
  90. <AutoGen>True</AutoGen>
  91. <DesignTime>True</DesignTime>
  92. <DependentUpon>EDM.edmx</DependentUpon>
  93. </Compile>
  94. <Compile Include="Functions.cs" />
  95. <Compile Include="Pages\DispatcherListPage.xaml.cs">
  96. <DependentUpon>DispatcherListPage.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="Pages\DriversListPage.xaml.cs">
  99. <DependentUpon>DriversListPage.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="Pages\PointsListPage.xaml.cs">
  102. <DependentUpon>PointsListPage.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="Pages\ProfilePage.xaml.cs">
  105. <DependentUpon>ProfilePage.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="Pages\TransportListPage.xaml.cs">
  108. <DependentUpon>TransportListPage.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="Points.cs">
  111. <DependentUpon>EDM.tt</DependentUpon>
  112. </Compile>
  113. <Compile Include="PointsList.cs">
  114. <DependentUpon>EDM.tt</DependentUpon>
  115. </Compile>
  116. <Compile Include="profile.cs" />
  117. <Compile Include="RouteList.cs">
  118. <DependentUpon>EDM.tt</DependentUpon>
  119. </Compile>
  120. <Compile Include="Routes.cs">
  121. <DependentUpon>EDM.tt</DependentUpon>
  122. </Compile>
  123. <Compile Include="sysdiagrams.cs">
  124. <DependentUpon>EDM.tt</DependentUpon>
  125. </Compile>
  126. <Compile Include="Transport.cs">
  127. <DependentUpon>EDM.tt</DependentUpon>
  128. </Compile>
  129. <Compile Include="Windows\AddDriverWindow.xaml.cs">
  130. <DependentUpon>AddDriverWindow.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Windows\AddDriverToRouteWindow.xaml.cs">
  133. <DependentUpon>AddDriverToRouteWindow.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Windows\AddPointToRouteWindow.xaml.cs">
  136. <DependentUpon>AddPointToRouteWindow.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Windows\AddPointWindow.xaml.cs">
  139. <DependentUpon>AddPointWindow.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Windows\AddRouteWindow.xaml.cs">
  142. <DependentUpon>AddRouteWindow.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="Windows\AddTransportWindow.xaml.cs">
  145. <DependentUpon>AddTransportWindow.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="cnt.cs" />
  148. <Compile Include="Encrypt.cs" />
  149. <Compile Include="Windows\DispatcherEditWindow.xaml.cs">
  150. <DependentUpon>DispatcherEditWindow.xaml</DependentUpon>
  151. </Compile>
  152. <Compile Include="Windows\LogWindow.xaml.cs">
  153. <DependentUpon>LogWindow.xaml</DependentUpon>
  154. </Compile>
  155. <Compile Include="MainWindow.xaml.cs">
  156. <DependentUpon>MainWindow.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="Pages\RoutesListPage.xaml.cs">
  159. <DependentUpon>RoutesListPage.xaml</DependentUpon>
  160. </Compile>
  161. <Compile Include="Windows\RegWindow.xaml.cs">
  162. <DependentUpon>RegWindow.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="Windows\DriverEditWindow.xaml.cs">
  165. <DependentUpon>DriverEditWindow.xaml</DependentUpon>
  166. </Compile>
  167. <Compile Include="Windows\PointEditWindow.xaml.cs">
  168. <DependentUpon>PointEditWindow.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="Windows\RouteEditWindow.xaml.cs">
  171. <DependentUpon>RouteEditWindow.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="Windows\TransportEditWindow.xaml.cs">
  174. <DependentUpon>TransportEditWindow.xaml</DependentUpon>
  175. </Compile>
  176. <Page Include="Pages\DispatcherListPage.xaml">
  177. <SubType>Designer</SubType>
  178. <Generator>MSBuild:Compile</Generator>
  179. </Page>
  180. <Page Include="Pages\DriversListPage.xaml">
  181. <SubType>Designer</SubType>
  182. <Generator>MSBuild:Compile</Generator>
  183. </Page>
  184. <Page Include="Pages\PointsListPage.xaml">
  185. <SubType>Designer</SubType>
  186. <Generator>MSBuild:Compile</Generator>
  187. </Page>
  188. <Page Include="Pages\ProfilePage.xaml">
  189. <SubType>Designer</SubType>
  190. <Generator>MSBuild:Compile</Generator>
  191. </Page>
  192. <Page Include="Pages\TransportListPage.xaml">
  193. <SubType>Designer</SubType>
  194. <Generator>MSBuild:Compile</Generator>
  195. </Page>
  196. <Page Include="Windows\AddDriverWindow.xaml">
  197. <SubType>Designer</SubType>
  198. <Generator>MSBuild:Compile</Generator>
  199. </Page>
  200. <Page Include="Windows\AddDriverToRouteWindow.xaml">
  201. <SubType>Designer</SubType>
  202. <Generator>MSBuild:Compile</Generator>
  203. </Page>
  204. <Page Include="Windows\AddPointToRouteWindow.xaml">
  205. <SubType>Designer</SubType>
  206. <Generator>MSBuild:Compile</Generator>
  207. </Page>
  208. <Page Include="Windows\AddPointWindow.xaml">
  209. <SubType>Designer</SubType>
  210. <Generator>MSBuild:Compile</Generator>
  211. </Page>
  212. <Page Include="Windows\AddRouteWindow.xaml">
  213. <SubType>Designer</SubType>
  214. <Generator>MSBuild:Compile</Generator>
  215. </Page>
  216. <Page Include="Windows\AddTransportWindow.xaml">
  217. <SubType>Designer</SubType>
  218. <Generator>MSBuild:Compile</Generator>
  219. </Page>
  220. <Page Include="Windows\DispatcherEditWindow.xaml">
  221. <SubType>Designer</SubType>
  222. <Generator>MSBuild:Compile</Generator>
  223. </Page>
  224. <Page Include="Windows\LogWindow.xaml">
  225. <SubType>Designer</SubType>
  226. <Generator>MSBuild:Compile</Generator>
  227. </Page>
  228. <Compile Include="App.xaml.cs">
  229. <DependentUpon>App.xaml</DependentUpon>
  230. <SubType>Code</SubType>
  231. </Compile>
  232. <Page Include="MainWindow.xaml">
  233. <SubType>Designer</SubType>
  234. <Generator>MSBuild:Compile</Generator>
  235. </Page>
  236. <Page Include="Pages\RoutesListPage.xaml">
  237. <SubType>Designer</SubType>
  238. <Generator>MSBuild:Compile</Generator>
  239. </Page>
  240. <Page Include="Windows\RegWindow.xaml">
  241. <SubType>Designer</SubType>
  242. <Generator>MSBuild:Compile</Generator>
  243. </Page>
  244. <Page Include="Windows\DriverEditWindow.xaml">
  245. <SubType>Designer</SubType>
  246. <Generator>MSBuild:Compile</Generator>
  247. </Page>
  248. <Page Include="Windows\PointEditWindow.xaml">
  249. <SubType>Designer</SubType>
  250. <Generator>MSBuild:Compile</Generator>
  251. </Page>
  252. <Page Include="Windows\RouteEditWindow.xaml">
  253. <SubType>Designer</SubType>
  254. <Generator>MSBuild:Compile</Generator>
  255. </Page>
  256. <Page Include="Windows\TransportEditWindow.xaml">
  257. <SubType>Designer</SubType>
  258. <Generator>MSBuild:Compile</Generator>
  259. </Page>
  260. </ItemGroup>
  261. <ItemGroup>
  262. <Compile Include="Properties\AssemblyInfo.cs">
  263. <SubType>Code</SubType>
  264. </Compile>
  265. <Compile Include="Properties\Resources.Designer.cs">
  266. <AutoGen>True</AutoGen>
  267. <DesignTime>True</DesignTime>
  268. <DependentUpon>Resources.resx</DependentUpon>
  269. </Compile>
  270. <Compile Include="Properties\Settings.Designer.cs">
  271. <AutoGen>True</AutoGen>
  272. <DependentUpon>Settings.settings</DependentUpon>
  273. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  274. </Compile>
  275. <EmbeddedResource Include="Properties\Resources.resx">
  276. <Generator>ResXFileCodeGenerator</Generator>
  277. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  278. </EmbeddedResource>
  279. <EntityDeploy Include="EDM.edmx">
  280. <Generator>EntityModelCodeGenerator</Generator>
  281. <LastGenOutput>EDM.Designer.cs</LastGenOutput>
  282. </EntityDeploy>
  283. <None Include="EDM.edmx.diagram">
  284. <DependentUpon>EDM.edmx</DependentUpon>
  285. </None>
  286. <None Include="packages.config" />
  287. <None Include="Properties\Settings.settings">
  288. <Generator>SettingsSingleFileGenerator</Generator>
  289. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  290. </None>
  291. </ItemGroup>
  292. <ItemGroup>
  293. <None Include="App.config" />
  294. </ItemGroup>
  295. <ItemGroup>
  296. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  297. </ItemGroup>
  298. <ItemGroup>
  299. <Content Include="EDM.Context.tt">
  300. <Generator>TextTemplatingFileGenerator</Generator>
  301. <LastGenOutput>EDM.Context.cs</LastGenOutput>
  302. <DependentUpon>EDM.edmx</DependentUpon>
  303. </Content>
  304. <Content Include="EDM.tt">
  305. <Generator>TextTemplatingFileGenerator</Generator>
  306. <DependentUpon>EDM.edmx</DependentUpon>
  307. <LastGenOutput>EDM.cs</LastGenOutput>
  308. </Content>
  309. <Resource Include="Images\StandartImage.png" />
  310. </ItemGroup>
  311. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  312. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  313. <PropertyGroup>
  314. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  315. </PropertyGroup>
  316. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  317. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  318. </Target>
  319. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  320. </Project>