File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Getting Started/ASP.NET MVC/ConvertExcelToImage/ConvertExcelToImage Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" Current" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <UseIISExpress >true</UseIISExpress >
5+ <Use64BitIISExpress />
6+ <IISExpressSSLPort >44363</IISExpressSSLPort >
7+ <IISExpressAnonymousAuthentication />
8+ <IISExpressWindowsAuthentication />
9+ <IISExpressUseClassicPipelineMode />
10+ <UseGlobalApplicationHostFile />
11+ <LastActiveSolutionConfig >Debug|Any CPU</LastActiveSolutionConfig >
12+ </PropertyGroup >
13+ <ProjectExtensions >
14+ <VisualStudio >
15+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
16+ <WebProjectProperties >
17+ <StartPageUrl >
18+ </StartPageUrl >
19+ <StartAction >CurrentPage</StartAction >
20+ <AspNetDebugging >True</AspNetDebugging >
21+ <SilverlightDebugging >False</SilverlightDebugging >
22+ <NativeDebugging >False</NativeDebugging >
23+ <SQLDebugging >False</SQLDebugging >
24+ <ExternalProgram >
25+ </ExternalProgram >
26+ <StartExternalURL >
27+ </StartExternalURL >
28+ <StartCmdLineArguments >
29+ </StartCmdLineArguments >
30+ <StartWorkingDirectory >
31+ </StartWorkingDirectory >
32+ <EnableENC >True</EnableENC >
33+ <AlwaysStartWebServerOnDebug >False</AlwaysStartWebServerOnDebug >
34+ </WebProjectProperties >
35+ </FlavorProperties >
36+ </VisualStudio >
37+ </ProjectExtensions >
38+ </Project >
You can’t perform that action at this time.
0 commit comments