Kusach.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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="Pages\DriversListPage.xaml.cs">
  71. <DependentUpon>DriversListPage.xaml</DependentUpon>
  72. </Compile>
  73. <Compile Include="Windows\AddDriverWindow.xaml.cs">
  74. <DependentUpon>AddDriverWindow.xaml</DependentUpon>
  75. </Compile>
  76. <Compile Include="Windows\AddDriverToRouteWindow.xaml.cs">
  77. <DependentUpon>AddDriverToRouteWindow.xaml</DependentUpon>
  78. </Compile>
  79. <Compile Include="Windows\AddPointToRouteWindow.xaml.cs">
  80. <DependentUpon>AddPointToRouteWindow.xaml</DependentUpon>
  81. </Compile>
  82. <Compile Include="Windows\AddPointWindow.xaml.cs">
  83. <DependentUpon>AddPointWindow.xaml</DependentUpon>
  84. </Compile>
  85. <Compile Include="Dispatcher.cs">
  86. <DependentUpon>EDM.tt</DependentUpon>
  87. </Compile>
  88. <Compile Include="Drivers.cs">
  89. <DependentUpon>EDM.tt</DependentUpon>
  90. </Compile>
  91. <Compile Include="DriversList.cs">
  92. <DependentUpon>EDM.tt</DependentUpon>
  93. </Compile>
  94. <Compile Include="EDM.Context.cs">
  95. <AutoGen>True</AutoGen>
  96. <DesignTime>True</DesignTime>
  97. <DependentUpon>EDM.Context.tt</DependentUpon>
  98. </Compile>
  99. <Compile Include="EDM.cs">
  100. <AutoGen>True</AutoGen>
  101. <DesignTime>True</DesignTime>
  102. <DependentUpon>EDM.tt</DependentUpon>
  103. </Compile>
  104. <Compile Include="EDM.Designer.cs">
  105. <AutoGen>True</AutoGen>
  106. <DesignTime>True</DesignTime>
  107. <DependentUpon>EDM.edmx</DependentUpon>
  108. </Compile>
  109. <Compile Include="Points.cs">
  110. <DependentUpon>EDM.tt</DependentUpon>
  111. </Compile>
  112. <Compile Include="PointsList.cs">
  113. <DependentUpon>EDM.tt</DependentUpon>
  114. </Compile>
  115. <Compile Include="RouteList.cs">
  116. <DependentUpon>EDM.tt</DependentUpon>
  117. </Compile>
  118. <Compile Include="Routes.cs">
  119. <DependentUpon>EDM.tt</DependentUpon>
  120. </Compile>
  121. <Compile Include="sysdiagrams.cs">
  122. <DependentUpon>EDM.tt</DependentUpon>
  123. </Compile>
  124. <Compile Include="Transport.cs">
  125. <DependentUpon>EDM.tt</DependentUpon>
  126. </Compile>
  127. <Compile Include="Windows\AddRouteWindow.xaml.cs">
  128. <DependentUpon>AddRouteWindow.xaml</DependentUpon>
  129. </Compile>
  130. <Compile Include="AddTransportWindow.xaml.cs">
  131. <DependentUpon>AddTransportWindow.xaml</DependentUpon>
  132. </Compile>
  133. <Compile Include="AddUserWindow.xaml.cs">
  134. <DependentUpon>AddUserWindow.xaml</DependentUpon>
  135. </Compile>
  136. <Compile Include="cnt.cs" />
  137. <Compile Include="DeleteUserWindow.xaml.cs">
  138. <DependentUpon>DeleteUserWindow.xaml</DependentUpon>
  139. </Compile>
  140. <Compile Include="Encrypt.cs" />
  141. <Compile Include="LogWindow.xaml.cs">
  142. <DependentUpon>LogWindow.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="MainWindow.xaml.cs">
  145. <DependentUpon>MainWindow.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Pages\RoutesListPage.xaml.cs">
  148. <DependentUpon>RoutesListPage.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="RegWindow.xaml.cs">
  151. <DependentUpon>RegWindow.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="TestPGPage.xaml.cs">
  154. <DependentUpon>TestPGPage.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="Windows\DriverEditWindow.xaml.cs">
  157. <DependentUpon>DriverEditWindow.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="Windows\PointEditWindow.xaml.cs">
  160. <DependentUpon>PointEditWindow.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="Windows\RouteEditWindow.xaml.cs">
  163. <DependentUpon>RouteEditWindow.xaml</DependentUpon>
  164. </Compile>
  165. <Page Include="Pages\DriversListPage.xaml">
  166. <SubType>Designer</SubType>
  167. <Generator>MSBuild:Compile</Generator>
  168. </Page>
  169. <Page Include="Windows\AddDriverWindow.xaml">
  170. <SubType>Designer</SubType>
  171. <Generator>MSBuild:Compile</Generator>
  172. </Page>
  173. <Page Include="Windows\AddDriverToRouteWindow.xaml">
  174. <SubType>Designer</SubType>
  175. <Generator>MSBuild:Compile</Generator>
  176. </Page>
  177. <Page Include="Windows\AddPointToRouteWindow.xaml">
  178. <SubType>Designer</SubType>
  179. <Generator>MSBuild:Compile</Generator>
  180. </Page>
  181. <Page Include="Windows\AddPointWindow.xaml">
  182. <SubType>Designer</SubType>
  183. <Generator>MSBuild:Compile</Generator>
  184. </Page>
  185. <Page Include="Windows\AddRouteWindow.xaml">
  186. <SubType>Designer</SubType>
  187. <Generator>MSBuild:Compile</Generator>
  188. </Page>
  189. <Page Include="AddTransportWindow.xaml">
  190. <SubType>Designer</SubType>
  191. <Generator>MSBuild:Compile</Generator>
  192. </Page>
  193. <Page Include="AddUserWindow.xaml">
  194. <SubType>Designer</SubType>
  195. <Generator>MSBuild:Compile</Generator>
  196. </Page>
  197. <Page Include="DeleteUserWindow.xaml">
  198. <SubType>Designer</SubType>
  199. <Generator>MSBuild:Compile</Generator>
  200. </Page>
  201. <Page Include="LogWindow.xaml">
  202. <SubType>Designer</SubType>
  203. <Generator>MSBuild:Compile</Generator>
  204. </Page>
  205. <Compile Include="App.xaml.cs">
  206. <DependentUpon>App.xaml</DependentUpon>
  207. <SubType>Code</SubType>
  208. </Compile>
  209. <Page Include="MainWindow.xaml">
  210. <SubType>Designer</SubType>
  211. <Generator>MSBuild:Compile</Generator>
  212. </Page>
  213. <Page Include="Pages\RoutesListPage.xaml">
  214. <SubType>Designer</SubType>
  215. <Generator>MSBuild:Compile</Generator>
  216. </Page>
  217. <Page Include="RegWindow.xaml">
  218. <SubType>Designer</SubType>
  219. <Generator>MSBuild:Compile</Generator>
  220. </Page>
  221. <Page Include="TestPGPage.xaml">
  222. <SubType>Designer</SubType>
  223. <Generator>MSBuild:Compile</Generator>
  224. </Page>
  225. <Page Include="Windows\DriverEditWindow.xaml">
  226. <SubType>Designer</SubType>
  227. <Generator>MSBuild:Compile</Generator>
  228. </Page>
  229. <Page Include="Windows\PointEditWindow.xaml">
  230. <SubType>Designer</SubType>
  231. <Generator>MSBuild:Compile</Generator>
  232. </Page>
  233. <Page Include="Windows\RouteEditWindow.xaml">
  234. <SubType>Designer</SubType>
  235. <Generator>MSBuild:Compile</Generator>
  236. </Page>
  237. </ItemGroup>
  238. <ItemGroup>
  239. <Compile Include="Properties\AssemblyInfo.cs">
  240. <SubType>Code</SubType>
  241. </Compile>
  242. <Compile Include="Properties\Resources.Designer.cs">
  243. <AutoGen>True</AutoGen>
  244. <DesignTime>True</DesignTime>
  245. <DependentUpon>Resources.resx</DependentUpon>
  246. </Compile>
  247. <Compile Include="Properties\Settings.Designer.cs">
  248. <AutoGen>True</AutoGen>
  249. <DependentUpon>Settings.settings</DependentUpon>
  250. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  251. </Compile>
  252. <EmbeddedResource Include="Properties\Resources.resx">
  253. <Generator>ResXFileCodeGenerator</Generator>
  254. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  255. </EmbeddedResource>
  256. <EntityDeploy Include="EDM.edmx">
  257. <Generator>EntityModelCodeGenerator</Generator>
  258. <LastGenOutput>EDM.Designer.cs</LastGenOutput>
  259. </EntityDeploy>
  260. <None Include="EDM.edmx.diagram">
  261. <DependentUpon>EDM.edmx</DependentUpon>
  262. </None>
  263. <None Include="packages.config" />
  264. <None Include="Properties\Settings.settings">
  265. <Generator>SettingsSingleFileGenerator</Generator>
  266. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  267. </None>
  268. </ItemGroup>
  269. <ItemGroup>
  270. <None Include="App.config" />
  271. </ItemGroup>
  272. <ItemGroup>
  273. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  274. </ItemGroup>
  275. <ItemGroup>
  276. <Content Include="EDM.Context.tt">
  277. <Generator>TextTemplatingFileGenerator</Generator>
  278. <DependentUpon>EDM.edmx</DependentUpon>
  279. <LastGenOutput>EDM.Context.cs</LastGenOutput>
  280. </Content>
  281. <Content Include="EDM.tt">
  282. <Generator>TextTemplatingFileGenerator</Generator>
  283. <DependentUpon>EDM.edmx</DependentUpon>
  284. <LastGenOutput>EDM.cs</LastGenOutput>
  285. </Content>
  286. </ItemGroup>
  287. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  288. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  289. <PropertyGroup>
  290. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  291. </PropertyGroup>
  292. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  293. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  294. </Target>
  295. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  296. </Project>