-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathyadndil.sln
37 lines (37 loc) · 2.03 KB
/
yadndil.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28606.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yadndil", "yadndil\Yadndil.csproj", "{F469B417-B978-43A3-9234-16F4CECC599D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yadndil.Tests", "Yadndil.Tests\Yadndil.Tests.csproj", "{91C85258-24B2-4DFA-9288-3E9960E31780}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yadndil.Demo", "Yadndil.Demo.Console\Yadndil.Demo.csproj", "{0DDDA61E-83CD-4321-A8CC-8B672F30DAF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F469B417-B978-43A3-9234-16F4CECC599D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F469B417-B978-43A3-9234-16F4CECC599D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F469B417-B978-43A3-9234-16F4CECC599D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F469B417-B978-43A3-9234-16F4CECC599D}.Release|Any CPU.Build.0 = Release|Any CPU
{91C85258-24B2-4DFA-9288-3E9960E31780}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91C85258-24B2-4DFA-9288-3E9960E31780}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91C85258-24B2-4DFA-9288-3E9960E31780}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91C85258-24B2-4DFA-9288-3E9960E31780}.Release|Any CPU.Build.0 = Release|Any CPU
{0DDDA61E-83CD-4321-A8CC-8B672F30DAF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DDDA61E-83CD-4321-A8CC-8B672F30DAF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DDDA61E-83CD-4321-A8CC-8B672F30DAF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DDDA61E-83CD-4321-A8CC-8B672F30DAF4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {05008217-A4F3-483F-94DA-18DCB7FD266E}
EndGlobalSection
EndGlobal