<?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)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{03A518D0-1CB7-488E-861C-C4E782B27A46}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ClosedXML_Examples</RootNamespace>
<AssemblyName>ClosedXML_Examples</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject>ClosedXML_Examples.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>ClosedXML.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\DocumentFormat.OpenXml.2.5\lib\DocumentFormat.OpenXml.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<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="AutoFilters\DynamicAutoFilter.cs" />
<Compile Include="AutoFilters\TopBottomAutoFilter.cs" />
<Compile Include="AutoFilters\CustomAutoFilter.cs" />
<Compile Include="AutoFilters\RegularAutoFilter.cs" />
<Compile Include="BasicTable.cs" />
<Compile Include="Columns\ColumnCollections.cs" />
<Compile Include="Columns\ColumnSettings.cs" />
<Compile Include="Columns\ColumnCells.cs" />
<Compile Include="Columns\DeletingColumns.cs" />
<Compile Include="Comments\AddingComments.cs" />
<Compile Include="Comments\EditingComments.cs" />
<Compile Include="ConditionalFormatting\ConditionalFormatting.cs" />
<Compile Include="Delete\DeleteFewWorksheets.cs" />
<Compile Include="IXLExample.cs" />
<Compile Include="Misc\AdjustToContentsWithAutoFilter.cs" />
<Compile Include="Misc\CopyingRowsAndColumns.cs" />
<Compile Include="Misc\DataTypesUnderDifferentCulture.cs" />
<Compile Include="Misc\RightToLeft.cs" />
<Compile Include="Misc\SheetViews.cs" />
<Compile Include="ModifyFiles.cs" />
<Compile Include="Creating\CreateFiles.cs" />
<Compile Include="Loading\ChangingBasicTable.cs" />
<Compile Include="Misc\AdjustToContents.cs" />
<Compile Include="Misc\Collections.cs" />
<Compile Include="Misc\BlankCells.cs" />
<Compile Include="Misc\AutoFilter.cs" />
<Compile Include="Misc\AddingDataTableAsWorksheet.cs" />
<Compile Include="Misc\AddingDataSet.cs" />
<Compile Include="Misc\TabColors.cs" />
<Compile Include="Misc\SheetProtection.cs" />
<Compile Include="Misc\ShiftingFormulas.cs" />
<Compile Include="Misc\HideSheets.cs" />
<Compile Include="Misc\DataValidation.cs" />
<Compile Include="Misc\Hyperlinks.cs" />
<Compile Include="Misc\InsertingData.cs" />
<Compile Include="Misc\InsertingTables.cs" />
<Compile Include="Misc\CopyingWorksheets.cs" />
<Compile Include="Misc\FreezePanes.cs" />
<Compile Include="PageSetup\TwoPages.cs" />
<Compile Include="Misc\ShowCase.cs" />
<Compile Include="ExampleHelper.cs" />
<Compile Include="PivotTables\PivotTables.cs" />
<Compile Include="Ranges\AddingRowToTables.cs" />
<Compile Include="Ranges\SelectingRanges.cs" />
<Compile Include="Ranges\CurrentRowColumn.cs" />
<Compile Include="Ranges\WalkingRanges.cs" />
<Compile Include="Ranges\SortExample.cs" />
<Compile Include="Ranges\Sorting.cs" />
<Compile Include="Ranges\UsingTables.cs" />
<Compile Include="Ranges\CopyingRanges.cs" />
<Compile Include="Ranges\NamedRanges.cs" />
<Compile Include="Misc\Formulas.cs" />
<Compile Include="Misc\Outline.cs" />
<Compile Include="Misc\HideUnhide.cs" />
<Compile Include="Misc\WorkbookProperties.cs" />
<Compile Include="Misc\MergeMoves.cs" />
<Compile Include="Ranges\TransposeRanges.cs" />
<Compile Include="Ranges\TransposeRangesPlus.cs" />
<Compile Include="Misc\LambdaExpressions.cs" />
<Compile Include="Loading\LoadFiles.cs" />
<Compile Include="Misc\CellValues.cs" />
<Compile Include="PageSetup\SheetTab.cs" />
<Compile Include="PageSetup\Sheets.cs" />
<Compile Include="PageSetup\HeaderFooters.cs" />
<Compile Include="PageSetup\Margins.cs" />
<Compile Include="PageSetup\Page.cs" />
<Compile Include="Ranges\ClearingRanges.cs" />
<Compile Include="Ranges\InsertingDeletingColumns.cs" />
<Compile Include="Ranges\InsertingDeletingRows.cs" />
<Compile Include="Ranges\DeletingRanges.cs" />
<Compile Include="Ranges\DefiningRanges.cs" />
<Compile Include="Ranges\ShiftingRanges.cs" />
<Compile Include="Ranges\MultipleRanges.cs" />
<Compile Include="Delete\DeleteRows.cs" />
<Compile Include="Rows\RowCells.cs" />
<Compile Include="Rows\RowCollection.cs" />
<Compile Include="Columns\InsertColumns.cs" />
<Compile Include="HelloWorld.cs" />
<Compile Include="Misc\MultipleSheets.cs" />
<Compile Include="Misc\DataTypes.cs" />
<Compile Include="Misc\MergeCells.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Rows\InsertRows.cs" />
<Compile Include="Rows\RowSettings.cs" />
<Compile Include="StyleExamples.cs" />
<Compile Include="Styles\PurpleWorksheet.cs" />
<Compile Include="Styles\UsingPhonetics.cs" />
<Compile Include="Styles\UsingRichText.cs" />
<Compile Include="Styles\UsingColors.cs" />
<Compile Include="Styles\DefaultStyles.cs" />
<Compile Include="Styles\StyleRowsColumns.cs" />
<Compile Include="Styles\StyleWorksheet.cs" />
<Compile Include="Styles\StyleAlignment.cs" />
<Compile Include="Styles\StyleBorder.cs" />
<Compile Include="Styles\StyleFill.cs" />
<Compile Include="Styles\StyleFont.cs" />
<Compile Include="Styles\StyleNumberFormat.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\.editorconfig">
<Link>.editorconfig</Link>
</None>
<None Include="app.config" />
<None Include="ClosedXML.snk" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ClosedXML\ClosedXML.csproj">
<Project>{BD5E6BFE-E837-4A35-BCA9-39667D873A20}</Project>
<Name>ClosedXML</Name>
</ProjectReference>
</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>