This repository has been archived by the owner on Mar 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvpages.sln
51 lines (51 loc) · 2.97 KB
/
vpages.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
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinForms", "WinForms\WinForms.csproj", "{6AE6BA9E-C9AE-4551-A534-234588F16D60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Framework", "Framework\Framework.csproj", "{B7074539-E584-4A73-A505-D239DE9376DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6EE270CF-34F7-4302-B36A-0212D1030B49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrameworkTests", "Tests\FrameworkTests\FrameworkTests.csproj", "{FF467E7A-4533-4616-8393-91539C4D9DE2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{382A1EB0-1C55-421C-BB71-657CE035BB28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinFormExample", "Examples\WinFormExample\WinFormExample.csproj", "{900DC953-2178-4BBB-A412-C1CA7AA2E9B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6AE6BA9E-C9AE-4551-A534-234588F16D60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AE6BA9E-C9AE-4551-A534-234588F16D60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AE6BA9E-C9AE-4551-A534-234588F16D60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AE6BA9E-C9AE-4551-A534-234588F16D60}.Release|Any CPU.Build.0 = Release|Any CPU
{B7074539-E584-4A73-A505-D239DE9376DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7074539-E584-4A73-A505-D239DE9376DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7074539-E584-4A73-A505-D239DE9376DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7074539-E584-4A73-A505-D239DE9376DC}.Release|Any CPU.Build.0 = Release|Any CPU
{FF467E7A-4533-4616-8393-91539C4D9DE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF467E7A-4533-4616-8393-91539C4D9DE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF467E7A-4533-4616-8393-91539C4D9DE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF467E7A-4533-4616-8393-91539C4D9DE2}.Release|Any CPU.Build.0 = Release|Any CPU
{900DC953-2178-4BBB-A412-C1CA7AA2E9B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{900DC953-2178-4BBB-A412-C1CA7AA2E9B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{900DC953-2178-4BBB-A412-C1CA7AA2E9B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{900DC953-2178-4BBB-A412-C1CA7AA2E9B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FF467E7A-4533-4616-8393-91539C4D9DE2} = {6EE270CF-34F7-4302-B36A-0212D1030B49}
{900DC953-2178-4BBB-A412-C1CA7AA2E9B7} = {382A1EB0-1C55-421C-BB71-657CE035BB28}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E134D156-1960-45E4-88F5-9F8765CE8768}
EndGlobalSection
EndGlobal