| <?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> |
| <ProductVersion>9.0.30729</ProductVersion> |
| <SchemaVersion>2.0</SchemaVersion> |
| <ProjectGuid>{1BF30A52-6149-432D-82F6-725250E5C662}</ProjectGuid> |
| <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
| <OutputType>Library</OutputType> |
| <AppDesignerFolder>Properties</AppDesignerFolder> |
| <RootNamespace>EPPlusWebSample</RootNamespace> |
| <AssemblyName>EPPlusWebSample</AssemblyName> |
| <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| <FileUpgradeFlags> |
| </FileUpgradeFlags> |
| <OldToolsVersion>4.0</OldToolsVersion> |
| <UpgradeBackupLocation> |
| </UpgradeBackupLocation> |
| <TargetFrameworkProfile /> |
| <UseIISExpress>false</UseIISExpress> |
| <IISExpressSSLPort /> |
| <IISExpressAnonymousAuthentication>disabled</IISExpressAnonymousAuthentication> |
| <IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication> |
| <IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| <DebugSymbols>true</DebugSymbols> |
| <DebugType>full</DebugType> |
| <Optimize>false</Optimize> |
| <OutputPath>bin\</OutputPath> |
| <DefineConstants>DEBUG;TRACE</DefineConstants> |
| <ErrorReport>prompt</ErrorReport> |
| <WarningLevel>4</WarningLevel> |
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| <Prefer32Bit>false</Prefer32Bit> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| <DebugType>pdbonly</DebugType> |
| <Optimize>true</Optimize> |
| <OutputPath>bin\</OutputPath> |
| <DefineConstants>TRACE</DefineConstants> |
| <ErrorReport>prompt</ErrorReport> |
| <WarningLevel>4</WarningLevel> |
| <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| <Prefer32Bit>false</Prefer32Bit> |
| </PropertyGroup> |
| <PropertyGroup> |
| <SignAssembly>true</SignAssembly> |
| </PropertyGroup> |
| <ItemGroup> |
| <Reference Include="System" /> |
| <Reference Include="System.Data" /> |
| <Reference Include="System.Drawing" /> |
| <Reference Include="System.Web" /> |
| <Reference Include="System.Web.DynamicData" /> |
| <Reference Include="System.Web.Entity" /> |
| <Reference Include="System.Xml" /> |
| <Reference Include="System.Configuration" /> |
| <Reference Include="System.Web.Services" /> |
| <Reference Include="System.EnterpriseServices" /> |
| <Reference Include="System.Web.Mobile" /> |
| </ItemGroup> |
| <ItemGroup> |
| <Content Include="Default.aspx" /> |
| <Content Include="GetSample.aspx" /> |
| <Content Include="Web.config" /> |
| </ItemGroup> |
| <ItemGroup> |
| <Compile Include="Default.aspx.cs"> |
| <SubType>ASPXCodeBehind</SubType> |
| <DependentUpon>Default.aspx</DependentUpon> |
| </Compile> |
| <Compile Include="Default.aspx.designer.cs"> |
| <DependentUpon>Default.aspx</DependentUpon> |
| </Compile> |
| <Compile Include="GetSample.aspx.cs"> |
| <DependentUpon>GetSample.aspx</DependentUpon> |
| <SubType>ASPXCodeBehind</SubType> |
| </Compile> |
| <Compile Include="GetSample.aspx.designer.cs"> |
| <DependentUpon>GetSample.aspx</DependentUpon> |
| </Compile> |
| <Compile Include="Properties\AssemblyInfo.cs" /> |
| </ItemGroup> |
| <ItemGroup> |
| <Folder Include="App_Data\" /> |
| </ItemGroup> |
| <ItemGroup> |
| <ProjectReference Include="..\EPPlus\EPPlus.csproj"> |
| <Project>{7B288026-5502-4A39-BF41-77E086F3E4A3}</Project> |
| <Name>EPPlus</Name> |
| </ProjectReference> |
| </ItemGroup> |
| <PropertyGroup> |
| <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
| <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release 4.0|AnyCPU'"> |
| <OutputPath>bin\</OutputPath> |
| <Prefer32Bit>false</Prefer32Bit> |
| </PropertyGroup> |
| <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
| <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
| <!-- 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> |
| --> |
| <ProjectExtensions> |
| <VisualStudio> |
| <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
| <WebProjectProperties> |
| <UseIIS>False</UseIIS> |
| <AutoAssignPort>True</AutoAssignPort> |
| <DevelopmentServerPort>8544</DevelopmentServerPort> |
| <DevelopmentServerVPath>/</DevelopmentServerVPath> |
| <IISUrl> |
| </IISUrl> |
| <NTLMAuthentication>False</NTLMAuthentication> |
| <UseCustomServer>False</UseCustomServer> |
| <CustomServerUrl> |
| </CustomServerUrl> |
| <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
| </WebProjectProperties> |
| </FlavorProperties> |
| </VisualStudio> |
| </ProjectExtensions> |
| </Project> |