| <?xml version="1.0" encoding="utf-8"?> | 
 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> | 
 |   <PropertyGroup> | 
 |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 
 |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 
 |     <ProductVersion>9.0.30729</ProductVersion> | 
 |     <SchemaVersion>2.0</SchemaVersion> | 
 |     <ProjectGuid>{06BF3C68-E7D4-4579-90BE-E36DACE564EF}</ProjectGuid> | 
 |     <OutputType>Exe</OutputType> | 
 |     <AppDesignerFolder>Properties</AppDesignerFolder> | 
 |     <RootNamespace>EPPlusSamples</RootNamespace> | 
 |     <AssemblyName>EPPlusSamples</AssemblyName> | 
 |     <FileUpgradeFlags> | 
 |     </FileUpgradeFlags> | 
 |     <UpgradeBackupLocation> | 
 |     </UpgradeBackupLocation> | 
 |     <OldToolsVersion>3.5</OldToolsVersion> | 
 |     <IsWebBootstrapper>false</IsWebBootstrapper> | 
 |     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | 
 |     <PublishUrl>publish\</PublishUrl> | 
 |     <Install>true</Install> | 
 |     <InstallFrom>Disk</InstallFrom> | 
 |     <UpdateEnabled>false</UpdateEnabled> | 
 |     <UpdateMode>Foreground</UpdateMode> | 
 |     <UpdateInterval>7</UpdateInterval> | 
 |     <UpdateIntervalUnits>Days</UpdateIntervalUnits> | 
 |     <UpdatePeriodically>false</UpdatePeriodically> | 
 |     <UpdateRequired>false</UpdateRequired> | 
 |     <MapFileExtensions>true</MapFileExtensions> | 
 |     <ApplicationRevision>0</ApplicationRevision> | 
 |     <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | 
 |     <UseApplicationTrust>false</UseApplicationTrust> | 
 |     <BootstrapperEnabled>true</BootstrapperEnabled> | 
 |     <TargetFrameworkProfile>Client</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> | 
 |     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | 
 |     <PlatformTarget>AnyCPU</PlatformTarget> | 
 |     <Prefer32Bit>false</Prefer32Bit> | 
 |   </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> | 
 |     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | 
 |     <PlatformTarget>x86</PlatformTarget> | 
 |     <Prefer32Bit>false</Prefer32Bit> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release 4.0|AnyCPU'"> | 
 |     <OutputPath>bin\Release 4.0\</OutputPath> | 
 |     <Prefer32Bit>false</Prefer32Bit> | 
 |   </PropertyGroup> | 
 |   <ItemGroup> | 
 |     <Reference Include="System" /> | 
 |     <Reference Include="System.Data" /> | 
 |     <Reference Include="System.Data.Linq" /> | 
 |     <Reference Include="System.Drawing" /> | 
 |     <Reference Include="System.Xml" /> | 
 |   </ItemGroup> | 
 |   <ItemGroup> | 
 |     <Compile Include="Sample10.cs" /> | 
 |     <Compile Include="Sample11.cs" /> | 
 |     <Compile Include="Sample12.cs" /> | 
 |     <Compile Include="Sample13.cs" /> | 
 |     <Compile Include="Sample14.cs" /> | 
 |     <Compile Include="Sample15.cs" /> | 
 |     <Compile Include="Sample8.cs" /> | 
 |     <Compile Include="Sample1.cs" /> | 
 |     <Compile Include="Sample3.cs" /> | 
 |     <Compile Include="Sample4.cs" /> | 
 |     <Compile Include="Sample5.cs" /> | 
 |     <Compile Include="Sample6.cs" /> | 
 |     <Compile Include="Sample7.cs" /> | 
 |     <Compile Include="Sample9.cs" /> | 
 |     <Compile Include="Sample_AddFormulaFunction.cs" /> | 
 |     <Compile Include="Sample_FormulaCalc.cs" /> | 
 |     <Compile Include="Sample_Main.cs" /> | 
 |     <Compile Include="Properties\AssemblyInfo.cs" /> | 
 |     <Compile Include="Sample2.cs" /> | 
 |   </ItemGroup> | 
 |   <ItemGroup> | 
 |     <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | 
 |       <Visible>False</Visible> | 
 |       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | 
 |       <Install>false</Install> | 
 |     </BootstrapperPackage> | 
 |     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> | 
 |       <Visible>False</Visible> | 
 |       <ProductName>.NET Framework 2.0 %28x86%29</ProductName> | 
 |       <Install>true</Install> | 
 |     </BootstrapperPackage> | 
 |     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> | 
 |       <Visible>False</Visible> | 
 |       <ProductName>.NET Framework 3.0 %28x86%29</ProductName> | 
 |       <Install>false</Install> | 
 |     </BootstrapperPackage> | 
 |     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> | 
 |       <Visible>False</Visible> | 
 |       <ProductName>.NET Framework 3.5</ProductName> | 
 |       <Install>false</Install> | 
 |     </BootstrapperPackage> | 
 |     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | 
 |       <Visible>False</Visible> | 
 |       <ProductName>.NET Framework 3.5 SP1</ProductName> | 
 |       <Install>false</Install> | 
 |     </BootstrapperPackage> | 
 |   </ItemGroup> | 
 |   <ItemGroup> | 
 |     <ProjectReference Include="..\EPPlus\EPPlus.csproj"> | 
 |       <Project>{7B288026-5502-4A39-BF41-77E086F3E4A3}</Project> | 
 |       <Name>EPPlus</Name> | 
 |     </ProjectReference> | 
 |   </ItemGroup> | 
 |   <ItemGroup> | 
 |     <None Include="app.config" /> | 
 |     <None Include="GraphTemplate.xlsx" /> | 
 |   </ItemGroup> | 
 |   <ItemGroup> | 
 |     <Content Include="csv\Sample9-2.txt" /> | 
 |     <Content Include="csv\Sample9-1.txt" /> | 
 |     <Content Include="VBA-Code\ComputerPlayModule.txt" /> | 
 |     <Content Include="VBA-Code\BattleshipSheet.txt" /> | 
 |     <Content Include="VBA-Code\ThisWorkbook.txt" /> | 
 |     <Content Include="VBA-Code\CodeModule.txt" /> | 
 |     <Content Include="VBA-Code\ShipClass.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> |