Skip to content

Commit

Permalink
The changes made in this commit include:
Browse files Browse the repository at this point in the history
- Modified `DgmjrSdk.nuproj` to update the `ProjectGuid` from `eb008c4c-9c3a-4498-a19d-34a42b6e2ce1` to `EB008C4C-9C3A-4498-A19D-34A42B6E2CE1`.
- Modified `DgmjrSdk.sln` to add a new project with the `ProjectGuid` set to `EB008C4C-9C3A-4498-A19D-34A42B6E2CE1` and the project name set to `DgmjrSdk`.
- Deleted an empty project from the solution.
  • Loading branch information
dgmjr committed Sep 19, 2023
1 parent 0118614 commit a85ce60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DgmjrSdk.nuproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<Project Sdk="Microsoft.Build.NoTargets">
<PropertyGroup>
<ProjectGuid>eb008c4c-9c3a-4498-a19d-34a42b6e2ce1</ProjectGuid>
<ProjectGuid>EB008C4C-9C3A-4498-A19D-34A42B6E2CE1</ProjectGuid>
<ProjectTypeGuid>FAE04EC0-301F-11D3-BF4B-00C04F79EFBC</ProjectTypeGuid>
</PropertyGroup>
<PropertyGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/DgmjrSdk.sln
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\..\..\..\Packages\Versions\PowerShell.props = ..\..\..\..\Packages\Versions\PowerShell.props
EndProjectSection
EndProject
Project("")
Project("FF286327-C783-4F7A-AB73-9BCBAD0D4460") = "DgmjrSdk", "DgmjrSdk", "{EB008C4C-9C3A-4498-A19D-34A42B6E2CE1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Local|Any CPU = Local|Any CPU
Expand Down

0 comments on commit a85ce60

Please sign in to comment.