-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQoden.Binding.sln
34 lines (34 loc) · 1.92 KB
/
Qoden.Binding.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
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Qoden.Binding", "Qoden.Binding\Qoden.Binding.xproj", "{67441028-7649-4840-A8FE-F068E5BDA282}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Qoden.Binding.Test", "Qoden.Binding.Test\Qoden.Binding.Test.xproj", "{9A01CBAA-22BC-4888-8F1C-524DA91EDC71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Qoden.Binding", "Qoden.Binding\Qoden.Binding.csproj", "{5D196C87-1190-434D-ADBE-0D2291C71856}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67441028-7649-4840-A8FE-F068E5BDA282}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67441028-7649-4840-A8FE-F068E5BDA282}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67441028-7649-4840-A8FE-F068E5BDA282}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67441028-7649-4840-A8FE-F068E5BDA282}.Release|Any CPU.Build.0 = Release|Any CPU
{9A01CBAA-22BC-4888-8F1C-524DA91EDC71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A01CBAA-22BC-4888-8F1C-524DA91EDC71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A01CBAA-22BC-4888-8F1C-524DA91EDC71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A01CBAA-22BC-4888-8F1C-524DA91EDC71}.Release|Any CPU.Build.0 = Release|Any CPU
{5D196C87-1190-434D-ADBE-0D2291C71856}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D196C87-1190-434D-ADBE-0D2291C71856}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D196C87-1190-434D-ADBE-0D2291C71856}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D196C87-1190-434D-ADBE-0D2291C71856}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal