AutoServiceVika.csproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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>{801349E6-DCCA-4B3C-A4C7-64386BDF0767}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>AutoServiceVika</RootNamespace>
  10. <AssemblyName>AutoServiceVika</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. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  41. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  44. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  47. <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.39\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.ComponentModel.DataAnnotations" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Runtime.Serialization" />
  53. <Reference Include="System.Security" />
  54. <Reference Include="System.Xml" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="System.Net.Http" />
  60. <Reference Include="System.Xaml">
  61. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  62. </Reference>
  63. <Reference Include="WindowsBase" />
  64. <Reference Include="PresentationCore" />
  65. <Reference Include="PresentationFramework" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ApplicationDefinition Include="App.xaml">
  69. <Generator>MSBuild:Compile</Generator>
  70. <SubType>Designer</SubType>
  71. </ApplicationDefinition>
  72. <Page Include="MainWindow.xaml">
  73. <Generator>MSBuild:Compile</Generator>
  74. <SubType>Designer</SubType>
  75. </Page>
  76. <Compile Include="App.xaml.cs">
  77. <DependentUpon>App.xaml</DependentUpon>
  78. <SubType>Code</SubType>
  79. </Compile>
  80. <Compile Include="Entites\AutoService.Context.cs">
  81. <AutoGen>True</AutoGen>
  82. <DesignTime>True</DesignTime>
  83. <DependentUpon>AutoService.Context.tt</DependentUpon>
  84. </Compile>
  85. <Compile Include="Entites\AutoService.cs">
  86. <AutoGen>True</AutoGen>
  87. <DesignTime>True</DesignTime>
  88. <DependentUpon>AutoService.tt</DependentUpon>
  89. </Compile>
  90. <Compile Include="Entites\AutoService.Designer.cs">
  91. <AutoGen>True</AutoGen>
  92. <DesignTime>True</DesignTime>
  93. <DependentUpon>AutoService.edmx</DependentUpon>
  94. </Compile>
  95. <Compile Include="Entites\Client.cs">
  96. <DependentUpon>AutoService.tt</DependentUpon>
  97. </Compile>
  98. <Compile Include="Entites\ClientService.cs">
  99. <DependentUpon>AutoService.tt</DependentUpon>
  100. </Compile>
  101. <Compile Include="Entites\DocumentByService.cs">
  102. <DependentUpon>AutoService.tt</DependentUpon>
  103. </Compile>
  104. <Compile Include="Entites\Gender.cs">
  105. <DependentUpon>AutoService.tt</DependentUpon>
  106. </Compile>
  107. <Compile Include="Entites\Manufacturer.cs">
  108. <DependentUpon>AutoService.tt</DependentUpon>
  109. </Compile>
  110. <Compile Include="Entites\Product.cs">
  111. <DependentUpon>AutoService.tt</DependentUpon>
  112. </Compile>
  113. <Compile Include="Entites\ProductPhoto.cs">
  114. <DependentUpon>AutoService.tt</DependentUpon>
  115. </Compile>
  116. <Compile Include="Entites\ProductSale.cs">
  117. <DependentUpon>AutoService.tt</DependentUpon>
  118. </Compile>
  119. <Compile Include="Entites\Role.cs">
  120. <DependentUpon>AutoService.tt</DependentUpon>
  121. </Compile>
  122. <Compile Include="Entites\Service.cs">
  123. <DependentUpon>AutoService.tt</DependentUpon>
  124. </Compile>
  125. <Compile Include="Entites\ServicePartial.cs" />
  126. <Compile Include="Entites\ServicePhoto.cs">
  127. <DependentUpon>AutoService.tt</DependentUpon>
  128. </Compile>
  129. <Compile Include="Entites\sysdiagram.cs">
  130. <DependentUpon>AutoService.tt</DependentUpon>
  131. </Compile>
  132. <Compile Include="Entites\Tag.cs">
  133. <DependentUpon>AutoService.tt</DependentUpon>
  134. </Compile>
  135. <Compile Include="Entites\Users.cs">
  136. <DependentUpon>AutoService.tt</DependentUpon>
  137. </Compile>
  138. <Compile Include="MainWindow.xaml.cs">
  139. <DependentUpon>MainWindow.xaml</DependentUpon>
  140. <SubType>Code</SubType>
  141. </Compile>
  142. <Page Include="Pages\AddEditPage.xaml">
  143. <SubType>Designer</SubType>
  144. <Generator>MSBuild:Compile</Generator>
  145. </Page>
  146. <Page Include="Pages\LoginPage.xaml">
  147. <SubType>Designer</SubType>
  148. <Generator>MSBuild:Compile</Generator>
  149. </Page>
  150. <Page Include="Pages\ServicePage.xaml">
  151. <SubType>Designer</SubType>
  152. <Generator>MSBuild:Compile</Generator>
  153. </Page>
  154. </ItemGroup>
  155. <ItemGroup>
  156. <Compile Include="Pages\AddEditPage.xaml.cs">
  157. <DependentUpon>AddEditPage.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="Pages\LoginPage.xaml.cs">
  160. <DependentUpon>LoginPage.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="Pages\ServicePage.xaml.cs">
  163. <DependentUpon>ServicePage.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Properties\AssemblyInfo.cs">
  166. <SubType>Code</SubType>
  167. </Compile>
  168. <Compile Include="Properties\Resources.Designer.cs">
  169. <AutoGen>True</AutoGen>
  170. <DesignTime>True</DesignTime>
  171. <DependentUpon>Resources.resx</DependentUpon>
  172. </Compile>
  173. <Compile Include="Properties\Settings.Designer.cs">
  174. <AutoGen>True</AutoGen>
  175. <DependentUpon>Settings.settings</DependentUpon>
  176. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  177. </Compile>
  178. <EmbeddedResource Include="Properties\Resources.resx">
  179. <Generator>ResXFileCodeGenerator</Generator>
  180. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  181. </EmbeddedResource>
  182. <EntityDeploy Include="Entites\AutoService.edmx">
  183. <Generator>EntityModelCodeGenerator</Generator>
  184. <LastGenOutput>AutoService.Designer.cs</LastGenOutput>
  185. </EntityDeploy>
  186. <None Include=".editorconfig" />
  187. <None Include="Entites\AutoService.edmx.diagram">
  188. <DependentUpon>AutoService.edmx</DependentUpon>
  189. </None>
  190. <None Include="packages.config" />
  191. <None Include="Properties\Settings.settings">
  192. <Generator>SettingsSingleFileGenerator</Generator>
  193. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  194. </None>
  195. </ItemGroup>
  196. <ItemGroup>
  197. <None Include="App.config" />
  198. </ItemGroup>
  199. <ItemGroup>
  200. <Resource Include="Image\service_logo.png" />
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <Content Include="Entites\AutoService.Context.tt">
  207. <Generator>TextTemplatingFileGenerator</Generator>
  208. <DependentUpon>AutoService.edmx</DependentUpon>
  209. <LastGenOutput>AutoService.Context.cs</LastGenOutput>
  210. </Content>
  211. <Content Include="Entites\AutoService.tt">
  212. <Generator>TextTemplatingFileGenerator</Generator>
  213. <DependentUpon>AutoService.edmx</DependentUpon>
  214. <LastGenOutput>AutoService.cs</LastGenOutput>
  215. </Content>
  216. </ItemGroup>
  217. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  218. </Project>