1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{E9EFFBC8-6C51-45F4-94E6-019ED04EAE08}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <OutputType>Library</OutputType>
- <LangVersion>8.0</LangVersion>
- <AssemblyName>SunRoxm.BizPeri.BizPeriUI.Rules</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <OutputPath>bin\Debug\</OutputPath>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <OutputPath>bin\Release\</OutputPath>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
- <LangVersion>default</LangVersion>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data">
- <HintPath>C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll</HintPath>
- </Reference>
- <Reference Include="System.XML" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\AdminToolsRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\BillReformRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\BillSearchRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\CloseAccountRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\CodeGeneratorRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\DividualOperationRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\FrmBarProductRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\FrmFundsBalanceSettingRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\FrmInventoryMaintenanceRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\FunctionSettingsRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\HolidaySettingRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\InventoryReformRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\OpenAccountRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\ParaSettingsRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\PnlPendingBillSearchRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\PnlRelationBillSearchRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\PnlStockSearchRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\PrimaryAttendanceRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\ProductCostSettingRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\SpecialPrintRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\StoragesInitializationRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\SystemFunDeployRules.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Rules\TypeSettingsRules.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Infoking.BizPeri.Common.Utility\Infoking.BizPeri.Common.Utility.csproj">
- <Project>{4375a390-7625-4c7d-b0da-4d9fbae3f622}</Project>
- <Name>Infoking.BizPeri.Common.Utility</Name>
- </ProjectReference>
- <ProjectReference Include="..\SunRoxm.BizPeri.BizPeriUI.Access\SunRoxm.BizPeri.BizPeriUI.Access.csproj">
- <Project>{6c31c9d4-d38f-4585-8c61-bd4ec11769bf}</Project>
- <Name>SunRoxm.BizPeri.BizPeriUI.Access</Name>
- </ProjectReference>
- <ProjectReference Include="..\SunRoxm.BizPeri.Common.Data\SunRoxm.BizPeri.Common.Data.csproj">
- <Project>{03f4c7e4-98ee-4d99-8da8-afe185c5aec8}</Project>
- <Name>SunRoxm.BizPeri.Common.Data</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|