Skip to content

Commit

Permalink
chore: Added default files to solution
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Oct 29, 2024
1 parent f882d33 commit e2ca114
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Extensions.Data.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7B526BE2-48B3-4D0B-BCB3-371A7E51C55C}"
ProjectSection(SolutionItems) = preProject
.commitlintrc = .commitlintrc
.editorconfig = .editorconfig
.filenesting.json = .filenesting.json
.gitattributes = .gitattributes
.gitignore = .gitignore
.gitmodules = .gitmodules
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
Directory.Solution.props = Directory.Solution.props
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
new-project.ps1 = new-project.ps1
nuget.config = nuget.config
README.md = README.md
update-solution.ps1 = update-solution.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit e2ca114

Please sign in to comment.