Skip to content

Commit

Permalink
refactor: Added workflows to solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Aug 13, 2024
1 parent b2d7c10 commit a07635a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Anthropic.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
src\Directory.Build.props = src\Directory.Build.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE
docs\openapi.yaml = docs\openapi.yaml
README.md = README.md
.github\workflows\pull-request.yml = .github\workflows\pull-request.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libs", "libs", "{61E7E11E-4558-434C-ACE8-06316A3097B3}"
Expand All @@ -37,6 +35,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Anthropic.Generators.Core",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Anthropic.SnapshotTests", "src\tests\Anthropic.SnapshotTests\Anthropic.SnapshotTests.csproj", "{BDD832C8-2EA8-4F19-9A67-E34CA75EF585}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{1F595247-AD0C-4E9B-B321-FA6A481BA970}"
ProjectSection(SolutionItems) = preProject
.github\workflows\pull-request.yml = .github\workflows\pull-request.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\auto-merge.yml = .github\workflows\auto-merge.yml
.github\workflows\auto-update.yml = .github\workflows\auto-update.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -83,6 +90,7 @@ Global
{35422342-E805-4CE0-A073-E9BA501D310C} = {61E7E11E-4558-434C-ACE8-06316A3097B3}
{F6543F42-163A-4530-B30C-FFBFB610812A} = {61E7E11E-4558-434C-ACE8-06316A3097B3}
{BDD832C8-2EA8-4F19-9A67-E34CA75EF585} = {AAA11B78-2764-4520-A97E-46AA7089A588}
{1F595247-AD0C-4E9B-B321-FA6A481BA970} = {E793AF18-4371-4EBD-96FC-195EB1798855}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CED9A020-DBA5-4BE6-8096-75E528648EC1}
Expand Down

0 comments on commit a07635a

Please sign in to comment.