-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAssemblyAttributeSearch.sln
More file actions
43 lines (43 loc) · 2.68 KB
/
Copy pathAssemblyAttributeSearch.sln
File metadata and controls
43 lines (43 loc) · 2.68 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyAttributeSearch", "AssemblyAttributeSearch\AssemblyAttributeSearch.csproj", "{5DFAAED5-6C58-4807-A38D-3EF26E3C2992}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.AssemblyAttributeSearch", "Tests.AssemblyAttributeSearch\Tests.AssemblyAttributeSearch.csproj", "{360FF1F0-F9E9-4EFE-B390-4D2BE6706DA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.ClassLibrary.Common", "Tests.ClassLibrary.CommonInterfaces\Tests.ClassLibrary.Common.csproj", "{11BB3F2D-FB40-4E75-AEA8-817F3BE7739D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.ClassLibrary.Models", "Tests.ClassLibrary.Models\Tests.ClassLibrary.Models.csproj", "{94229000-8BDB-4A90-9547-458BB4C6A5AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5DFAAED5-6C58-4807-A38D-3EF26E3C2992}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DFAAED5-6C58-4807-A38D-3EF26E3C2992}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DFAAED5-6C58-4807-A38D-3EF26E3C2992}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DFAAED5-6C58-4807-A38D-3EF26E3C2992}.Release|Any CPU.Build.0 = Release|Any CPU
{360FF1F0-F9E9-4EFE-B390-4D2BE6706DA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{360FF1F0-F9E9-4EFE-B390-4D2BE6706DA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{360FF1F0-F9E9-4EFE-B390-4D2BE6706DA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{360FF1F0-F9E9-4EFE-B390-4D2BE6706DA6}.Release|Any CPU.Build.0 = Release|Any CPU
{11BB3F2D-FB40-4E75-AEA8-817F3BE7739D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11BB3F2D-FB40-4E75-AEA8-817F3BE7739D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11BB3F2D-FB40-4E75-AEA8-817F3BE7739D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11BB3F2D-FB40-4E75-AEA8-817F3BE7739D}.Release|Any CPU.Build.0 = Release|Any CPU
{94229000-8BDB-4A90-9547-458BB4C6A5AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94229000-8BDB-4A90-9547-458BB4C6A5AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94229000-8BDB-4A90-9547-458BB4C6A5AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94229000-8BDB-4A90-9547-458BB4C6A5AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C689488-A5A8-4B4D-80DD-DB6BB84C3BE6}
EndGlobalSection
EndGlobal