39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <PropertyGroup>
 | |
|     <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
 | |
|     <UseIISExpress>true</UseIISExpress>
 | |
|     <Use64BitIISExpress />
 | |
|     <IISExpressSSLPort />
 | |
|     <IISExpressAnonymousAuthentication />
 | |
|     <IISExpressWindowsAuthentication />
 | |
|     <IISExpressUseClassicPipelineMode />
 | |
|     <UseGlobalApplicationHostFile />
 | |
|     <NameOfLastUsedPublishProfile>D:\vssrc\vssrc\WcfServicePortal\Properties\PublishProfiles\IISProfile.pubxml</NameOfLastUsedPublishProfile>
 | |
|   </PropertyGroup>
 | |
|   <ProjectExtensions>
 | |
|     <VisualStudio>
 | |
|       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
 | |
|         <WebProjectProperties>
 | |
|           <StartPageUrl>
 | |
|           </StartPageUrl>
 | |
|           <StartAction>CurrentPage</StartAction>
 | |
|           <AspNetDebugging>True</AspNetDebugging>
 | |
|           <SilverlightDebugging>False</SilverlightDebugging>
 | |
|           <NativeDebugging>False</NativeDebugging>
 | |
|           <SQLDebugging>False</SQLDebugging>
 | |
|           <ExternalProgram>
 | |
|           </ExternalProgram>
 | |
|           <StartExternalURL>
 | |
|           </StartExternalURL>
 | |
|           <StartCmdLineArguments>
 | |
|           </StartCmdLineArguments>
 | |
|           <StartWorkingDirectory>
 | |
|           </StartWorkingDirectory>
 | |
|           <EnableENC>False</EnableENC>
 | |
|           <AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
 | |
|         </WebProjectProperties>
 | |
|       </FlavorProperties>
 | |
|     </VisualStudio>
 | |
|   </ProjectExtensions>
 | |
| </Project> |