From 674b5d6cecd4be287c4a50dc13efd8f094022956 Mon Sep 17 00:00:00 2001
From: illusion0001 <37698908+illusion0001@users.noreply.github.com>
Date: Thu, 29 Feb 2024 12:12:28 -0600
Subject: [PATCH] Add visual studio project files
---
.gitignore | 5 +
P3R-Save-EnDecryptor.sln | 25 +++++
P3R-Save-EnDecryptor.vcxproj | 135 +++++++++++++++++++++++++++
P3R-Save-EnDecryptor.vcxproj.filters | 22 +++++
4 files changed, 187 insertions(+)
create mode 100644 P3R-Save-EnDecryptor.sln
create mode 100644 P3R-Save-EnDecryptor.vcxproj
create mode 100644 P3R-Save-EnDecryptor.vcxproj.filters
diff --git a/.gitignore b/.gitignore
index ba0fd40..62e0254 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,8 @@
*.exe
*.bin
*.sav
+*\.vs
+*\x64
+*\x86
+*.user
+*.vcxproj.user
diff --git a/P3R-Save-EnDecryptor.sln b/P3R-Save-EnDecryptor.sln
new file mode 100644
index 0000000..dcaee99
--- /dev/null
+++ b/P3R-Save-EnDecryptor.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.8.34511.84
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "P3R-Save-EnDecryptor", "P3R-Save-EnDecryptor.vcxproj", "{9A08C4BD-8BB3-40F1-93E0-9B8672A34B6F}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x64 = Debug|x64
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {9A08C4BD-8BB3-40F1-93E0-9B8672A34B6F}.Debug|x64.ActiveCfg = Debug|x64
+ {9A08C4BD-8BB3-40F1-93E0-9B8672A34B6F}.Debug|x64.Build.0 = Debug|x64
+ {9A08C4BD-8BB3-40F1-93E0-9B8672A34B6F}.Release|x64.ActiveCfg = Release|x64
+ {9A08C4BD-8BB3-40F1-93E0-9B8672A34B6F}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {96A3926D-EE69-4762-A390-145F66455FCC}
+ EndGlobalSection
+EndGlobal
diff --git a/P3R-Save-EnDecryptor.vcxproj b/P3R-Save-EnDecryptor.vcxproj
new file mode 100644
index 0000000..ef99074
--- /dev/null
+++ b/P3R-Save-EnDecryptor.vcxproj
@@ -0,0 +1,135 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+
+
+
+ 17.0
+ Win32Proj
+ {9a08c4bd-8bb3-40f1-93e0-9b8672a34b6f}
+ P3RSaveEnDecryptor
+ 10.0
+
+
+
+ Application
+ true
+ v143
+ Unicode
+
+
+ Application
+ false
+ v143
+ true
+ Unicode
+
+
+ Application
+ true
+ ClangCL
+ Unicode
+
+
+ Application
+ false
+ ClangCL
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Level3
+ true
+ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+ Level3
+ true
+ _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+
+
\ No newline at end of file
diff --git a/P3R-Save-EnDecryptor.vcxproj.filters b/P3R-Save-EnDecryptor.vcxproj.filters
new file mode 100644
index 0000000..decff76
--- /dev/null
+++ b/P3R-Save-EnDecryptor.vcxproj.filters
@@ -0,0 +1,22 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Source Files
+
+
+
\ No newline at end of file