-
Notifications
You must be signed in to change notification settings - Fork 3
/
WordsLive.sln
72 lines (72 loc) · 4.68 KB
/
WordsLive.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WordsLive.Presentation", "WordsLive.Presentation\WordsLive.Presentation.csproj", "{7103EF3D-12DE-4381-95D4-1A440F0AA1D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WordsLive.Core", "WordsLive.Core\WordsLive.Core.csproj", "{AABDBF78-74B7-40DD-A327-FABF1FA758F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WordsLive", "WordsLive\WordsLive.csproj", "{B2DF371C-DCAE-43FF-817A-34FBC21234D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WordsLive.Presentation.Wpf", "WordsLive.Presentation.Wpf\WordsLive.Presentation.Wpf.csproj", "{5CA13F98-4FCA-4DED-8468-366DD89932BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WordsLive.Slideshow.Impress.Bridge", "WordsLive.Slideshow.Impress.Bridge\WordsLive.Slideshow.Impress.Bridge.csproj", "{7B989242-0A40-4E64-B976-751E01810525}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "Installer\Installer.wixproj", "{BC64FB21-0D66-46A6-BBB7-0AA9AE432A07}"
ProjectSection(ProjectDependencies) = postProject
{7AAC5624-B215-41ED-B3DD-569A7AB3DDF1} = {7AAC5624-B215-41ED-B3DD-569A7AB3DDF1}
{7103EF3D-12DE-4381-95D4-1A440F0AA1D9} = {7103EF3D-12DE-4381-95D4-1A440F0AA1D9}
{7B989242-0A40-4E64-B976-751E01810525} = {7B989242-0A40-4E64-B976-751E01810525}
{AABDBF78-74B7-40DD-A327-FABF1FA758F8} = {AABDBF78-74B7-40DD-A327-FABF1FA758F8}
{5CA13F98-4FCA-4DED-8468-366DD89932BD} = {5CA13F98-4FCA-4DED-8468-366DD89932BD}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WordsLive.Core.Tests", "WordsLive.Core.Tests\WordsLive.Core.Tests.csproj", "{EC7B2E3F-F040-4CDA-83CE-F7768C52A77F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WordsLive.Slideshow.Powerpoint.Bridge", "WordsLive.Slideshow.Powerpoint.Bridge\WordsLive.Slideshow.Powerpoint.Bridge.csproj", "{7AAC5624-B215-41ED-B3DD-569A7AB3DDF1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7103EF3D-12DE-4381-95D4-1A440F0AA1D9}.Debug|x86.ActiveCfg = Debug|x86
{7103EF3D-12DE-4381-95D4-1A440F0AA1D9}.Debug|x86.Build.0 = Debug|x86
{7103EF3D-12DE-4381-95D4-1A440F0AA1D9}.Release|x86.ActiveCfg = Release|x86
{7103EF3D-12DE-4381-95D4-1A440F0AA1D9}.Release|x86.Build.0 = Release|x86
{AABDBF78-74B7-40DD-A327-FABF1FA758F8}.Debug|x86.ActiveCfg = Debug|x86
{AABDBF78-74B7-40DD-A327-FABF1FA758F8}.Debug|x86.Build.0 = Debug|x86
{AABDBF78-74B7-40DD-A327-FABF1FA758F8}.Release|x86.ActiveCfg = Release|x86
{AABDBF78-74B7-40DD-A327-FABF1FA758F8}.Release|x86.Build.0 = Release|x86
{B2DF371C-DCAE-43FF-817A-34FBC21234D8}.Debug|x86.ActiveCfg = Debug|x86
{B2DF371C-DCAE-43FF-817A-34FBC21234D8}.Debug|x86.Build.0 = Debug|x86
{B2DF371C-DCAE-43FF-817A-34FBC21234D8}.Release|x86.ActiveCfg = Release|x86
{B2DF371C-DCAE-43FF-817A-34FBC21234D8}.Release|x86.Build.0 = Release|x86
{5CA13F98-4FCA-4DED-8468-366DD89932BD}.Debug|x86.ActiveCfg = Debug|x86
{5CA13F98-4FCA-4DED-8468-366DD89932BD}.Debug|x86.Build.0 = Debug|x86
{5CA13F98-4FCA-4DED-8468-366DD89932BD}.Release|x86.ActiveCfg = Release|x86
{5CA13F98-4FCA-4DED-8468-366DD89932BD}.Release|x86.Build.0 = Release|x86
{7B989242-0A40-4E64-B976-751E01810525}.Debug|x86.ActiveCfg = Debug|x86
{7B989242-0A40-4E64-B976-751E01810525}.Debug|x86.Build.0 = Debug|x86
{7B989242-0A40-4E64-B976-751E01810525}.Release|x86.ActiveCfg = Release|x86
{7B989242-0A40-4E64-B976-751E01810525}.Release|x86.Build.0 = Release|x86
{BC64FB21-0D66-46A6-BBB7-0AA9AE432A07}.Debug|x86.ActiveCfg = Debug|x86
{BC64FB21-0D66-46A6-BBB7-0AA9AE432A07}.Release|x86.ActiveCfg = Release|x86
{EC7B2E3F-F040-4CDA-83CE-F7768C52A77F}.Debug|x86.ActiveCfg = Debug|x86
{EC7B2E3F-F040-4CDA-83CE-F7768C52A77F}.Debug|x86.Build.0 = Debug|x86
{EC7B2E3F-F040-4CDA-83CE-F7768C52A77F}.Release|x86.ActiveCfg = Release|x86
{EC7B2E3F-F040-4CDA-83CE-F7768C52A77F}.Release|x86.Build.0 = Release|x86
{7AAC5624-B215-41ED-B3DD-569A7AB3DDF1}.Debug|x86.ActiveCfg = Debug|x86
{7AAC5624-B215-41ED-B3DD-569A7AB3DDF1}.Debug|x86.Build.0 = Debug|x86
{7AAC5624-B215-41ED-B3DD-569A7AB3DDF1}.Release|x86.ActiveCfg = Release|x86
{7AAC5624-B215-41ED-B3DD-569A7AB3DDF1}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6EB083B7-6E2E-4058-A1F7-6C0580AD540A}
EndGlobalSection
EndGlobal