mirror of
https://github.com/AlexMacocian/Slim.git
synced 2026-07-15 15:19:59 +00:00
dd1b589b5d
* Implement DoNotInject attribute * Upgrade pipelines
41 lines
2.0 KiB
Plaintext
41 lines
2.0 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.1.32319.34
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Slim", "Slim\Slim.csproj", "{04F435A2-BEF9-4F49-9D1A-EC1AEFCC3088}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Slim.Tests", "Slim.Tests\Slim.Tests.csproj", "{F03F7353-0BD5-4691-A318-BC6FC93AB00E}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{04F435A2-BEF9-4F49-9D1A-EC1AEFCC3088} = {04F435A2-BEF9-4F49-9D1A-EC1AEFCC3088}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pipelines", "Pipelines", "{04D9F456-6AE5-4880-B4BB-89FF3B084585}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
.github\workflows\cd.yaml = .github\workflows\cd.yaml
|
|
.github\workflows\ci.yaml = .github\workflows\ci.yaml
|
|
EndProjectSection
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{04F435A2-BEF9-4F49-9D1A-EC1AEFCC3088}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{04F435A2-BEF9-4F49-9D1A-EC1AEFCC3088}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{04F435A2-BEF9-4F49-9D1A-EC1AEFCC3088}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{04F435A2-BEF9-4F49-9D1A-EC1AEFCC3088}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{F03F7353-0BD5-4691-A318-BC6FC93AB00E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{F03F7353-0BD5-4691-A318-BC6FC93AB00E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{F03F7353-0BD5-4691-A318-BC6FC93AB00E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{F03F7353-0BD5-4691-A318-BC6FC93AB00E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {7AFB862F-628C-42A2-8499-A9C28E3BBBA7}
|
|
EndGlobalSection
|
|
EndGlobal
|