-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAutoFixture.TUnit.sln
More file actions
62 lines (62 loc) · 3.6 KB
/
AutoFixture.TUnit.sln
File metadata and controls
62 lines (62 loc) · 3.6 KB
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
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoFixture.TUnit", "src\AutoFixture.TUnit\AutoFixture.TUnit.csproj", "{E7CEF56B-3BFA-4445-BC45-6C34F523EFFA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoFixture.TUnit.Tests", "tests\AutoFixture.TUnit.Tests\AutoFixture.TUnit.Tests.csproj", "{D0B48979-3170-466D-8111-AF3D5276DD77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "_build", "build\_build.csproj", "{4056BD12-5FA8-4D2E-274A-7E85E858A5FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Common.props = Common.props
Common.Test.props = Common.Test.props
LICENCE.txt = LICENCE.txt
AutoFixture.TUnit.globalconfig = AutoFixture.TUnit.globalconfig
AutoFixture.TUnit.sln.DotSettings = AutoFixture.TUnit.sln.DotSettings
AutoFixture.TUnit.Tests.globalconfig = AutoFixture.TUnit.Tests.globalconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestTypeFoundation", "tests\TestTypeFoundation\TestTypeFoundation.csproj", "{5F812210-5B61-4CBF-A033-4C33067A5DE9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Verify|Any CPU = Verify|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7CEF56B-3BFA-4445-BC45-6C34F523EFFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7CEF56B-3BFA-4445-BC45-6C34F523EFFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7CEF56B-3BFA-4445-BC45-6C34F523EFFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7CEF56B-3BFA-4445-BC45-6C34F523EFFA}.Release|Any CPU.Build.0 = Release|Any CPU
{E7CEF56B-3BFA-4445-BC45-6C34F523EFFA}.Verify|Any CPU.ActiveCfg = Verify|Any CPU
{E7CEF56B-3BFA-4445-BC45-6C34F523EFFA}.Verify|Any CPU.Build.0 = Verify|Any CPU
{D0B48979-3170-466D-8111-AF3D5276DD77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0B48979-3170-466D-8111-AF3D5276DD77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0B48979-3170-466D-8111-AF3D5276DD77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0B48979-3170-466D-8111-AF3D5276DD77}.Release|Any CPU.Build.0 = Release|Any CPU
{D0B48979-3170-466D-8111-AF3D5276DD77}.Verify|Any CPU.ActiveCfg = Verify|Any CPU
{D0B48979-3170-466D-8111-AF3D5276DD77}.Verify|Any CPU.Build.0 = Verify|Any CPU
{4056BD12-5FA8-4D2E-274A-7E85E858A5FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4056BD12-5FA8-4D2E-274A-7E85E858A5FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4056BD12-5FA8-4D2E-274A-7E85E858A5FC}.Verify|Any CPU.ActiveCfg = Verify|Any CPU
{5F812210-5B61-4CBF-A033-4C33067A5DE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F812210-5B61-4CBF-A033-4C33067A5DE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F812210-5B61-4CBF-A033-4C33067A5DE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F812210-5B61-4CBF-A033-4C33067A5DE9}.Release|Any CPU.Build.0 = Release|Any CPU
{5F812210-5B61-4CBF-A033-4C33067A5DE9}.Verify|Any CPU.ActiveCfg = Verify|Any CPU
{5F812210-5B61-4CBF-A033-4C33067A5DE9}.Verify|Any CPU.Build.0 = Verify|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5DC8CD59-F911-44AD-960E-59453CF05F36}
EndGlobalSection
EndGlobal