16 lines
726 B
XML
16 lines
726 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<NameOfLastUsedPublishProfile>OVH-Demo</NameOfLastUsedPublishProfile>
|
|
<ProjectView>ShowAllFiles</ProjectView>
|
|
<UseIISExpress>false</UseIISExpress>
|
|
<IISExpressAnonymousAuthentication>disabled</IISExpressAnonymousAuthentication>
|
|
<IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication>
|
|
<Use64BitIISExpress />
|
|
<IISExpressSSLPort />
|
|
<IISExpressUseClassicPipelineMode />
|
|
<UseGlobalApplicationHostFile />
|
|
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
|
</PropertyGroup>
|
|
<ProjectExtensions />
|
|
</Project> |