markus / License / Properties / PublishProfiles / FolderProfile.pubxml @ 77cdac33
이력 | 보기 | 이력해설 | 다운로드 (935 Bytes)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<!-- |
3 |
이 파일은 웹 프로젝트의 게시/패키지 프로세스에서 사용됩니다. 이 MSBuild 파일을 편집하여 이 프로세스의 동작을 |
4 |
사용자 지정할 수 있습니다. 이에 대한 자세한 내용은 https://go.microsoft.com/fwlink/?LinkID=208121을 참조하세요. |
5 |
--> |
6 |
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
7 |
<PropertyGroup> |
8 |
<WebPublishMethod>FileSystem</WebPublishMethod> |
9 |
<PublishProvider>FileSystem</PublishProvider> |
10 |
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> |
11 |
<LastUsedPlatform>Any CPU</LastUsedPlatform> |
12 |
<SiteUrlToLaunchAfterPublish /> |
13 |
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish> |
14 |
<ExcludeApp_Data>False</ExcludeApp_Data> |
15 |
<publishUrl>..\Publish\license</publishUrl> |
16 |
<DeleteExistingFiles>True</DeleteExistingFiles> |
17 |
</PropertyGroup> |
18 |
</Project> |