-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWin10Rocks-JS-Starter-Win10.sln
76 lines (76 loc) · 4.74 KB
/
Win10Rocks-JS-Starter-Win10.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "Test", "test\Test.njsproj", "{675BCED5-15C4-461B-89BB-237429B5967E}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "UI-WinJS", "src\UI-WinJS\UI-WinJS.shproj", "{29DDA2D1-BFD6-4C9C-9742-6BEC143D71E1}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Common", "src\common\Common.shproj", "{E5FF94E5-80A7-4518-ACA9-84FA90D52999}"
EndProject
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "App-universal", "src\app-universal\App-universal.jsproj", "{C315DF64-6226-4BD3-BDFD-0202F963217A}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\common\Common.projitems*{c315df64-6226-4bd3-bdfd-0202f963217a}*SharedItemsImports = 5
src\UI-WinJS\UI-WinJS.projitems*{c315df64-6226-4bd3-bdfd-0202f963217a}*SharedItemsImports = 5
src\common\Common.projitems*{e5ff94e5-80a7-4518-aca9-84fa90d52999}*SharedItemsImports = 13
src\UI-WinJS\UI-WinJS.projitems*{29dda2d1-bfd6-4c9c-9742-6bec143d71e1}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{675BCED5-15C4-461B-89BB-237429B5967E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Debug|ARM.ActiveCfg = Debug|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Debug|ARM.Build.0 = Debug|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Debug|x64.ActiveCfg = Debug|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Debug|x64.Build.0 = Debug|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Debug|x86.ActiveCfg = Debug|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Debug|x86.Build.0 = Debug|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Release|Any CPU.Build.0 = Release|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Release|ARM.ActiveCfg = Release|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Release|ARM.Build.0 = Release|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Release|x64.ActiveCfg = Release|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Release|x64.Build.0 = Release|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Release|x86.ActiveCfg = Release|Any CPU
{675BCED5-15C4-461B-89BB-237429B5967E}.Release|x86.Build.0 = Release|Any CPU
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Debug|ARM.ActiveCfg = Debug|ARM
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Debug|ARM.Build.0 = Debug|ARM
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Debug|ARM.Deploy.0 = Debug|ARM
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Debug|x64.ActiveCfg = Debug|x64
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Debug|x64.Build.0 = Debug|x64
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Debug|x64.Deploy.0 = Debug|x64
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Debug|x86.ActiveCfg = Debug|x86
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Debug|x86.Build.0 = Debug|x86
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Debug|x86.Deploy.0 = Debug|x86
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Release|Any CPU.Build.0 = Release|Any CPU
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Release|Any CPU.Deploy.0 = Release|Any CPU
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Release|ARM.ActiveCfg = Release|ARM
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Release|ARM.Build.0 = Release|ARM
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Release|ARM.Deploy.0 = Release|ARM
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Release|x64.ActiveCfg = Release|x64
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Release|x64.Build.0 = Release|x64
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Release|x64.Deploy.0 = Release|x64
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Release|x86.ActiveCfg = Release|x86
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Release|x86.Build.0 = Release|x86
{C315DF64-6226-4BD3-BDFD-0202F963217A}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal