-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathQuestAppVersionSwitcher.sln
45 lines (45 loc) · 2.75 KB
/
QuestAppVersionSwitcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuestAppVersionSwitcher", "QuestAppVersionSwitcher\QuestAppVersionSwitcher.csproj", "{AD0429C4-DC83-4ECE-BABA-B1134C1AECA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputerUtils.Android", "ComputerUtils\ComputerUtils.Android\ComputerUtils.Android.csproj", "{D4B84F1A-A999-482F-8253-D6761AA93E24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiffCreator", "DiffCreator\DiffCreator.csproj", "{5B57879B-170B-4804-B220-8CB11D332AD9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputerUtils", "ComputerUtils\ComputerUtils\ComputerUtils.csproj", "{21D96B62-FF5D-4E84-A13D-7EA1CE172A78}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD0429C4-DC83-4ECE-BABA-B1134C1AECA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD0429C4-DC83-4ECE-BABA-B1134C1AECA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD0429C4-DC83-4ECE-BABA-B1134C1AECA4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{AD0429C4-DC83-4ECE-BABA-B1134C1AECA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD0429C4-DC83-4ECE-BABA-B1134C1AECA4}.Release|Any CPU.Build.0 = Release|Any CPU
{AD0429C4-DC83-4ECE-BABA-B1134C1AECA4}.Release|Any CPU.Deploy.0 = Release|Any CPU
{D4B84F1A-A999-482F-8253-D6761AA93E24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4B84F1A-A999-482F-8253-D6761AA93E24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4B84F1A-A999-482F-8253-D6761AA93E24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4B84F1A-A999-482F-8253-D6761AA93E24}.Release|Any CPU.Build.0 = Release|Any CPU
{5B57879B-170B-4804-B220-8CB11D332AD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B57879B-170B-4804-B220-8CB11D332AD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B57879B-170B-4804-B220-8CB11D332AD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B57879B-170B-4804-B220-8CB11D332AD9}.Release|Any CPU.Build.0 = Release|Any CPU
{21D96B62-FF5D-4E84-A13D-7EA1CE172A78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21D96B62-FF5D-4E84-A13D-7EA1CE172A78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21D96B62-FF5D-4E84-A13D-7EA1CE172A78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21D96B62-FF5D-4E84-A13D-7EA1CE172A78}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C08E0F4-9C5F-44B8-A980-543ACBDBDE06}
EndGlobalSection
EndGlobal