Skip to content

Commit

Permalink
feat: Add Common file in solution folder
Browse files Browse the repository at this point in the history
  • Loading branch information
workgroupengineering committed Mar 3, 2022
1 parent 36727be commit 4f1d606
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/FatturaElettronica.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FatturaElettronica", "Fattu
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FatturaElettronica.Test", "Test\FatturaElettronica.Test.csproj", "{3D4B4339-299D-463E-8336-5F9812ABCAC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{277E567D-10B6-4E36-A238-E3553FA9045E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
nuget.config = nuget.config
PackageInfo.props = PackageInfo.props
SourceInfo.props = SourceInfo.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 4f1d606

Please sign in to comment.