|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.1.32120.378 |
| 5 | +MinimumVisualStudioVersion = 16.0.29201.188 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9A6C4741-C83D-4E05-A62F-8049F65B9B6C}" |
| 7 | + ProjectSection(SolutionItems) = preProject |
| 8 | + .editorconfig = .editorconfig |
| 9 | + .gitattributes = .gitattributes |
| 10 | + ..\.gitignore = ..\.gitignore |
| 11 | + appveyor.yml = appveyor.yml |
| 12 | + Directory.Build.props = Directory.Build.props |
| 13 | + Directory.Packages.props = Directory.Packages.props |
| 14 | + global.json = global.json |
| 15 | + mdsnippets.json = mdsnippets.json |
| 16 | + ..\readme.md = ..\readme.md |
| 17 | + EndProjectSection |
| 18 | +EndProject |
| 19 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsumeUwp", "ConsumeUwp\ConsumeUwp.csproj", "{1F7D9DD0-A69C-40FB-B578-655679FF3143}" |
| 20 | +EndProject |
| 21 | +Global |
| 22 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 23 | + Debug|Any CPU = Debug|Any CPU |
| 24 | + Release|Any CPU = Release|Any CPU |
| 25 | + EndGlobalSection |
| 26 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 27 | + {698FB675-3480-4107-8CAE-51452C6138CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 28 | + {698FB675-3480-4107-8CAE-51452C6138CE}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 29 | + {698FB675-3480-4107-8CAE-51452C6138CE}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 30 | + {698FB675-3480-4107-8CAE-51452C6138CE}.Release|Any CPU.Build.0 = Release|Any CPU |
| 31 | + {1F7D9DD0-A69C-40FB-B578-655679FF3143}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 32 | + {1F7D9DD0-A69C-40FB-B578-655679FF3143}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 33 | + {1F7D9DD0-A69C-40FB-B578-655679FF3143}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 34 | + {1F7D9DD0-A69C-40FB-B578-655679FF3143}.Release|Any CPU.Build.0 = Release|Any CPU |
| 35 | + EndGlobalSection |
| 36 | + GlobalSection(SolutionProperties) = preSolution |
| 37 | + HideSolutionNode = FALSE |
| 38 | + EndGlobalSection |
| 39 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 40 | + SolutionGuid = {B0B94980-5385-4EC6-A0EE-C9A191DDFC05} |
| 41 | + EndGlobalSection |
| 42 | +EndGlobal |
0 commit comments