129 lines
6.1 KiB
XML
129 lines
6.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{59A6F8B8-12EE-4D8E-BEBB-61CB665A2C17}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Tanshu.Accounts.Contracts</RootNamespace>
|
|
<AssemblyName>Tanshu.Accounts.Contracts</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<StartupObject>
|
|
</StartupObject>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\Bin\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\Bin\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Serialization">
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.ServiceModel">
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Communication\Delegates.cs" />
|
|
<Compile Include="DAOFactory\CheckoutDAO.cs" />
|
|
<Compile Include="DAOFactory\AdvanceDAO.cs" />
|
|
<Compile Include="DAOFactory\ManagementDAO.cs" />
|
|
<Compile Include="DAOFactory\PaymentDAO.cs" />
|
|
<Compile Include="DAOFactory\SalesAnalysisDAO.cs" />
|
|
<Compile Include="DAOFactory\SaleVoucherDAO.cs" />
|
|
<Compile Include="DAOFactory\SaleVoucherMixDAO.cs" />
|
|
<Compile Include="DAOFactory\WaiterDAO.cs" />
|
|
<Compile Include="DAOFactory\CustomerDAO.cs" />
|
|
<Compile Include="DAOFactory\InventoryDAO.cs" />
|
|
<Compile Include="DAOFactory\LedgerDAO.cs" />
|
|
<Compile Include="DAOFactory\MembershipDAO.cs" />
|
|
<Compile Include="DAOFactory\ProductDAO.cs" />
|
|
<Compile Include="DAOFactory\TaxDAO.cs" />
|
|
<Compile Include="DAOFactory\UserDAO.cs" />
|
|
<Compile Include="DAOFactory\VoucherDAO.cs" />
|
|
<Compile Include="Data Contracts\AdvanceBO.cs" />
|
|
<Compile Include="Data Contracts\AdvanceDisplayBO.cs" />
|
|
<Compile Include="Data Contracts\ComplexProductBO.cs" />
|
|
<Compile Include="Data Contracts\BillItemKey.cs" />
|
|
<Compile Include="Data Contracts\SalarySheetBO.cs" />
|
|
<Compile Include="Data Contracts\SalarySheetDisplayBO.cs" />
|
|
<Compile Include="Data Contracts\TaxBO.cs" />
|
|
<Compile Include="Data Contracts\VerificationBO.cs" />
|
|
<Compile Include="Data Contracts\VerificationDisplayBO.cs" />
|
|
<Compile Include="Data Contracts\RequirementDisplayBO.cs" />
|
|
<Compile Include="Data Contracts\RequirementBO.cs" />
|
|
<Compile Include="Data Contracts\PaymentSheetBO.cs" />
|
|
<Compile Include="Data Contracts\PaymentSheetDisplayBO.cs" />
|
|
<Compile Include="Data Contracts\LedgerTypeBO.cs" />
|
|
<Compile Include="Data Contracts\JournalDisplayBO.cs" />
|
|
<Compile Include="Data Contracts\CostCenterBO.cs" />
|
|
<Compile Include="Data Contracts\CustomerBO.cs" />
|
|
<Compile Include="Data Contracts\WaiterBO.cs" />
|
|
<Compile Include="Data Contracts\InventoryBO.cs" />
|
|
<Compile Include="Data Contracts\InventoryDisplayBO.cs" />
|
|
<Compile Include="Data Contracts\JournalBO.cs" />
|
|
<Compile Include="Data Contracts\LedgerBO.cs" />
|
|
<Compile Include="Data Contracts\LedgerDisplayBO.cs" />
|
|
<Compile Include="Data Contracts\PaymentBO.cs" />
|
|
<Compile Include="Data Contracts\PaymentDisplayBO.cs" />
|
|
<Compile Include="Data Contracts\PendingBillsBO.cs" />
|
|
<Compile Include="Data Contracts\ProductBO.cs" />
|
|
<Compile Include="Data Contracts\ProductDisplayBO.cs" />
|
|
<Compile Include="Data Contracts\ProductDisplaySmallBO.cs" />
|
|
<Compile Include="Data Contracts\ProductTypeBO.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Data Contracts\SalesAnalysisBO.cs" />
|
|
<Compile Include="Data Contracts\SalesBillItemBO.cs" />
|
|
<Compile Include="Data Contracts\SaleVoucherBO.cs" />
|
|
<Compile Include="Data Contracts\UserBO.cs" />
|
|
<Compile Include="Data Contracts\VoucherBO.cs" />
|
|
<Compile Include="Service Contracts\AdvanceBI.cs" />
|
|
<Compile Include="Service Contracts\CheckoutBI.cs" />
|
|
<Compile Include="Service Contracts\CustomerBI.cs" />
|
|
<Compile Include="Service Contracts\WaiterBI.cs" />
|
|
<Compile Include="Service Contracts\LedgerBI.cs" />
|
|
<Compile Include="Service Contracts\MembershipBI.cs" />
|
|
<Compile Include="Service Contracts\PaymentBI.cs" />
|
|
<Compile Include="Service Contracts\ProductBI.cs" />
|
|
<Compile Include="Service Contracts\SalesAnalysisBI.cs" />
|
|
<Compile Include="Service Contracts\SaleVoucherBI.cs" />
|
|
<Compile Include="Service Contracts\UserBI.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |