| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{56213535-7FD9-4ACD-A497-705670CE61DC}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>HySoft.Common</RootNamespace>
- <AssemblyName>HySoft.Common</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</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\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="CacheHelper.cs" />
- <Compile Include="CommonRequest.cs" />
- <Compile Include="ConfigUtil.cs" />
- <Compile Include="CookieUtil.cs" />
- <Compile Include="DESEncrypt.cs" />
- <Compile Include="DNTRequest.cs" />
- <Compile Include="DTEnums.cs" />
- <Compile Include="DTKeys.cs" />
- <Compile Include="DTRequest.cs" />
- <Compile Include="DTMail.cs" />
- <Compile Include="LoginUser.cs" />
- <Compile Include="MessageBox.cs" />
- <Compile Include="Office\Excel\ExcelStyle.cs" />
- <Compile Include="Office\Excel\ExcelStyleCollection.cs" />
- <Compile Include="Office\Excel\ExcelWorkbook.cs" />
- <Compile Include="Office\Excel\Worksheet.cs" />
- <Compile Include="Office\Excel\WorksheetCollection.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RegexUtil.cs" />
- <Compile Include="SerializationHelper.cs" />
- <Compile Include="SortUtil.cs" />
- <Compile Include="StringHelper.cs" />
- <Compile Include="StringUtil.cs" />
- <Compile Include="SysLog.cs" />
- <Compile Include="Thumbnail.cs" />
- <Compile Include="Utils.cs" />
- <Compile Include="WaterMark.cs" />
- <Compile Include="XmlHelper.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Office\Excel\使用方法.txt" />
- </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>
|