Skip to content

Commit 43cb071

Browse files
964302-ExcelToImageNetMVCExample
1 parent 08d66b9 commit 43cb071

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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>

0 commit comments

Comments
 (0)