Skip to content

Commit

Permalink
Merge pull request #8 from ivandrofly/main
Browse files Browse the repository at this point in the history
Remove unused package and add GitHub workflows
  • Loading branch information
ivandrofly authored Nov 26, 2024
2 parents e59cc8b + 919a27f commit 795e525
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DesktopClient/DesktopClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@
<ItemGroup>
<ProjectReference Include="..\src\SubDBSharp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" />
</ItemGroup>
</Project>
14 changes: 14 additions & 0 deletions SubDBSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solutio
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{6E598683-A207-4B7A-91A6-AF3364A4C569}"
ProjectSection(SolutionItems) = preProject
.github\FUNDING.yml = .github\FUNDING.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{799D564C-8E46-4CA6-BCB3-F401CB0F61CA}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\dotnet-desktop.yml = .github\workflows\dotnet-desktop.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -40,4 +51,7 @@ Global
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6A8A0A6-A412-4CF5-90F0-1706D8E38C52}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{799D564C-8E46-4CA6-BCB3-F401CB0F61CA} = {6E598683-A207-4B7A-91A6-AF3364A4C569}
EndGlobalSection
EndGlobal

0 comments on commit 795e525

Please sign in to comment.