-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFortniteReplayAnalyzer.sln
49 lines (49 loc) · 3.13 KB
/
FortniteReplayAnalyzer.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
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31911.196
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FortniteReplayAnalyzer", "FortniteReplayAnalyzer.csproj", "{31CC3912-0244-441F-BD83-64C3EF972A6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FortniteReplayReader", "FortniteReplayDecompressor\src\FortniteReplayReader\FortniteReplayReader.csproj", "{563F9A1D-E5D8-4974-9A95-8D5AB7B2C9CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OozSharp", "FortniteReplayDecompressor\src\OozSharp\OozSharp.csproj", "{9D992E4B-CD0A-4AE7-8F25-B104EF2B79B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unreal.Core", "FortniteReplayDecompressor\src\Unreal.Core\Unreal.Core.csproj", "{65BD240C-9B3E-4A4A-B6E4-06F7C7BE2239}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unreal.Encryption", "FortniteReplayDecompressor\src\Unreal.Encryption\Unreal.Encryption.csproj", "{4CF7329E-A2BD-46B3-A538-390824A3DAE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31CC3912-0244-441F-BD83-64C3EF972A6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31CC3912-0244-441F-BD83-64C3EF972A6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31CC3912-0244-441F-BD83-64C3EF972A6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31CC3912-0244-441F-BD83-64C3EF972A6F}.Release|Any CPU.Build.0 = Release|Any CPU
{563F9A1D-E5D8-4974-9A95-8D5AB7B2C9CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{563F9A1D-E5D8-4974-9A95-8D5AB7B2C9CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{563F9A1D-E5D8-4974-9A95-8D5AB7B2C9CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{563F9A1D-E5D8-4974-9A95-8D5AB7B2C9CE}.Release|Any CPU.Build.0 = Release|Any CPU
{9D992E4B-CD0A-4AE7-8F25-B104EF2B79B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D992E4B-CD0A-4AE7-8F25-B104EF2B79B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D992E4B-CD0A-4AE7-8F25-B104EF2B79B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D992E4B-CD0A-4AE7-8F25-B104EF2B79B1}.Release|Any CPU.Build.0 = Release|Any CPU
{65BD240C-9B3E-4A4A-B6E4-06F7C7BE2239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65BD240C-9B3E-4A4A-B6E4-06F7C7BE2239}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65BD240C-9B3E-4A4A-B6E4-06F7C7BE2239}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65BD240C-9B3E-4A4A-B6E4-06F7C7BE2239}.Release|Any CPU.Build.0 = Release|Any CPU
{4CF7329E-A2BD-46B3-A538-390824A3DAE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CF7329E-A2BD-46B3-A538-390824A3DAE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CF7329E-A2BD-46B3-A538-390824A3DAE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CF7329E-A2BD-46B3-A538-390824A3DAE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EAD73FFD-51FD-4112-9A88-87E54768EEB5}
EndGlobalSection
EndGlobal