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>{B755D152-37C3-47D6-A721-3AD17A8EF316}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2011-03-11 18:49:48 +00:00
|
|
|
|
<RootNamespace>Tanshu.Accounts.Repository</RootNamespace>
|
|
|
|
|
<AssemblyName>Tanshu.Accounts.Repository</AssemblyName>
|
2010-03-02 17:56:21 +00:00
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2011-01-30 07:14:05 +00:00
|
|
|
|
<TargetFrameworkSubset>Full</TargetFrameworkSubset>
|
2010-03-02 17:56:21 +00:00
|
|
|
|
</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>
|
2011-01-30 07:14:05 +00:00
|
|
|
|
<Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2014-10-12 09:41:45 +00:00
|
|
|
|
<HintPath>..\Include\NHibernate\Iesi.Collections.dll</HintPath>
|
2011-01-30 07:14:05 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="NHibernate, Version=2.1.2.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2014-10-12 09:41:45 +00:00
|
|
|
|
<HintPath>..\Include\NHibernate\NHibernate.dll</HintPath>
|
2011-02-04 19:30:55 +00:00
|
|
|
|
</Reference>
|
2010-03-02 17:56:21 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.configuration" />
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</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=1.0.3382.27403, Culture=neutral, PublicKeyToken=fd89fe1d2351f8b5, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Include\Tanshu.Common.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Tanshu.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=fd89fe1d2351f8b5, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Include\Tanshu.Data.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-10-16 11:15:03 +00:00
|
|
|
|
<Compile Include="CheckoutBI.cs" />
|
2014-11-02 08:03:31 +00:00
|
|
|
|
<Compile Include="Cache.cs" />
|
2016-01-04 05:22:01 +00:00
|
|
|
|
<Compile Include="SettingBI.cs" />
|
|
|
|
|
<Compile Include="MachineLocationBI.cs" />
|
2014-11-11 10:23:54 +00:00
|
|
|
|
<Compile Include="ReportsBI.cs" />
|
2014-10-16 11:15:03 +00:00
|
|
|
|
<Compile Include="GroupBI.cs" />
|
|
|
|
|
<Compile Include="CustomerBI.cs" />
|
|
|
|
|
<Compile Include="FoodTableBI.cs" />
|
|
|
|
|
<Compile Include="IUnitOfWork.cs">
|
2014-10-12 09:41:45 +00:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2014-10-16 11:15:03 +00:00
|
|
|
|
<Compile Include="ManagementBI.cs" />
|
|
|
|
|
<Compile Include="ModifierBI.cs" />
|
|
|
|
|
<Compile Include="PrintLocationBI.cs" />
|
|
|
|
|
<Compile Include="ProductBI.cs" />
|
|
|
|
|
<Compile Include="ProductGroupBI.cs" />
|
|
|
|
|
<Compile Include="ProductGroupModifierBI.cs" />
|
2014-11-02 08:03:31 +00:00
|
|
|
|
<Compile Include="QueryStore.cs" />
|
2014-10-16 11:15:03 +00:00
|
|
|
|
<Compile Include="ReprintBI.cs" />
|
|
|
|
|
<Compile Include="SalesAnalysisBI.cs" />
|
|
|
|
|
<Compile Include="TaxBI.cs" />
|
|
|
|
|
<Compile Include="UnitOfWork.cs">
|
2014-10-12 09:41:45 +00:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2014-10-16 11:15:03 +00:00
|
|
|
|
<Compile Include="UserBI.cs" />
|
|
|
|
|
<Compile Include="VoucherBI.cs" />
|
2014-11-02 08:03:31 +00:00
|
|
|
|
<Compile Include="VoucherDirtyInterceptor.cs" />
|
2014-10-16 11:15:03 +00:00
|
|
|
|
<Compile Include="VoucherSettlementBI.cs" />
|
2014-10-12 09:41:45 +00:00
|
|
|
|
<Compile Include="Session.cs" />
|
|
|
|
|
<Compile Include="SetupStore.cs" />
|
2010-03-02 17:56:21 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Tanshu.Accounts.Contracts\Tanshu.Accounts.Contracts.csproj">
|
|
|
|
|
<Project>{59A6F8B8-12EE-4D8E-BEBB-61CB665A2C17}</Project>
|
|
|
|
|
<Name>Tanshu.Accounts.Contracts</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</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>
|