forked from djkaty/Il2CppProtoExtractor-FallGuys
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUnityProtoDumper.sln
More file actions
48 lines (48 loc) · 2.67 KB
/
UnityProtoDumper.sln
File metadata and controls
48 lines (48 loc) · 2.67 KB
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
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnityProtoDumper", "UnityProtoDumper\UnityProtoDumper.csproj", "{298BF527-1A0D-4319-9AF0-A51210368165}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Il2CppInspector", "Il2CppInspector\Il2CppInspector.Common\Il2CppInspector.csproj", "{8BE014A6-7AAA-4502-9475-AEB1614FD9EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Submodules", "Submodules", "{98F73A4A-AFCD-4FFA-AB40-BDE4B1215B58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bin2Object", "Il2CppInspector\Bin2Object\Bin2Object\Bin2Object.csproj", "{A1856DCA-26F9-4552-B8BC-36427BBEBF42}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8F697CBE-C209-4C16-973B-7D2AF5B4FB6A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{298BF527-1A0D-4319-9AF0-A51210368165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{298BF527-1A0D-4319-9AF0-A51210368165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{298BF527-1A0D-4319-9AF0-A51210368165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{298BF527-1A0D-4319-9AF0-A51210368165}.Release|Any CPU.Build.0 = Release|Any CPU
{8BE014A6-7AAA-4502-9475-AEB1614FD9EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BE014A6-7AAA-4502-9475-AEB1614FD9EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BE014A6-7AAA-4502-9475-AEB1614FD9EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BE014A6-7AAA-4502-9475-AEB1614FD9EC}.Release|Any CPU.Build.0 = Release|Any CPU
{A1856DCA-26F9-4552-B8BC-36427BBEBF42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1856DCA-26F9-4552-B8BC-36427BBEBF42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1856DCA-26F9-4552-B8BC-36427BBEBF42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1856DCA-26F9-4552-B8BC-36427BBEBF42}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8BE014A6-7AAA-4502-9475-AEB1614FD9EC} = {98F73A4A-AFCD-4FFA-AB40-BDE4B1215B58}
{A1856DCA-26F9-4552-B8BC-36427BBEBF42} = {98F73A4A-AFCD-4FFA-AB40-BDE4B1215B58}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {316E8019-4024-4BC4-BDB9-8CC275327BFE}
EndGlobalSection
EndGlobal