-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FIXED: Fixed XProjectEnv. Issue #29 XProjectByFile() can destroy original properties that was prepared for solution. Related WARN: `Project configuration is not found <- sln [Debug|Win32]` * CHANGED: Improved init of blank ProjectItem for GetOrLoadProject() in XProjectEnv. Related issue #29. * NEW: Added the following extensions for ProjectItem: * IsCs() - Checking both legacy `ProjectType.Cs` and modern `ProjectType.CsSdk` types. * IsFs() - Checking both legacy `ProjectType.Fs` and modern `ProjectType.FsSdk` types. * IsVb() - Checking both legacy `ProjectType.Vb` and modern `ProjectType.VbSdk` types. * IsSdk() - While ProjectType cannot inform the actual use of the modern Sdk style in projects, current method will try to detect this by using the extended logic: https://github.com/dotnet/project-system/blob/master/docs/opening-with-new-project-system.md
- Loading branch information
Showing
6 changed files
with
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# ~ | ||
# ____ | ||
# /___/|\ | ||
# `~|___| ! With open love to open source. | ||
# /___/ \; Yours, 3F.github.com | ||
# | ||
|
||
ko_fi: github3f | ||
patreon: GitHub3F | ||
custom: ['paypal.me/GitHub3F', '3F.github.com/Donation/'] | ||
custom: ['3F.github.com/Donation/'] |
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 |
---|---|---|
@@ -1 +1 @@ | ||
2.5.2 | ||
2.5.3 |
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
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