111 lines
5.2 KiB
XML
111 lines
5.2 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="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Include\NHibernate\Iesi.Collections.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NHibernate, Version=2.1.2.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Include\NHibernate\NHibernate.dll</HintPath>
|
|
</Reference>
|
|
<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" />
|
|
<Reference Include="Tanshu.Common, Version=2.0.4211.37426, Culture=neutral, PublicKeyToken=fd89fe1d2351f8b5, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Include\Tanshu.Common.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DisplayAttribute.cs" />
|
|
<Compile Include="Constants.cs" />
|
|
<Compile Include="Data Contracts Display\BillItemKey.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Data Contracts\Auth\UserGroup.cs" />
|
|
<Compile Include="Data Contracts\Auth\RoleGroup.cs" />
|
|
<Compile Include="Data Contracts\Auth\Group.cs" />
|
|
<Compile Include="Data Contracts\Auth\Role.cs" />
|
|
<Compile Include="Data Contracts\VoucherType.cs" />
|
|
<Compile Include="Data Contracts\ReprintBO.cs" />
|
|
<Compile Include="Data Contracts\VoucherSettlementBO.cs" />
|
|
<Compile Include="Data Contracts\KotBO.cs" />
|
|
<Compile Include="Data Contracts\InventoryModifierBO.cs" />
|
|
<Compile Include="Data Contracts\SettleOption.cs" />
|
|
<Compile Include="Delegates.cs" />
|
|
<Compile Include="Data Contracts\ProductGroupModifierBO.cs" />
|
|
<Compile Include="Data Contracts\ModifierBO.cs" />
|
|
<Compile Include="Data Contracts\PrintLocationBO.cs" />
|
|
<Compile Include="Data Contracts\FoodTableBO.cs" />
|
|
<Compile Include="Data Contracts\TaxBO.cs" />
|
|
<Compile Include="Data Contracts\CustomerBO.cs" />
|
|
<Compile Include="Data Contracts\WaiterBO.cs" />
|
|
<Compile Include="Data Contracts\InventoryBO.cs" />
|
|
<Compile Include="Data Contracts\ProductBO.cs" />
|
|
<Compile Include="Data Contracts\ProductGroupBO.cs" />
|
|
<Compile Include="Helper Functions\StringHelper.cs" />
|
|
<Compile Include="Helper Functions\EnumHelper.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Data Contracts Display\SalesAnalysisBO.cs" />
|
|
<Compile Include="Data Contracts Display\BillInventoryBO.cs" />
|
|
<Compile Include="Data Contracts\Auth\UserBO.cs" />
|
|
<Compile Include="Data Contracts\VoucherBO.cs" />
|
|
<Compile Include="ValidationException.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> |