-
Notifications
You must be signed in to change notification settings - Fork 0
/
AutoFixture.Community.Customizations.sln
55 lines (55 loc) · 3.01 KB
/
AutoFixture.Community.Customizations.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D380A59A-E0A3-4C67-864B-4F3F00E90976}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{155E39B8-87D6-4BB6-AE7C-FCD1D9B9AFA1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6CCD0591-62F4-42CF-8969-4961EF33B9F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{045F2870-0096-4002-8196-6E929CB99F31}"
ProjectSection(SolutionItems) = preProject
.github\CODEOWNERS = .github\CODEOWNERS
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{3D0DDCD4-E924-49D7-9261-6B5187D914A4}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yaml = .github\workflows\dotnet.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{A4D160B2-A274-44EC-904C-CC423AFD751F}"
ProjectSection(SolutionItems) = preProject
build\GetBuildVersion.psm1 = build\GetBuildVersion.psm1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoFixture.Community.Customizations", "src\AutoFixture.Community.Customizations\AutoFixture.Community.Customizations.csproj", "{5BB0DAE5-206F-4D9D-8DA5-A3AF8969F624}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoFixture.Community.Customizations.Tests", "tests\AutoFixture.Community.Customizations.Tests\AutoFixture.Community.Customizations.Tests.csproj", "{69B0DF7E-5057-4513-B08E-295D8C593A63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BB0DAE5-206F-4D9D-8DA5-A3AF8969F624}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BB0DAE5-206F-4D9D-8DA5-A3AF8969F624}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BB0DAE5-206F-4D9D-8DA5-A3AF8969F624}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BB0DAE5-206F-4D9D-8DA5-A3AF8969F624}.Release|Any CPU.Build.0 = Release|Any CPU
{69B0DF7E-5057-4513-B08E-295D8C593A63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69B0DF7E-5057-4513-B08E-295D8C593A63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69B0DF7E-5057-4513-B08E-295D8C593A63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69B0DF7E-5057-4513-B08E-295D8C593A63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3D0DDCD4-E924-49D7-9261-6B5187D914A4} = {045F2870-0096-4002-8196-6E929CB99F31}
{5BB0DAE5-206F-4D9D-8DA5-A3AF8969F624} = {155E39B8-87D6-4BB6-AE7C-FCD1D9B9AFA1}
{69B0DF7E-5057-4513-B08E-295D8C593A63} = {6CCD0591-62F4-42CF-8969-4961EF33B9F5}
EndGlobalSection
EndGlobal