1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{6C31C9D4-D38F-4585-8C61-BD4EC11769BF}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <OutputType>Library</OutputType>
- <LangVersion>8.0</LangVersion>
- <AssemblyName>SunRoxm.BizPeri.BizPeriUI.Access</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.Web">
- <HintPath>C:\Windows\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll</HintPath>
- </Reference>
- <Reference Include="System.XML" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\AdminToolsAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\BillReformAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\BillSearchAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\CloseAccountAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\CodeGeneratorAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\FrmBarProductAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\FrmFundsBalanceSettingAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\FrmInventoryMaintenanceAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\FunctionSettingsAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\HolidaySettingAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\InventoryReformAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\OpenAccountAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\ParaSettingsAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\PnlPendingBillSearchAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\PnlRelationBillSearchAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\PnlStockSearchAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\PrimaryAttendanceAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\ProductCostSettingAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\SpecialPrintAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\StoragesInitializationAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\SystemFunDeployAccess.cs" />
- <Compile Include="SunRoxm.BizPeri.BizPeriUI.Access\TypeSettingsAccess.cs" />
- </ItemGroup>
- <ItemGroup>
- <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>
|