-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNameFind.sln
40 lines (40 loc) · 2.2 KB
/
NameFind.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NameFind", "NameFind\NameFind.csproj", "{2C25B357-54F0-402D-BA39-3584077DFBA2}"
ProjectSection(ProjectDependencies) = postProject
{2194A127-6A7A-410E-BB88-786F96D35F65} = {2194A127-6A7A-410E-BB88-786F96D35F65}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NameFindLibrary", "NameFindLibrary\NameFindLibrary.csproj", "{2194A127-6A7A-410E-BB88-786F96D35F65}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NameFindLibrary.Test", "NameFindLibrary.Test\NameFindLibrary.Test.csproj", "{555A216A-75AB-4FC9-B2BF-DCD090103359}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C25B357-54F0-402D-BA39-3584077DFBA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C25B357-54F0-402D-BA39-3584077DFBA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C25B357-54F0-402D-BA39-3584077DFBA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C25B357-54F0-402D-BA39-3584077DFBA2}.Release|Any CPU.Build.0 = Release|Any CPU
{2194A127-6A7A-410E-BB88-786F96D35F65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2194A127-6A7A-410E-BB88-786F96D35F65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2194A127-6A7A-410E-BB88-786F96D35F65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2194A127-6A7A-410E-BB88-786F96D35F65}.Release|Any CPU.Build.0 = Release|Any CPU
{555A216A-75AB-4FC9-B2BF-DCD090103359}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{555A216A-75AB-4FC9-B2BF-DCD090103359}.Debug|Any CPU.Build.0 = Debug|Any CPU
{555A216A-75AB-4FC9-B2BF-DCD090103359}.Release|Any CPU.ActiveCfg = Release|Any CPU
{555A216A-75AB-4FC9-B2BF-DCD090103359}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6962A69F-5239-4D76-B549-EAAFC72D1DC5}
EndGlobalSection
EndGlobal