narsil/Tanshu.Accounts.Contracts/Tanshu.Accounts.Contracts.c...

135 lines
6.5 KiB
XML
Raw Normal View History

2010-03-02 17:56:21 +00:00
<?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" />
2011-01-09 23:36:24 +00:00
<Compile Include="DAOFactory\FoodTableDAO.cs" />
<Compile Include="DAOFactory\ProductTypeDAO.cs" />
2010-03-02 17:56:21 +00:00
<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" />
2011-01-09 23:36:24 +00:00
<Compile Include="Data Contracts\FoodTableBO.cs" />
2010-03-02 17:56:21 +00:00
<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" />
2011-01-06 07:17:00 +00:00
<Compile Include="Roles.cs" />
2010-03-02 17:56:21 +00:00
<Compile Include="Service Contracts\AdvanceBI.cs" />
<Compile Include="Service Contracts\CheckoutBI.cs" />
2011-01-09 23:36:24 +00:00
<Compile Include="Service Contracts\FoodTableBI.cs" />
<Compile Include="Service Contracts\ProductTypesBI.cs" />
2010-03-02 17:56:21 +00:00
<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>