112 lines
4.9 KiB
XML
112 lines
4.9 KiB
XML
<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>{0B43ECD4-3701-4CD3-82EC-617D7D590BBB}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Tanshu.Accounts.BI</RootNamespace>
|
|
<AssemblyName>Tanshu.Accounts.BI</AssemblyName>
|
|
<ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<StartArguments>/client:"WcfTestClient.exe"</StartArguments>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
</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.configuration" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Runtime.Serialization">
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.ServiceModel">
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<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>
|
|
<Reference Include="Tanshu.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=fd89fe1d2351f8b5, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Include\Tanshu.Logging.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AdvanceBI.cs" />
|
|
<Compile Include="CheckoutBI.cs" />
|
|
<Compile Include="ProductGroupModifierBI.cs" />
|
|
<Compile Include="ModifierBI.cs" />
|
|
<Compile Include="PrintLocationBI.cs" />
|
|
<Compile Include="FoodTableBI.cs" />
|
|
<Compile Include="ProductGroupBI.cs" />
|
|
<Compile Include="CustomerBI.cs" />
|
|
<Compile Include="ManagementBI.cs" />
|
|
<Compile Include="RoleBI.cs" />
|
|
<Compile Include="WaiterBI.cs" />
|
|
<Compile Include="LedgerBI.cs" />
|
|
<Compile Include="MembershipBI.cs" />
|
|
<Compile Include="PaymentBI.cs" />
|
|
<Compile Include="ProductBI.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SalesAnalysisBI.cs" />
|
|
<Compile Include="SaleVoucherBI.cs" />
|
|
<Compile Include="UserBI.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>
|
|
<ProjectReference Include="..\Tanshu.Accounts.DAOFactory\Tanshu.Accounts.DAOFactory.csproj">
|
|
<Project>{AC7AA7C5-4712-4992-B733-092D703E7AA9}</Project>
|
|
<Name>Tanshu.Accounts.DAOFactory</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\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>
|
|
-->
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
|
|
<WcfProjectProperties>
|
|
<AutoStart>True</AutoStart>
|
|
</WcfProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
</Project> |