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.

199 lines
8.6 KiB
XML

9 months ago
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B79294E9-8C72-4BB6-9F2A-CC9D9CB1325E}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>com.azkoss.excellite</RootNamespace>
<AssemblyName>POSV.Excel</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
<TargetFrameworkProfile />
</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.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AbstractRange.cs" />
<Compile Include="AbsXLSRec.cs" />
<Compile Include="AbsXLSRecords.cs" />
<Compile Include="Area3dFormulaToken.cs" />
<Compile Include="AreaErr3dFormulaToken.cs" />
<Compile Include="AreaFormulaToken.cs" />
<Compile Include="ArrayFormulaToken.cs" />
<Compile Include="BinaryOperatorFormulaToken.cs" />
<Compile Include="BinaryWritable.cs" />
<Compile Include="BOFSubstreamType.cs" />
<Compile Include="BoolFormulaToken.cs" />
<Compile Include="BoundSheetRecord.cs" />
<Compile Include="BoundSheetSheetType.cs" />
<Compile Include="BoundSheetVisibility.cs" />
<Compile Include="Buffer.cs" />
<Compile Include="CellBorder.cs" />
<Compile Include="CellBorders.cs" />
<Compile Include="CellFormula.cs" />
<Compile Include="CellRange.cs" />
<Compile Include="CellRangeEnumerator.cs" />
<Compile Include="CellRecordHeader.cs" />
<Compile Include="CellStyle.cs" />
<Compile Include="CellStyleCachedCollection.cs" />
<Compile Include="CellStyleData.cs" />
<Compile Include="CellStyleDataIndexes.cs" />
<Compile Include="ColumnInfoOptions.cs" />
<Compile Include="ContinueRecord.cs" />
<Compile Include="ControlFormulaToken.cs" />
<Compile Include="CsvType.cs" />
<Compile Include="DBCellRecord.cs" />
<Compile Include="DefaultRowHeightOptions.cs" />
<Compile Include="ErrFormulaToken.cs" />
<Compile Include="ExcelCell.cs" />
<Compile Include="ExcelCellCollection.cs" />
<Compile Include="ExcelColumn.cs" />
<Compile Include="ExcelColumnCollection.cs" />
<Compile Include="ExcelColumnRowBase.cs" />
<Compile Include="ExcelFile.cs" />
<Compile Include="ExcelFillPattern.cs" />
<Compile Include="ExcelFont.cs" />
<Compile Include="ExcelFontData.cs" />
<Compile Include="ExcelLite.cs" />
<Compile Include="ExcelLongString.cs" />
<Compile Include="ExcelLongStrings.cs" />
<Compile Include="ExcelRow.cs" />
<Compile Include="ExcelRowCollection.cs" />
<Compile Include="ExcelRowColumnCellCollectionBase.cs" />
<Compile Include="ExcelRowColumnCollectionBase.cs" />
<Compile Include="ExcelShortString.cs" />
<Compile Include="ExcelStringBase.cs" />
<Compile Include="ExcelStringOptions.cs" />
<Compile Include="ExcelStringWithoutLength.cs" />
<Compile Include="ExcelWorksheet.cs" />
<Compile Include="ExcelWorksheetCollection.cs" />
<Compile Include="ExternsheetRecord.cs" />
<Compile Include="ExtSSTRecord.cs" />
<Compile Include="FillPatternStyle.cs" />
<Compile Include="FontOptions.cs" />
<Compile Include="FormulaFunctionInfo.cs" />
<Compile Include="FormulaFunctionsTable.cs" />
<Compile Include="FormulaOptions.cs" />
<Compile Include="FormulaParser.cs" />
<Compile Include="FormulaRecord.cs" />
<Compile Include="FormulaToken.cs" />
<Compile Include="FormulaTokenClass.cs" />
<Compile Include="FormulaTokenCode.cs" />
<Compile Include="FormulaTokensFactory.cs" />
<Compile Include="FormulaTokenType.cs" />
<Compile Include="FormulaTokenTypeEx.cs" />
<Compile Include="FunctionFormulaToken.cs" />
<Compile Include="FunctionVarFormulaToken.cs" />
<Compile Include="GemBoxLicense.cs" />
<Compile Include="GemBoxLicenseProvider.cs" />
<Compile Include="HashtableElement.cs" />
<Compile Include="HorizontalAlignmentStyle.cs" />
<Compile Include="HorizontalPageBreak.cs" />
<Compile Include="HorizontalPageBreakCollection.cs" />
<Compile Include="HorizontalPageBreaksRecord.cs" />
<Compile Include="IndexedHashCollection.cs" />
<Compile Include="IndexRecord.cs" />
<Compile Include="IndividualBorder.cs" />
<Compile Include="IntFormulaToken.cs" />
<Compile Include="LimitEventArgs.cs" />
<Compile Include="LimitEventHandler.cs" />
<Compile Include="LimitEventOperation.cs" />
<Compile Include="LineStyle.cs" />
<Compile Include="MergedCellRange.cs" />
<Compile Include="MergedCellRanges.cs" />
<Compile Include="MergedCellsRecord.cs" />
<Compile Include="MissArgFormulaToken.cs" />
<Compile Include="MulBlankRecord.cs" />
<Compile Include="MulRKRecord.cs" />
<Compile Include="MultipleBorders.cs" />
<Compile Include="NamedRange.cs" />
<Compile Include="NamedRangeCollection.cs" />
<Compile Include="NameFormulaToken.cs" />
<Compile Include="NameRecord.cs" />
<Compile Include="NumberFormatCollection.cs" />
<Compile Include="NumbersParser.cs" />
<Compile Include="NumFormulaToken.cs" />
<Compile Include="PageBreak.cs" />
<Compile Include="PageBreakCollection.cs" />
<Compile Include="PaletteRecord.cs" />
<Compile Include="PreservedRecords.cs" />
<Compile Include="RangeIndexingMode.cs" />
<Compile Include="Ref3dFormulaToken.cs" />
<Compile Include="RefErr3dFormulaToken.cs" />
<Compile Include="RefErrFormulaToken.cs" />
<Compile Include="RefFormulaToken.cs" />
<Compile Include="RKRecord.cs" />
<Compile Include="RowColumnResolutionMethod.cs" />
<Compile Include="RowOptions.cs" />
<Compile Include="ScriptPosition.cs" />
<Compile Include="SetupOptions.cs" />
<Compile Include="SheetIndexes.cs" />
<Compile Include="SSTRecord.cs" />
<Compile Include="SSTRelated.cs" />
<Compile Include="StrFormulaToken.cs" />
<Compile Include="StructuredStorageFileBase.cs" />
<Compile Include="StyleRecord.cs" />
<Compile Include="SupBookRecord.cs" />
<Compile Include="UnaryOperatorFormulaToken.cs" />
<Compile Include="UnderlineStyle.cs" />
<Compile Include="UnmanagedStorage.cs" />
<Compile Include="Utilities.cs" />
<Compile Include="VerticalAlignmentStyle.cs" />
<Compile Include="VerticalPageBreak.cs" />
<Compile Include="VerticalPageBreakCollection.cs" />
<Compile Include="VerticalPageBreaksRecord.cs" />
<Compile Include="WeakHashtable.cs" />
<Compile Include="WeekReferenceWithHash.cs" />
<Compile Include="Window1Options.cs" />
<Compile Include="WorksheetWindowOptions.cs" />
<Compile Include="WSBoolOptions.cs" />
<Compile Include="XFOptions1.cs" />
<Compile Include="XFOptions2.cs" />
<Compile Include="XLSDescriptor.cs" />
<Compile Include="XLSDescriptors.cs" />
<Compile Include="XLSFileReader.cs" />
<Compile Include="XLSFileWriter.cs" />
<Compile Include="XlsOptions.cs" />
<Compile Include="XLSRecord.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="TextFile1.txt" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\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>