-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathMyScript.InteractiveInk.Examples.Wpf.sln
37 lines (37 loc) · 2.1 KB
/
MyScript.InteractiveInk.Examples.Wpf.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyScript.InteractiveInk.GetStarted.Wpf", "GetStarted\MyScript.InteractiveInk.GetStarted.Wpf.csproj", "{5D7ED6D6-673A-4F5A-91AF-2D037563DEDE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyScript.InteractiveInk.UIReferenceImplementation.Wpf", "UIReferenceImplementation\MyScript.InteractiveInk.UIReferenceImplementation.Wpf.csproj", "{8ED3CB31-D4B5-4B82-8C15-F6C31BBE520D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyScript.InteractiveInk.Demo.Wpf", "Demo\MyScript.InteractiveInk.Demo.Wpf.csproj", "{B3222351-CDD3-42A7-9AD3-36E8D6322AEC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D7ED6D6-673A-4F5A-91AF-2D037563DEDE}.Debug|x64.ActiveCfg = Debug|x64
{5D7ED6D6-673A-4F5A-91AF-2D037563DEDE}.Debug|x64.Build.0 = Debug|x64
{5D7ED6D6-673A-4F5A-91AF-2D037563DEDE}.Release|x64.ActiveCfg = Release|x64
{5D7ED6D6-673A-4F5A-91AF-2D037563DEDE}.Release|x64.Build.0 = Release|x64
{8ED3CB31-D4B5-4B82-8C15-F6C31BBE520D}.Debug|x64.ActiveCfg = Debug|x64
{8ED3CB31-D4B5-4B82-8C15-F6C31BBE520D}.Debug|x64.Build.0 = Debug|x64
{8ED3CB31-D4B5-4B82-8C15-F6C31BBE520D}.Release|x64.ActiveCfg = Release|x64
{8ED3CB31-D4B5-4B82-8C15-F6C31BBE520D}.Release|x64.Build.0 = Release|x64
{B3222351-CDD3-42A7-9AD3-36E8D6322AEC}.Debug|x64.ActiveCfg = Debug|x64
{B3222351-CDD3-42A7-9AD3-36E8D6322AEC}.Debug|x64.Build.0 = Debug|x64
{B3222351-CDD3-42A7-9AD3-36E8D6322AEC}.Release|x64.ActiveCfg = Release|x64
{B3222351-CDD3-42A7-9AD3-36E8D6322AEC}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {05711AAC-3C70-4850-B3C7-9086E12F9EA1}
EndGlobalSection
EndGlobal