-
Notifications
You must be signed in to change notification settings - Fork 24
/
AutofacContrib.NSubstitute.sln
41 lines (41 loc) · 2.08 KB
/
AutofacContrib.NSubstitute.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutofacContrib.NSubstitute", "AutofacContrib.NSubstitute\AutofacContrib.NSubstitute.csproj", "{7E69ECB4-84A5-41F0-8497-D94A3A45757F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutofacContrib.NSubstitute.Tests", "AutofacContrib.NSubstitute.Tests\AutofacContrib.NSubstitute.Tests.csproj", "{56FF83E0-BCB9-4391-9BCC-912347C84398}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A5ECD18F-1D42-444E-BB3A-6062D8B0E256}"
ProjectSection(SolutionItems) = preProject
BREAKING_CHANGES.md = BREAKING_CHANGES.md
GitVersionConfig.yaml = GitVersionConfig.yaml
global.json = global.json
LICENSE = LICENSE
logo.png = logo.png
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E69ECB4-84A5-41F0-8497-D94A3A45757F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E69ECB4-84A5-41F0-8497-D94A3A45757F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E69ECB4-84A5-41F0-8497-D94A3A45757F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E69ECB4-84A5-41F0-8497-D94A3A45757F}.Release|Any CPU.Build.0 = Release|Any CPU
{56FF83E0-BCB9-4391-9BCC-912347C84398}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56FF83E0-BCB9-4391-9BCC-912347C84398}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56FF83E0-BCB9-4391-9BCC-912347C84398}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56FF83E0-BCB9-4391-9BCC-912347C84398}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07431924-7887-4AA8-B410-321AD5309A46}
EndGlobalSection
EndGlobal