Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit d331233

Browse files
committed
d
1 parent 5127de5 commit d331233

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
4+
by editing this MSBuild file. In order to learn more about this please visit http://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+
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
10+
<LastUsedPlatform>Any CPU</LastUsedPlatform>
11+
<SiteUrlToLaunchAfterPublish />
12+
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
13+
<ExcludeApp_Data>False</ExcludeApp_Data>
14+
<publishUrl>C:\temp\scomapi\test</publishUrl>
15+
<DeleteExistingFiles>False</DeleteExistingFiles>
16+
</PropertyGroup>
17+
</Project>

SCOM API/SCOM API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@
283283
</ItemGroup>
284284
<ItemGroup>
285285
<Content Include="packages.config" />
286+
<None Include="Properties\PublishProfiles\web.pubxml" />
286287
<None Include="Web.Debug.config">
287288
<DependentUpon>Web.config</DependentUpon>
288289
</None>
@@ -292,7 +293,6 @@
292293
</ItemGroup>
293294
<ItemGroup>
294295
<Folder Include="App_Data\" />
295-
<Folder Include="Properties\PublishProfiles\" />
296296
</ItemGroup>
297297
<ItemGroup>
298298
<WCFMetadata Include="Service References\" />

0 commit comments

Comments
 (0)