123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{421D5D5C-945F-4170-85B7-BDDED34E0EEB}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>Server</RootNamespace>
- <AssemblyName>Server</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Core" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Security" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Car.cs">
- <DependentUpon>GasStationModel.tt</DependentUpon>
- </Compile>
- <Compile Include="Card.cs">
- <DependentUpon>GasStationModel.tt</DependentUpon>
- </Compile>
- <Compile Include="CardIssuer.cs">
- <DependentUpon>GasStationModel.tt</DependentUpon>
- </Compile>
- <Compile Include="CardType.cs">
- <DependentUpon>GasStationModel.tt</DependentUpon>
- </Compile>
- <Compile Include="Client.cs">
- <DependentUpon>GasStationModel.tt</DependentUpon>
- </Compile>
- <Compile Include="DataOfCamera.cs">
- <DependentUpon>GasStationModel.tt</DependentUpon>
- </Compile>
- <Compile Include="FuelInCurrentGasStation.cs" />
- <Compile Include="FuelType.cs">
- <DependentUpon>GasStationModel.tt</DependentUpon>
- </Compile>
- <Compile Include="FuelTypeOnGasStation.cs">
- <DependentUpon>GasStationModel.tt</DependentUpon>
- </Compile>
- <Compile Include="GasStation.cs">
- <DependentUpon>GasStationModel.tt</DependentUpon>
- </Compile>
- <Compile Include="GasStationModel.Context.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>GasStationModel.Context.tt</DependentUpon>
- </Compile>
- <Compile Include="GasStationModel.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>GasStationModel.tt</DependentUpon>
- </Compile>
- <Compile Include="GasStationModel.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>GasStationModel.edmx</DependentUpon>
- </Compile>
- <Compile Include="Payment.cs">
- <DependentUpon>GasStationModel.tt</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Refueling.cs">
- <DependentUpon>GasStationModel.tt</DependentUpon>
- </Compile>
- <Compile Include="RefuelingColumn.cs">
- <DependentUpon>GasStationModel.tt</DependentUpon>
- </Compile>
- <Compile Include="RefuelingGun.cs">
- <DependentUpon>GasStationModel.tt</DependentUpon>
- </Compile>
- <Compile Include="RootDataOfCar.cs" />
- <Compile Include="RootDataOfCard.cs" />
- <Compile Include="RootDataOfGasStation.cs" />
- <Compile Include="RootFuelInStation.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- <EntityDeploy Include="GasStationModel.edmx">
- <Generator>EntityModelCodeGenerator</Generator>
- <LastGenOutput>GasStationModel.Designer.cs</LastGenOutput>
- </EntityDeploy>
- <None Include="GasStationModel.edmx.diagram">
- <DependentUpon>GasStationModel.edmx</DependentUpon>
- </None>
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="GasStationModel.Context.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <DependentUpon>GasStationModel.edmx</DependentUpon>
- <LastGenOutput>GasStationModel.Context.cs</LastGenOutput>
- </Content>
- <Content Include="GasStationModel.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <DependentUpon>GasStationModel.edmx</DependentUpon>
- <LastGenOutput>GasStationModel.cs</LastGenOutput>
- </Content>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|