diff --git a/src/SmallInjector.sln b/src/SmallInjector.sln new file mode 100644 index 0000000..fbb9b1e --- /dev/null +++ b/src/SmallInjector.sln @@ -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