11 lines
496 B
Plaintext
11 lines
496 B
Plaintext
<Project ToolsVersion="$(VisualStudioVersion)" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<WebPublishMethod>FileSystem</WebPublishMethod>
|
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<SiteUrlToLaunchAfterPublish />
|
|
<ExcludeApp_Data>False</ExcludeApp_Data>
|
|
<publishUrl>.\output</publishUrl>
|
|
<DeleteExistingFiles>True</DeleteExistingFiles>
|
|
</PropertyGroup>
|
|
</Project> |