-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDemoApp.sln
36 lines (36 loc) · 1.91 KB
/
DemoApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoApp", "DemoApp\DemoApp.csproj", "{162A74CA-FEC8-4DEA-928A-0F836B45B210}"
EndProject
Project("{840C416C-B8F3-42BC-B0DD-F6BB14C9F8CB}") = "SetupProj", "SetupProj\SetupProj.aiproj", "{F44ED28B-8D66-4686-97A7-F48105B6F1F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DefaultBuild|Any CPU = DefaultBuild|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{162A74CA-FEC8-4DEA-928A-0F836B45B210}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{162A74CA-FEC8-4DEA-928A-0F836B45B210}.Debug|Any CPU.Build.0 = Debug|Any CPU
{162A74CA-FEC8-4DEA-928A-0F836B45B210}.DefaultBuild|Any CPU.ActiveCfg = Debug|Any CPU
{162A74CA-FEC8-4DEA-928A-0F836B45B210}.DefaultBuild|Any CPU.Build.0 = Debug|Any CPU
{162A74CA-FEC8-4DEA-928A-0F836B45B210}.Release|Any CPU.ActiveCfg = Release|Any CPU
{162A74CA-FEC8-4DEA-928A-0F836B45B210}.Release|Any CPU.Build.0 = Release|Any CPU
{F44ED28B-8D66-4686-97A7-F48105B6F1F2}.Debug|Any CPU.ActiveCfg = BuildUwpAppX
{F44ED28B-8D66-4686-97A7-F48105B6F1F2}.Debug|Any CPU.Build.0 = BuildUwpAppX
{F44ED28B-8D66-4686-97A7-F48105B6F1F2}.DefaultBuild|Any CPU.ActiveCfg = DefaultBuild
{F44ED28B-8D66-4686-97A7-F48105B6F1F2}.DefaultBuild|Any CPU.Build.0 = DefaultBuild
{F44ED28B-8D66-4686-97A7-F48105B6F1F2}.Release|Any CPU.ActiveCfg = DefaultBuild
{F44ED28B-8D66-4686-97A7-F48105B6F1F2}.Release|Any CPU.Build.0 = DefaultBuild
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62DB708D-1AC3-4A07-A242-11544F871E3E}
EndGlobalSection
EndGlobal