SmallInjectorDemo/SmallInjector.sln
Holger Börchers 291eafeeba
All checks were successful
build (7.0.x)
added unit tests
2023-03-29 21:47:10 +02:00

32 lines
1.6 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33513.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmallInjector", "src\SmallInjector\SmallInjector.csproj", "{32131173-49C5-4AB5-A949-36FA73D762BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmallInjector.Tests", "src\SmallInjector.Tests\SmallInjector.Tests.csproj", "{8EBD2440-A610-4165-8582-CD79F431BFCB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32131173-49C5-4AB5-A949-36FA73D762BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32131173-49C5-4AB5-A949-36FA73D762BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32131173-49C5-4AB5-A949-36FA73D762BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32131173-49C5-4AB5-A949-36FA73D762BF}.Release|Any CPU.Build.0 = Release|Any CPU
{8EBD2440-A610-4165-8582-CD79F431BFCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EBD2440-A610-4165-8582-CD79F431BFCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EBD2440-A610-4165-8582-CD79F431BFCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EBD2440-A610-4165-8582-CD79F431BFCB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9CBE7A5-3E64-491C-A930-B8845D7DF91E}
EndGlobalSection
EndGlobal