forked from CaitSith2/ios-steamguard-extractor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ios-steamguard-extractor.sln
42 lines (42 loc) · 2.42 KB
/
ios-steamguard-extractor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32002.185
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ios-steamguard-extractor", "ios-steamguard-extractor\ios-steamguard-extractor.csproj", "{9913ED22-8249-4397-B920-C9BD25778EC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iOSSteamGuardExtractor", "iOSSteamGuardExtractor\iOSSteamGuardExtractor.csproj", "{B4041A3C-32EB-4BA1-BC83-203F998F4128}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Avalonia.Ref", "Avalonia.Ref", "{06ED8FB4-AA05-4BD3-A911-5B026D35A047}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Avalonia.Themes.Fluent", "Avalonia.Ref\Avalonia.Themes.Fluent\Avalonia.Themes.Fluent.csproj", "{EE2F4EC7-69F3-4908-AB95-6B4B360D46FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9913ED22-8249-4397-B920-C9BD25778EC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9913ED22-8249-4397-B920-C9BD25778EC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9913ED22-8249-4397-B920-C9BD25778EC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9913ED22-8249-4397-B920-C9BD25778EC9}.Release|Any CPU.Build.0 = Release|Any CPU
{B4041A3C-32EB-4BA1-BC83-203F998F4128}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4041A3C-32EB-4BA1-BC83-203F998F4128}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4041A3C-32EB-4BA1-BC83-203F998F4128}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4041A3C-32EB-4BA1-BC83-203F998F4128}.Release|Any CPU.Build.0 = Release|Any CPU
{EE2F4EC7-69F3-4908-AB95-6B4B360D46FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE2F4EC7-69F3-4908-AB95-6B4B360D46FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE2F4EC7-69F3-4908-AB95-6B4B360D46FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE2F4EC7-69F3-4908-AB95-6B4B360D46FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EE2F4EC7-69F3-4908-AB95-6B4B360D46FD} = {06ED8FB4-AA05-4BD3-A911-5B026D35A047}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {342A70A7-36CB-4FAF-9D6D-15FE5E8FC7BA}
EndGlobalSection
EndGlobal