-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYoga.sln
34 lines (34 loc) · 2.18 KB
/
Yoga.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yoga", "Yoga\Yoga.csproj", "{D6799EA2-B46C-41D2-800B-41F9CE0A2F2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yoga.Interop", "Yoga.Interop\Yoga.Interop.csproj", "{D35B0937-DE8E-4891-A701-F4C041E154C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yoga.Tests", "Yoga.Tests\Yoga.Tests.csproj", "{AB56A62D-C174-4782-A844-E22CD33D1FF3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yoga.Tests.Visual", "Yoga.Tests.Visual\Yoga.Tests.Visual.csproj", "{922EFD9C-6628-42D2-B633-C089B2F44D3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6799EA2-B46C-41D2-800B-41F9CE0A2F2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6799EA2-B46C-41D2-800B-41F9CE0A2F2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6799EA2-B46C-41D2-800B-41F9CE0A2F2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6799EA2-B46C-41D2-800B-41F9CE0A2F2C}.Release|Any CPU.Build.0 = Release|Any CPU
{D35B0937-DE8E-4891-A701-F4C041E154C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D35B0937-DE8E-4891-A701-F4C041E154C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D35B0937-DE8E-4891-A701-F4C041E154C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D35B0937-DE8E-4891-A701-F4C041E154C2}.Release|Any CPU.Build.0 = Release|Any CPU
{AB56A62D-C174-4782-A844-E22CD33D1FF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB56A62D-C174-4782-A844-E22CD33D1FF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB56A62D-C174-4782-A844-E22CD33D1FF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB56A62D-C174-4782-A844-E22CD33D1FF3}.Release|Any CPU.Build.0 = Release|Any CPU
{922EFD9C-6628-42D2-B633-C089B2F44D3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{922EFD9C-6628-42D2-B633-C089B2F44D3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{922EFD9C-6628-42D2-B633-C089B2F44D3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{922EFD9C-6628-42D2-B633-C089B2F44D3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal