@@ -5,8 +5,6 @@ VisualStudioVersion = 16.0.30011.22
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "dev" , "dev" , "{448ED2E5-0B37-4D97-9E6B-8C10A507976A}"
7
7
EndProject
8
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "SampleWinRT" , "SampleWinRT" , "{428CCA9E-ADC5-4917-B51B-7D13E35950C5}"
9
- EndProject
10
8
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "docs" , "docs" , "{F3659DFF-232D-46E0-967E-61FCC9A1132F}"
11
9
Project Section (SolutionItems ) = preProject
12
10
docs \contributor -guide .md = docs \contributor -guide .md
@@ -15,12 +13,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{F3659DFF-2
15
13
docs \roadmap .md = docs \roadmap .md
16
14
EndProject Section
17
15
EndProject
18
- Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "SampleWinRT" , "dev\SampleWinRT\SampleWinRT.vcxitems" , "{0DE4FEFE-5471-4B50-B74B-D817A02B7F0D}"
19
- EndProject
20
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "SampleFlatC" , "SampleFlatC" , "{8A5C2FE6-86D7-4AAA-BE2E-924B8E03B888}"
21
- EndProject
22
- Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "SampleFlatC" , "dev\SampleFlatC\SampleFlatC.vcxitems" , "{CDCE22EC-F7BF-43D4-95D8-2E786229A4E5}"
23
- EndProject
24
16
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "test" , "test" , "{8630F7AA-2969-4DC9-8700-9B468C1DC21D}"
25
17
EndProject
26
18
Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "CppShared" , "test\CppShared\CppShared.vcxitems" , "{682DED8C-3A27-48CD-866D-E853EA2024DE}"
@@ -31,15 +23,19 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CppTest_Win32", "test\CppTe
31
23
EndProject
32
24
Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "CppTest_UWP" , "test\CppTest_UWP\CppTest_UWP.vcxproj" , "{B1A6F5EC-5418-4354-BACF-F7D998EE960D}"
33
25
EndProject
26
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "AppLifecycle" , "AppLifecycle" , "{3DE93B2F-F887-437D-B512-6B1024ABA290}"
27
+ EndProject
28
+ Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "AppLifecycle" , "dev\AppLifecycle\AppLifecycle.vcxitems" , "{E3A522A3-6635-4A42-BDED-1AF46A15F63C}"
29
+ EndProject
30
+ Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "AppLifecycle" , "test\AppLifecycle\AppLifecycle.vcxitems" , "{80E07022-9E99-44FE-B875-901FB6C82F52}"
31
+ EndProject
34
32
Global
35
33
GlobalSection (SharedMSBuildProjectFiles ) = preSolution
36
- dev \SampleWinRT \SampleWinRT .vcxitems *{0de4fefe-5471-4b50-b74b-d817a02b7f0d} *SharedItemsImports = 9
37
34
test \CppShared \CppShared .vcxitems *{682ded8c-3a27-48cd-866d-e853ea2024de} *SharedItemsImports = 9
35
+ test \AppLifecycle \AppLifecycle .vcxitems *{80e07022-9e99-44fe-b875-901fb6c82f52} *SharedItemsImports = 9
38
36
test \CppShared \CppShared .vcxitems *{b1a6f5ec-5418-4354-bacf-f7d998ee960d} *SharedItemsImports = 4
39
- dev \SampleFlatC \SampleFlatC .vcxitems *{b73ad907-6164-4294-88fb-f3c9c10da1f1} *SharedItemsImports = 4
40
- dev \SampleWinRT \SampleWinRT .vcxitems *{b73ad907-6164-4294-88fb-f3c9c10da1f1} *SharedItemsImports = 4
41
37
test \CppShared \CppShared .vcxitems *{c62688a1-16a0-4729-b6ed-842f4faa29f3} *SharedItemsImports = 4
42
- dev \SampleFlatC \ SampleFlatC .vcxitems *{cdce22ec-f7bf-43d4-95d8-2e786229a4e5 } *SharedItemsImports = 9
38
+ dev \AppLifecycle \ AppLifecycle .vcxitems *{e3a522a3-6635-4a42-bded-1af46a15f63c } *SharedItemsImports = 9
43
39
EndGlobalSection
44
40
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
45
41
Debug _test| Any CPU = Debug _test| Any CPU
@@ -157,14 +153,13 @@ Global
157
153
HideSolutionNode = FALSE
158
154
EndGlobalSection
159
155
GlobalSection (NestedProjects ) = preSolution
160
- {428CCA9E-ADC5-4917-B51B-7D13E35950C5} = {448ED2E5-0B37-4D97-9E6B-8C10A507976A}
161
- {0DE4FEFE-5471-4B50-B74B-D817A02B7F0D} = {428CCA9E-ADC5-4917-B51B-7D13E35950C5}
162
- {8A5C2FE6-86D7-4AAA-BE2E-924B8E03B888} = {448ED2E5-0B37-4D97-9E6B-8C10A507976A}
163
- {CDCE22EC-F7BF-43D4-95D8-2E786229A4E5} = {8A5C2FE6-86D7-4AAA-BE2E-924B8E03B888}
164
156
{682DED8C-3A27-48CD-866D-E853EA2024DE} = {8630F7AA-2969-4DC9-8700-9B468C1DC21D}
165
157
{B73AD907-6164-4294-88FB-F3C9C10DA1F1} = {448ED2E5-0B37-4D97-9E6B-8C10A507976A}
166
158
{C62688A1-16A0-4729-B6ED-842F4FAA29F3} = {8630F7AA-2969-4DC9-8700-9B468C1DC21D}
167
159
{B1A6F5EC-5418-4354-BACF-F7D998EE960D} = {8630F7AA-2969-4DC9-8700-9B468C1DC21D}
160
+ {3DE93B2F-F887-437D-B512-6B1024ABA290} = {448ED2E5-0B37-4D97-9E6B-8C10A507976A}
161
+ {E3A522A3-6635-4A42-BDED-1AF46A15F63C} = {3DE93B2F-F887-437D-B512-6B1024ABA290}
162
+ {80E07022-9E99-44FE-B875-901FB6C82F52} = {8630F7AA-2969-4DC9-8700-9B468C1DC21D}
168
163
EndGlobalSection
169
164
GlobalSection (ExtensibilityGlobals ) = postSolution
170
165
SolutionGuid = {4B3D7591-CFEC-4762-9A07-ABE99938FB77}
0 commit comments