Added solution file
Some checks failed
build (7.0.x)

This commit is contained in:
Holger Börchers 2023-03-29 21:58:56 +02:00
parent c8d16f4c34
commit 204c211603

31
src/SmallInjector.sln Normal file
View File

@ -0,0 +1,31 @@

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", "SmallInjector\SmallInjector.csproj", "{883A5F5C-7154-4026-A596-E7649D085499}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmallInjector.Tests", "SmallInjector.Tests\SmallInjector.Tests.csproj", "{B51E28A7-1EEC-4FDB-A89E-F34167CEC1CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{883A5F5C-7154-4026-A596-E7649D085499}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{883A5F5C-7154-4026-A596-E7649D085499}.Debug|Any CPU.Build.0 = Debug|Any CPU
{883A5F5C-7154-4026-A596-E7649D085499}.Release|Any CPU.ActiveCfg = Release|Any CPU
{883A5F5C-7154-4026-A596-E7649D085499}.Release|Any CPU.Build.0 = Release|Any CPU
{B51E28A7-1EEC-4FDB-A89E-F34167CEC1CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B51E28A7-1EEC-4FDB-A89E-F34167CEC1CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B51E28A7-1EEC-4FDB-A89E-F34167CEC1CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B51E28A7-1EEC-4FDB-A89E-F34167CEC1CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {11A42C97-F5E8-4FFD-9F42-5D2AF622230E}
EndGlobalSection
EndGlobal