-
Notifications
You must be signed in to change notification settings - Fork 0
/
APKInstaller.sln
35 lines (35 loc) · 2.09 KB
/
APKInstaller.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APKInstaller", "APKInstaller\APKInstaller.csproj", "{B0C56953-59EC-404A-B01F-806729D44426}"
ProjectSection(ProjectDependencies) = postProject
{9F6041B7-1C0C-4944-B69A-2AFC49F478C6} = {9F6041B7-1C0C-4944-B69A-2AFC49F478C6}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssociationRegister", "AssociationRegister\AssociationRegister.csproj", "{9F6041B7-1C0C-4944-B69A-2AFC49F478C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Setup", "Setup\Setup.csproj", "{7C79B543-DDE9-4F45-B955-70BB2F6A31E0}"
ProjectSection(ProjectDependencies) = postProject
{9F6041B7-1C0C-4944-B69A-2AFC49F478C6} = {9F6041B7-1C0C-4944-B69A-2AFC49F478C6}
{B0C56953-59EC-404A-B01F-806729D44426} = {B0C56953-59EC-404A-B01F-806729D44426}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0C56953-59EC-404A-B01F-806729D44426}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0C56953-59EC-404A-B01F-806729D44426}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0C56953-59EC-404A-B01F-806729D44426}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0C56953-59EC-404A-B01F-806729D44426}.Release|Any CPU.Build.0 = Release|Any CPU
{9F6041B7-1C0C-4944-B69A-2AFC49F478C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F6041B7-1C0C-4944-B69A-2AFC49F478C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F6041B7-1C0C-4944-B69A-2AFC49F478C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F6041B7-1C0C-4944-B69A-2AFC49F478C6}.Release|Any CPU.Build.0 = Release|Any CPU
{7C79B543-DDE9-4F45-B955-70BB2F6A31E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C79B543-DDE9-4F45-B955-70BB2F6A31E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C79B543-DDE9-4F45-B955-70BB2F6A31E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C79B543-DDE9-4F45-B955-70BB2F6A31E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal