-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathYadi.sln
41 lines (41 loc) · 2.09 KB
/
Yadi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E3231DE2-4B54-4E9D-B9A8-2673AA51E26D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{FEB91CFE-9769-473A-8693-3AD4828EC775}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yadi", "src\Yadi\Yadi.csproj", "{F032F3A4-E43A-4101-B03A-D8BDB2414F31}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A38495B1-9C08-4CA7-AD88-4EDC840E5785}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yadi.Tests", "tests\Yadi.Tests\Yadi.Tests.csproj", "{31D87ABC-2DA4-4002-A8BE-AE70D8DA66E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F032F3A4-E43A-4101-B03A-D8BDB2414F31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F032F3A4-E43A-4101-B03A-D8BDB2414F31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F032F3A4-E43A-4101-B03A-D8BDB2414F31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F032F3A4-E43A-4101-B03A-D8BDB2414F31}.Release|Any CPU.Build.0 = Release|Any CPU
{31D87ABC-2DA4-4002-A8BE-AE70D8DA66E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31D87ABC-2DA4-4002-A8BE-AE70D8DA66E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31D87ABC-2DA4-4002-A8BE-AE70D8DA66E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31D87ABC-2DA4-4002-A8BE-AE70D8DA66E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F032F3A4-E43A-4101-B03A-D8BDB2414F31} = {E3231DE2-4B54-4E9D-B9A8-2673AA51E26D}
{31D87ABC-2DA4-4002-A8BE-AE70D8DA66E8} = {FEB91CFE-9769-473A-8693-3AD4828EC775}
EndGlobalSection
EndGlobal