-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSampleSurveyApp.sln
38 lines (38 loc) · 2.24 KB
/
SampleSurveyApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleSurveyApp.Maui.Tests", "SampleSurveyApp.Maui.Tests\SampleSurveyApp.Maui.Tests.csproj", "{D8D953F0-1EF1-46E2-8337-C74D3C75BD0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleSurveyApp.Maui", "SampleSurveyApp.Maui\SampleSurveyApp.Maui.csproj", "{E2A8B791-DCB0-4E36-AA4C-F0A9B6FE58E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleSurveyApp.Core", "SampleSurveyApp.Core\SampleSurveyApp.Core.csproj", "{CC4A4752-93F1-4C01-892D-9CC78CF54DE1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8D953F0-1EF1-46E2-8337-C74D3C75BD0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8D953F0-1EF1-46E2-8337-C74D3C75BD0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8D953F0-1EF1-46E2-8337-C74D3C75BD0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8D953F0-1EF1-46E2-8337-C74D3C75BD0C}.Release|Any CPU.Build.0 = Release|Any CPU
{E2A8B791-DCB0-4E36-AA4C-F0A9B6FE58E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2A8B791-DCB0-4E36-AA4C-F0A9B6FE58E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2A8B791-DCB0-4E36-AA4C-F0A9B6FE58E3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E2A8B791-DCB0-4E36-AA4C-F0A9B6FE58E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2A8B791-DCB0-4E36-AA4C-F0A9B6FE58E3}.Release|Any CPU.Build.0 = Release|Any CPU
{CC4A4752-93F1-4C01-892D-9CC78CF54DE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC4A4752-93F1-4C01-892D-9CC78CF54DE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC4A4752-93F1-4C01-892D-9CC78CF54DE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC4A4752-93F1-4C01-892D-9CC78CF54DE1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ABEC256D-1769-408F-BADE-D6789EBF647D}
EndGlobalSection
EndGlobal