mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-15 06:43:37 +01:00
* Update examples (#158) * IIS debug * PathBase logic * 1.0.4.5-preview-01 * Fix project and readme * Fix issues * fix picture alignment * Add IIS publish examples * 1.0.4.5
31 lines
1.4 KiB
XML
31 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
|
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<WebPublishMethod>MSDeploy</WebPublishMethod>
|
|
<LastUsedBuildConfiguration>Debug</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<SiteUrlToLaunchAfterPublish />
|
|
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
|
<ExcludeApp_Data>False</ExcludeApp_Data>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
|
<ProjectGuid>049539c1-7a66-4559-ad7a-b1c73b97cbb1</ProjectGuid>
|
|
<SelfContained>true</SelfContained>
|
|
<_IsPortable>false</_IsPortable>
|
|
<MSDeployServiceURL>localhost</MSDeployServiceURL>
|
|
<DeployIisAppPath>Default Web Site/wiremock2</DeployIisAppPath>
|
|
<RemoteSitePhysicalPath />
|
|
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
|
|
<MSDeployPublishMethod>InProc</MSDeployPublishMethod>
|
|
<EnableMSDeployBackup>False</EnableMSDeployBackup>
|
|
<UserName />
|
|
<_SavePWD>False</_SavePWD>
|
|
<PublishDatabaseSettings>
|
|
<Objects xmlns="" />
|
|
</PublishDatabaseSettings>
|
|
</PropertyGroup>
|
|
</Project> |