This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
FFPRSaveEditor.sln
49 lines (49 loc) · 3.16 KB
/
FFPRSaveEditor.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 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FFPRSaveEditor.Common", "FFPRSaveEditor.Common\FFPRSaveEditor.Common.csproj", "{6C03BF7D-8C7A-4BBD-AFC5-402718994C57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FFPRSaveEditor.Decrypt", "FFPRSaveEditor.Decrypt\FFPRSaveEditor.Decrypt.csproj", "{9DCD1461-C7DE-4B86-B32E-066A743F786B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FFPRSaveEditor.Encrypt", "FFPRSaveEditor.Encrypt\FFPRSaveEditor.Encrypt.csproj", "{08204926-A60A-4AD6-BC72-40FECE1CA0B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFPRSaveEditor.SaveFiles", "FFPRSaveEditor.SaveFiles\FFPRSaveEditor.SaveFiles.csproj", "{FE6E91A7-5410-49FE-878B-62C811E7904D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFPRSaveEditor.SaveFilesUnitTests", "FFPRSaveEditor.SaveFilesUnitTests\FFPRSaveEditor.SaveFilesUnitTests.csproj", "{542C8156-8AC6-4AE3-B3C8-F5B17CAC3E84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C03BF7D-8C7A-4BBD-AFC5-402718994C57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C03BF7D-8C7A-4BBD-AFC5-402718994C57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C03BF7D-8C7A-4BBD-AFC5-402718994C57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C03BF7D-8C7A-4BBD-AFC5-402718994C57}.Release|Any CPU.Build.0 = Release|Any CPU
{9DCD1461-C7DE-4B86-B32E-066A743F786B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DCD1461-C7DE-4B86-B32E-066A743F786B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DCD1461-C7DE-4B86-B32E-066A743F786B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DCD1461-C7DE-4B86-B32E-066A743F786B}.Release|Any CPU.Build.0 = Release|Any CPU
{08204926-A60A-4AD6-BC72-40FECE1CA0B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08204926-A60A-4AD6-BC72-40FECE1CA0B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08204926-A60A-4AD6-BC72-40FECE1CA0B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08204926-A60A-4AD6-BC72-40FECE1CA0B3}.Release|Any CPU.Build.0 = Release|Any CPU
{FE6E91A7-5410-49FE-878B-62C811E7904D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE6E91A7-5410-49FE-878B-62C811E7904D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE6E91A7-5410-49FE-878B-62C811E7904D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE6E91A7-5410-49FE-878B-62C811E7904D}.Release|Any CPU.Build.0 = Release|Any CPU
{542C8156-8AC6-4AE3-B3C8-F5B17CAC3E84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{542C8156-8AC6-4AE3-B3C8-F5B17CAC3E84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{542C8156-8AC6-4AE3-B3C8-F5B17CAC3E84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{542C8156-8AC6-4AE3-B3C8-F5B17CAC3E84}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9645912B-E6BB-41B8-A5F0-B71D4B41AD14}
EndGlobalSection
EndGlobal