-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add 'Microsoft.CodeSharing.Common.props' to import common properties from Legacy SDK. - Move 'MSBuild.CodeSharing.Sdk.{props/targets}' to Build folder as other SDKs. - Rename existing 'MSBuild.CodeSharing' files to 'Microsoft.CodeSharing'. Since, those files come from them.
- Loading branch information
Showing
8 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
Sources/MSBuild.Sharing.Sdk/Core/Microsoft.CodeSharing.Common.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<Project> | ||
|
||
<Import Sdk="MSBuild.NET.Legacy.Sdk" Project="Sdk.Core.props"/> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
Sources/MSBuild.Sharing.Sdk/Core/Microsoft.CodeSharing.Managed.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<Project> | ||
|
||
<Import Project="MSBuild.CodeSharing.Common.props"/> | ||
|
||
</Project> |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
Sources/MSBuild.Sharing.Sdk/Core/Microsoft.CodeSharing.Native.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<Project> | ||
|
||
<Import Project="MSBuild.CodeSharing.Common.props"/> | ||
|
||
</Project> |
File renamed without changes.