1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{3D5CB097-7D01-42AE-9080-5932670F5CEC}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <OutputType>Library</OutputType>
- <LangVersion>8.0</LangVersion>
- <AssemblyName>Infoking.BizPeri.Common.Utility</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>
- <ItemGroup>
- <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">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll</HintPath>
- </Reference>
- <Reference Include="System">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.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>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Infoking.BizPeri.Common.Utility\EncodeTools.cs" />
- <Compile Include="Infoking.BizPeri.Common.Utility\ExcelExport.cs" />
- <Compile Include="Infoking.BizPeri.Common.Utility\KQUtil.cs" />
- <Compile Include="Infoking.BizPeri.Common.Utility\LanguageSetting.cs" />
- <Compile Include="Infoking.BizPeri.Common.Utility\XMLProfile.cs" />
- <Compile Include="Infoking.BizPeri.Common.Utility\XmlUtility.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\SunRoxm.BizPeri.Common.Data\SunRoxm.BizPeri.Common.Data.csproj">
- <Project>{ecca44cd-fa29-44fc-898b-0e0cf2922cb9}</Project>
- <Name>SunRoxm.BizPeri.Common.Data</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|