-
Notifications
You must be signed in to change notification settings - Fork 0
/
ADNES.sln
58 lines (58 loc) · 3.13 KB
/
ADNES.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35424.110
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ADNES.Tests", "ADNES.Tests\ADNES.Tests.csproj", "{84F7719A-DF92-4E18-9531-DE053572896C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ADNES", "ADNES\ADNES.csproj", "{248BD373-750D-4AEB-A54E-4270F5EFBDD5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2C87B9CA-16CE-4C5E-B47B-1022C7FC398E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
README.MD = README.MD
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84F7719A-DF92-4E18-9531-DE053572896C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84F7719A-DF92-4E18-9531-DE053572896C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84F7719A-DF92-4E18-9531-DE053572896C}.Debug|x64.ActiveCfg = Debug|Any CPU
{84F7719A-DF92-4E18-9531-DE053572896C}.Debug|x64.Build.0 = Debug|Any CPU
{84F7719A-DF92-4E18-9531-DE053572896C}.Debug|x86.ActiveCfg = Debug|Any CPU
{84F7719A-DF92-4E18-9531-DE053572896C}.Debug|x86.Build.0 = Debug|Any CPU
{84F7719A-DF92-4E18-9531-DE053572896C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84F7719A-DF92-4E18-9531-DE053572896C}.Release|Any CPU.Build.0 = Release|Any CPU
{84F7719A-DF92-4E18-9531-DE053572896C}.Release|x64.ActiveCfg = Release|Any CPU
{84F7719A-DF92-4E18-9531-DE053572896C}.Release|x64.Build.0 = Release|Any CPU
{84F7719A-DF92-4E18-9531-DE053572896C}.Release|x86.ActiveCfg = Release|Any CPU
{84F7719A-DF92-4E18-9531-DE053572896C}.Release|x86.Build.0 = Release|Any CPU
{248BD373-750D-4AEB-A54E-4270F5EFBDD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{248BD373-750D-4AEB-A54E-4270F5EFBDD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{248BD373-750D-4AEB-A54E-4270F5EFBDD5}.Debug|x64.ActiveCfg = Debug|Any CPU
{248BD373-750D-4AEB-A54E-4270F5EFBDD5}.Debug|x64.Build.0 = Debug|Any CPU
{248BD373-750D-4AEB-A54E-4270F5EFBDD5}.Debug|x86.ActiveCfg = Debug|Any CPU
{248BD373-750D-4AEB-A54E-4270F5EFBDD5}.Debug|x86.Build.0 = Debug|Any CPU
{248BD373-750D-4AEB-A54E-4270F5EFBDD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{248BD373-750D-4AEB-A54E-4270F5EFBDD5}.Release|Any CPU.Build.0 = Release|Any CPU
{248BD373-750D-4AEB-A54E-4270F5EFBDD5}.Release|x64.ActiveCfg = Release|Any CPU
{248BD373-750D-4AEB-A54E-4270F5EFBDD5}.Release|x64.Build.0 = Release|Any CPU
{248BD373-750D-4AEB-A54E-4270F5EFBDD5}.Release|x86.ActiveCfg = Release|Any CPU
{248BD373-750D-4AEB-A54E-4270F5EFBDD5}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD41C535-334D-4C8A-8D1C-47DDF8A4DA85}
EndGlobalSection
EndGlobal