-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestsHelper.sln
More file actions
52 lines (52 loc) · 3.73 KB
/
TestsHelper.sln
File metadata and controls
52 lines (52 loc) · 3.73 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestsHelper.SourceGenerator", "TestsHelper.SourceGenerator\TestsHelper.SourceGenerator.csproj", "{368C8450-FFFF-493D-B4E6-C8EC6CF4EB54}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{4736ED08-493F-4737-BF60-DC514BE6AB38}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestsHelper.SourceGenerator.Attributes", "TestsHelper.SourceGenerator.Attributes\TestsHelper.SourceGenerator.Attributes.csproj", "{9659583C-E43B-4699-858D-E82BB81EA13A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Tests", "Sample.Tests\Sample.Tests.csproj", "{4DE675B6-12A0-4AE3-B0DF-3237D3A2516C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestsHelper.SourceGenerator.Tests", "TestsHelper.SourceGenerator.Tests\TestsHelper.SourceGenerator.Tests.csproj", "{F6FF77F8-4422-4A55-942B-928940B7E0A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestsHelper.SourceGenerator.MockWrapping", "TestsHelper.SourceGenerator.MockWrapping\TestsHelper.SourceGenerator.MockWrapping.csproj", "{D67C6508-2814-4AC6-AAF4-9262553B3367}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestsHelper.SourceGenerator.MockWrapping.Tests", "TestsHelper.SourceGenerator.MockWrapping.Tests\TestsHelper.SourceGenerator.MockWrapping.Tests.csproj", "{5EEE7A3E-753A-449F-9B10-80D86B50FB20}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{368C8450-FFFF-493D-B4E6-C8EC6CF4EB54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{368C8450-FFFF-493D-B4E6-C8EC6CF4EB54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{368C8450-FFFF-493D-B4E6-C8EC6CF4EB54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{368C8450-FFFF-493D-B4E6-C8EC6CF4EB54}.Release|Any CPU.Build.0 = Release|Any CPU
{9659583C-E43B-4699-858D-E82BB81EA13A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9659583C-E43B-4699-858D-E82BB81EA13A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9659583C-E43B-4699-858D-E82BB81EA13A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9659583C-E43B-4699-858D-E82BB81EA13A}.Release|Any CPU.Build.0 = Release|Any CPU
{4DE675B6-12A0-4AE3-B0DF-3237D3A2516C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DE675B6-12A0-4AE3-B0DF-3237D3A2516C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DE675B6-12A0-4AE3-B0DF-3237D3A2516C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DE675B6-12A0-4AE3-B0DF-3237D3A2516C}.Release|Any CPU.Build.0 = Release|Any CPU
{F6FF77F8-4422-4A55-942B-928940B7E0A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6FF77F8-4422-4A55-942B-928940B7E0A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6FF77F8-4422-4A55-942B-928940B7E0A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6FF77F8-4422-4A55-942B-928940B7E0A7}.Release|Any CPU.Build.0 = Release|Any CPU
{D67C6508-2814-4AC6-AAF4-9262553B3367}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D67C6508-2814-4AC6-AAF4-9262553B3367}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D67C6508-2814-4AC6-AAF4-9262553B3367}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D67C6508-2814-4AC6-AAF4-9262553B3367}.Release|Any CPU.Build.0 = Release|Any CPU
{5EEE7A3E-753A-449F-9B10-80D86B50FB20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EEE7A3E-753A-449F-9B10-80D86B50FB20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EEE7A3E-753A-449F-9B10-80D86B50FB20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EEE7A3E-753A-449F-9B10-80D86B50FB20}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal