-
Notifications
You must be signed in to change notification settings - Fork 3
/
IsIdentifiable.sln
59 lines (59 loc) · 3.42 KB
/
IsIdentifiable.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
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IsIdentifiable", "IsIdentifiable\IsIdentifiable.csproj", "{6415BA05-C01E-4BCC-8F39-2D7F6E197805}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ii", "ii\ii.csproj", "{20854F5A-3288-4D65-A412-7EE58198133A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IsIdentifiable.Tests", "Tests\IsIdentifiableTests\IsIdentifiable.Tests.csproj", "{1B93CDDA-A1DD-439D-9E02-F97D8708DC8E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EDEFBD82-6881-4C5C-B3BC-7E9CC178725A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
PACKAGES.md = PACKAGES.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IsIdentifiablePlugin", "IsIdentifiablePlugin\IsIdentifiablePlugin.csproj", "{3BDB8F80-C301-4CC1-8511-7CAC3D5C3BD7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ii.Tests", "ii.Tests\ii.Tests.csproj", "{ED7896EE-AB66-4FD2-BC62-5D8FCCA29D1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6415BA05-C01E-4BCC-8F39-2D7F6E197805}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6415BA05-C01E-4BCC-8F39-2D7F6E197805}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6415BA05-C01E-4BCC-8F39-2D7F6E197805}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6415BA05-C01E-4BCC-8F39-2D7F6E197805}.Release|Any CPU.Build.0 = Release|Any CPU
{20854F5A-3288-4D65-A412-7EE58198133A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20854F5A-3288-4D65-A412-7EE58198133A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20854F5A-3288-4D65-A412-7EE58198133A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20854F5A-3288-4D65-A412-7EE58198133A}.Release|Any CPU.Build.0 = Release|Any CPU
{1B93CDDA-A1DD-439D-9E02-F97D8708DC8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B93CDDA-A1DD-439D-9E02-F97D8708DC8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B93CDDA-A1DD-439D-9E02-F97D8708DC8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B93CDDA-A1DD-439D-9E02-F97D8708DC8E}.Release|Any CPU.Build.0 = Release|Any CPU
{3BDB8F80-C301-4CC1-8511-7CAC3D5C3BD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BDB8F80-C301-4CC1-8511-7CAC3D5C3BD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BDB8F80-C301-4CC1-8511-7CAC3D5C3BD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BDB8F80-C301-4CC1-8511-7CAC3D5C3BD7}.Release|Any CPU.Build.0 = Release|Any CPU
{ED7896EE-AB66-4FD2-BC62-5D8FCCA29D1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED7896EE-AB66-4FD2-BC62-5D8FCCA29D1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED7896EE-AB66-4FD2-BC62-5D8FCCA29D1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED7896EE-AB66-4FD2-BC62-5D8FCCA29D1A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79CAF55F-5F05-42D5-B97F-73FDCE983B3E}
EndGlobalSection
EndGlobal