-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dioscuri.sln
38 lines (38 loc) · 1.82 KB
/
Dioscuri.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{00D0C9A6-C65B-4E39-B67F-56ABE194F51F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dioscuri", "src\Dioscuri.csproj", "{F2665603-A8C5-426E-AB3F-35FD89B182A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DioscuriTests", "tests\DioscuriTests.csproj", "{8AE0FA99-5DA7-4D66-96D2-EF18C167DBB5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2665603-A8C5-426E-AB3F-35FD89B182A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2665603-A8C5-426E-AB3F-35FD89B182A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2665603-A8C5-426E-AB3F-35FD89B182A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2665603-A8C5-426E-AB3F-35FD89B182A1}.Release|Any CPU.Build.0 = Release|Any CPU
{8AE0FA99-5DA7-4D66-96D2-EF18C167DBB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AE0FA99-5DA7-4D66-96D2-EF18C167DBB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AE0FA99-5DA7-4D66-96D2-EF18C167DBB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AE0FA99-5DA7-4D66-96D2-EF18C167DBB5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E49ED34-D9B9-46CA-980F-8F3C53C9F0EF}
EndGlobalSection
EndGlobal