-
Notifications
You must be signed in to change notification settings - Fork 9
/
MyScript.InteractiveInk.Examples.Uwp.sln
41 lines (41 loc) · 2.38 KB
/
MyScript.InteractiveInk.Examples.Uwp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyScript.InteractiveInk.GetStarted.Uwp", "GetStarted\MyScript.InteractiveInk.GetStarted.Uwp.csproj", "{01436395-FD36-494A-87F9-FD0EF5B033FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyScript.InteractiveInk.UIReferenceImplementation.Uwp", "UIReferenceImplementation\MyScript.InteractiveInk.UIReferenceImplementation.Uwp.csproj", "{667892F3-1761-4EA9-BDFA-71944C768BAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyScript.InteractiveInk.Demo.Uwp", "Demo\MyScript.InteractiveInk.Demo.Uwp.csproj", "{785F77C0-DF74-4F40-AB84-8AAFCEDF2619}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01436395-FD36-494A-87F9-FD0EF5B033FF}.Debug|x64.ActiveCfg = Debug|x64
{01436395-FD36-494A-87F9-FD0EF5B033FF}.Debug|x64.Build.0 = Debug|x64
{01436395-FD36-494A-87F9-FD0EF5B033FF}.Debug|x64.Deploy.0 = Debug|x64
{01436395-FD36-494A-87F9-FD0EF5B033FF}.Release|x64.ActiveCfg = Release|x64
{01436395-FD36-494A-87F9-FD0EF5B033FF}.Release|x64.Build.0 = Release|x64
{01436395-FD36-494A-87F9-FD0EF5B033FF}.Release|x64.Deploy.0 = Release|x64
{667892F3-1761-4EA9-BDFA-71944C768BAD}.Debug|x64.ActiveCfg = Debug|x64
{667892F3-1761-4EA9-BDFA-71944C768BAD}.Debug|x64.Build.0 = Debug|x64
{667892F3-1761-4EA9-BDFA-71944C768BAD}.Release|x64.ActiveCfg = Release|x64
{667892F3-1761-4EA9-BDFA-71944C768BAD}.Release|x64.Build.0 = Release|x64
{785F77C0-DF74-4F40-AB84-8AAFCEDF2619}.Debug|x64.ActiveCfg = Debug|x64
{785F77C0-DF74-4F40-AB84-8AAFCEDF2619}.Debug|x64.Build.0 = Debug|x64
{785F77C0-DF74-4F40-AB84-8AAFCEDF2619}.Debug|x64.Deploy.0 = Debug|x64
{785F77C0-DF74-4F40-AB84-8AAFCEDF2619}.Release|x64.ActiveCfg = Release|x64
{785F77C0-DF74-4F40-AB84-8AAFCEDF2619}.Release|x64.Build.0 = Release|x64
{785F77C0-DF74-4F40-AB84-8AAFCEDF2619}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B3499168-F628-4339-9491-AFFC7FC82E02}
EndGlobalSection
EndGlobal