-
Notifications
You must be signed in to change notification settings - Fork 4
/
SourceMock.sln
57 lines (57 loc) · 3.34 KB
/
SourceMock.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
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "[Main]", "[Main]\[Main].csproj", "{FFE646A4-7C02-4BF9-A5E4-BD331D02A73C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{E69446D0-2931-4428-AB16-4CF904A61134}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{18512360-554B-48A7-94AD-2CA72C06EFB8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generators", "Generators\Generators.csproj", "{46146400-5A8E-4019-8BB4-B1BF9CA63C3A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.Interfaces", "Tests.Interfaces\Tests.Interfaces.csproj", "{2ADB146B-C267-4772-A324-D2E3E22A4CDD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generators.Tests", "Generators.Tests\Generators.Tests.csproj", "{E26138CB-E9BC-4E23-926E-C7FAA8BDDE8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFE646A4-7C02-4BF9-A5E4-BD331D02A73C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFE646A4-7C02-4BF9-A5E4-BD331D02A73C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFE646A4-7C02-4BF9-A5E4-BD331D02A73C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFE646A4-7C02-4BF9-A5E4-BD331D02A73C}.Release|Any CPU.Build.0 = Release|Any CPU
{E69446D0-2931-4428-AB16-4CF904A61134}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E69446D0-2931-4428-AB16-4CF904A61134}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E69446D0-2931-4428-AB16-4CF904A61134}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E69446D0-2931-4428-AB16-4CF904A61134}.Release|Any CPU.Build.0 = Release|Any CPU
{46146400-5A8E-4019-8BB4-B1BF9CA63C3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46146400-5A8E-4019-8BB4-B1BF9CA63C3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46146400-5A8E-4019-8BB4-B1BF9CA63C3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46146400-5A8E-4019-8BB4-B1BF9CA63C3A}.Release|Any CPU.Build.0 = Release|Any CPU
{2ADB146B-C267-4772-A324-D2E3E22A4CDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2ADB146B-C267-4772-A324-D2E3E22A4CDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2ADB146B-C267-4772-A324-D2E3E22A4CDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2ADB146B-C267-4772-A324-D2E3E22A4CDD}.Release|Any CPU.Build.0 = Release|Any CPU
{E26138CB-E9BC-4E23-926E-C7FAA8BDDE8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E26138CB-E9BC-4E23-926E-C7FAA8BDDE8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E26138CB-E9BC-4E23-926E-C7FAA8BDDE8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E26138CB-E9BC-4E23-926E-C7FAA8BDDE8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1116CF99-62CD-4830-A075-B997B3A6B6C1}
EndGlobalSection
EndGlobal