Server.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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>{421D5D5C-945F-4170-85B7-BDDED34E0EEB}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>Server</RootNamespace>
  10. <AssemblyName>Server</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  37. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  38. </Reference>
  39. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  40. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.ComponentModel.DataAnnotations" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Runtime.Serialization" />
  49. <Reference Include="System.Security" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Net.Http" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Car.cs">
  59. <DependentUpon>GasStationModel.tt</DependentUpon>
  60. </Compile>
  61. <Compile Include="Card.cs">
  62. <DependentUpon>GasStationModel.tt</DependentUpon>
  63. </Compile>
  64. <Compile Include="CardIssuer.cs">
  65. <DependentUpon>GasStationModel.tt</DependentUpon>
  66. </Compile>
  67. <Compile Include="CardType.cs">
  68. <DependentUpon>GasStationModel.tt</DependentUpon>
  69. </Compile>
  70. <Compile Include="Client.cs">
  71. <DependentUpon>GasStationModel.tt</DependentUpon>
  72. </Compile>
  73. <Compile Include="DataOfCamera.cs">
  74. <DependentUpon>GasStationModel.tt</DependentUpon>
  75. </Compile>
  76. <Compile Include="FuelInCurrentGasStation.cs" />
  77. <Compile Include="FuelType.cs">
  78. <DependentUpon>GasStationModel.tt</DependentUpon>
  79. </Compile>
  80. <Compile Include="FuelTypeOnGasStation.cs">
  81. <DependentUpon>GasStationModel.tt</DependentUpon>
  82. </Compile>
  83. <Compile Include="GasStation.cs">
  84. <DependentUpon>GasStationModel.tt</DependentUpon>
  85. </Compile>
  86. <Compile Include="GasStationModel.Context.cs">
  87. <AutoGen>True</AutoGen>
  88. <DesignTime>True</DesignTime>
  89. <DependentUpon>GasStationModel.Context.tt</DependentUpon>
  90. </Compile>
  91. <Compile Include="GasStationModel.cs">
  92. <AutoGen>True</AutoGen>
  93. <DesignTime>True</DesignTime>
  94. <DependentUpon>GasStationModel.tt</DependentUpon>
  95. </Compile>
  96. <Compile Include="GasStationModel.Designer.cs">
  97. <AutoGen>True</AutoGen>
  98. <DesignTime>True</DesignTime>
  99. <DependentUpon>GasStationModel.edmx</DependentUpon>
  100. </Compile>
  101. <Compile Include="Payment.cs">
  102. <DependentUpon>GasStationModel.tt</DependentUpon>
  103. </Compile>
  104. <Compile Include="Program.cs" />
  105. <Compile Include="Properties\AssemblyInfo.cs" />
  106. <Compile Include="Refueling.cs">
  107. <DependentUpon>GasStationModel.tt</DependentUpon>
  108. </Compile>
  109. <Compile Include="RefuelingColumn.cs">
  110. <DependentUpon>GasStationModel.tt</DependentUpon>
  111. </Compile>
  112. <Compile Include="RefuelingGun.cs">
  113. <DependentUpon>GasStationModel.tt</DependentUpon>
  114. </Compile>
  115. <Compile Include="RootDataOfCar.cs" />
  116. <Compile Include="RootDataOfCard.cs" />
  117. <Compile Include="RootDataOfGasStation.cs" />
  118. <Compile Include="RootFuelInStation.cs" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="App.config" />
  122. <EntityDeploy Include="GasStationModel.edmx">
  123. <Generator>EntityModelCodeGenerator</Generator>
  124. <LastGenOutput>GasStationModel.Designer.cs</LastGenOutput>
  125. </EntityDeploy>
  126. <None Include="GasStationModel.edmx.diagram">
  127. <DependentUpon>GasStationModel.edmx</DependentUpon>
  128. </None>
  129. <None Include="packages.config" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Content Include="GasStationModel.Context.tt">
  136. <Generator>TextTemplatingFileGenerator</Generator>
  137. <DependentUpon>GasStationModel.edmx</DependentUpon>
  138. <LastGenOutput>GasStationModel.Context.cs</LastGenOutput>
  139. </Content>
  140. <Content Include="GasStationModel.tt">
  141. <Generator>TextTemplatingFileGenerator</Generator>
  142. <DependentUpon>GasStationModel.edmx</DependentUpon>
  143. <LastGenOutput>GasStationModel.cs</LastGenOutput>
  144. </Content>
  145. </ItemGroup>
  146. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  147. </Project>