123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- <?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>{A8239E54-1EC2-4E1B-A7D0-371979E36CD5}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>CentralServer</RootNamespace>
- <AssemblyName>CentralServer</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="Cashier.cs">
- <DependentUpon>StoreModel.tt</DependentUpon>
- </Compile>
- <Compile Include="Employee.cs">
- <DependentUpon>StoreModel.tt</DependentUpon>
- </Compile>
- <Compile Include="Order.cs">
- <DependentUpon>StoreModel.tt</DependentUpon>
- </Compile>
- <Compile Include="PaymentMetod.cs">
- <DependentUpon>StoreModel.tt</DependentUpon>
- </Compile>
- <Compile Include="Product.cs">
- <DependentUpon>StoreModel.tt</DependentUpon>
- </Compile>
- <Compile Include="ProductInOrder.cs">
- <DependentUpon>StoreModel.tt</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RootDataOfCashier.cs" />
- <Compile Include="RootDataOfStore.cs" />
- <Compile Include="Store.cs">
- <DependentUpon>StoreModel.tt</DependentUpon>
- </Compile>
- <Compile Include="StoreModel.Context.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>StoreModel.Context.tt</DependentUpon>
- </Compile>
- <Compile Include="StoreModel.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>StoreModel.tt</DependentUpon>
- </Compile>
- <Compile Include="StoreModel.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>StoreModel.edmx</DependentUpon>
- </Compile>
- <Compile Include="WorkShift.cs">
- <DependentUpon>StoreModel.tt</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- <EntityDeploy Include="StoreModel.edmx">
- <Generator>EntityModelCodeGenerator</Generator>
- <LastGenOutput>StoreModel.Designer.cs</LastGenOutput>
- </EntityDeploy>
- <None Include="packages.config" />
- <None Include="StoreModel.edmx.diagram">
- <DependentUpon>StoreModel.edmx</DependentUpon>
- </None>
- </ItemGroup>
- <ItemGroup>
- <Content Include="StoreModel.Context.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>StoreModel.Context.cs</LastGenOutput>
- <DependentUpon>StoreModel.edmx</DependentUpon>
- </Content>
- <Content Include="StoreModel.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <DependentUpon>StoreModel.edmx</DependentUpon>
- <LastGenOutput>StoreModel.cs</LastGenOutput>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|