You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
128 lines
6.2 KiB
XML
128 lines
6.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{C5B3481F-4B5C-4B99-9796-8A172F5C2C46}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Utils</RootNamespace>
|
|
<AssemblyName>Utils</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</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="Aspose.Cells, Version=8.1.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Dll\Aspose.Cells.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Aspose.Slides">
|
|
<HintPath>..\Dll\Aspose.Slides.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Aspose.Words">
|
|
<HintPath>..\Dll\Aspose.Words.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="NPOI, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NPOI.OOXML, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.OOXML.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NPOI.OpenXml4Net, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NPOI.OpenXmlFormats, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Messaging" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CacheBase\ListCache.cs" />
|
|
<Compile Include="CommValue.cs" />
|
|
<Compile Include="CacheBase\ConcurrentCache.cs" />
|
|
<Compile Include="Enums\CustomerSourceType.cs" />
|
|
<Compile Include="Enums\EnableStatusType.cs" />
|
|
<Compile Include="Enums\ExamPaperStatus.cs" />
|
|
<Compile Include="Enums\LifePlanType.cs" />
|
|
<Compile Include="Enums\ProposalCustDetailType.cs" />
|
|
<Compile Include="Enums\ProposalStatus.cs" />
|
|
<Compile Include="Enums\SexType.cs" />
|
|
<Compile Include="Enums\StuCustomerProposalStatus.cs" />
|
|
<Compile Include="Enums\TrainExamPublishState.cs" />
|
|
<Compile Include="Enums\TrainExamStatu.cs" />
|
|
<Compile Include="Enums\UserStatus.cs" />
|
|
<Compile Include="Enums\UserType.cs" />
|
|
<Compile Include="FileHandler\ConverConst.cs" />
|
|
<Compile Include="FileHandler\ConvertFile.cs" />
|
|
<Compile Include="FileHandler\Enumerate.cs" />
|
|
<Compile Include="FileHandler\FileUtils.cs" />
|
|
<Compile Include="FileHandler\HtmlUtils.cs" />
|
|
<Compile Include="FileHandler\NPOIUtils.cs" />
|
|
<Compile Include="FileHandler\SaveToPdf.cs" />
|
|
<Compile Include="FileHandler\ThumbnailHelper.cs" />
|
|
<Compile Include="Helper\AppSettingsHelper.cs" />
|
|
<Compile Include="Enums\CustomerType.cs" />
|
|
<Compile Include="Helper\EncryptHelper.cs" />
|
|
<Compile Include="Helper\EnumHelper.cs" />
|
|
<Compile Include="Helper\ExcelHelper.cs" />
|
|
<Compile Include="Helper\HttpHelper.cs" />
|
|
<Compile Include="Helper\LogHelper.cs" />
|
|
<Compile Include="Helper\ObjConverter.cs" />
|
|
<Compile Include="Helper\SessionHelper.cs" />
|
|
<Compile Include="Helper\TimerEvent.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="CacheBase\SynchronisedCache.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<Content Include="FileHandler\Readme.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> |