From 250bf58ed0c9dfa75070498a0f5fa4ad6ac4aa4f Mon Sep 17 00:00:00 2001
From: Arianrod <58390848+Arianr0d@users.noreply.github.com>
Date: Fri, 23 Apr 2021 16:47:29 +0300
Subject: [PATCH 1/2] Add files via upload
---
LR2/LR2.sln | 31 ++++++++
LR2/LR2/LR2.vcxproj | 150 ++++++++++++++++++++++++++++++++++++
LR2/LR2/LR2.vcxproj.filters | 17 ++++
LR2/LR2/LR2.vcxproj.user | 4 +
4 files changed, 202 insertions(+)
create mode 100644 LR2/LR2.sln
create mode 100644 LR2/LR2/LR2.vcxproj
create mode 100644 LR2/LR2/LR2.vcxproj.filters
create mode 100644 LR2/LR2/LR2.vcxproj.user
diff --git a/LR2/LR2.sln b/LR2/LR2.sln
new file mode 100644
index 0000000..1ad566c
--- /dev/null
+++ b/LR2/LR2.sln
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.30523.141
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LR2", "LR2\LR2.vcxproj", "{331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Debug|x64.ActiveCfg = Debug|x64
+ {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Debug|x64.Build.0 = Debug|x64
+ {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Debug|x86.ActiveCfg = Debug|Win32
+ {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Debug|x86.Build.0 = Debug|Win32
+ {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Release|x64.ActiveCfg = Release|x64
+ {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Release|x64.Build.0 = Release|x64
+ {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Release|x86.ActiveCfg = Release|Win32
+ {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {55EB89C0-E3F7-4A47-9666-BAB8637A3353}
+ EndGlobalSection
+EndGlobal
diff --git a/LR2/LR2/LR2.vcxproj b/LR2/LR2/LR2.vcxproj
new file mode 100644
index 0000000..8d42a0a
--- /dev/null
+++ b/LR2/LR2/LR2.vcxproj
@@ -0,0 +1,150 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+
+ 16.0
+ Win32Proj
+ {331aa5cb-d9fa-44ec-b2da-7fc922cf65ae}
+ LR2
+ 10.0
+
+
+
+ Application
+ true
+ v142
+ Unicode
+
+
+ Application
+ false
+ v142
+ true
+ Unicode
+
+
+ Application
+ true
+ v142
+ Unicode
+
+
+ Application
+ false
+ v142
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ false
+
+
+ true
+
+
+ false
+
+
+
+
+ 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
+
+
+
+
+
+
+
+
diff --git a/LR2/LR2/LR2.vcxproj.filters b/LR2/LR2/LR2.vcxproj.filters
new file mode 100644
index 0000000..5c52a44
--- /dev/null
+++ b/LR2/LR2/LR2.vcxproj.filters
@@ -0,0 +1,17 @@
+
+
+
+
+ {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
+
+
+
\ No newline at end of file
diff --git a/LR2/LR2/LR2.vcxproj.user b/LR2/LR2/LR2.vcxproj.user
new file mode 100644
index 0000000..0f14913
--- /dev/null
+++ b/LR2/LR2/LR2.vcxproj.user
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
From e91e02cd97f41250185206d944a246f2189b26d2 Mon Sep 17 00:00:00 2001
From: Arianrod <58390848+Arianr0d@users.noreply.github.com>
Date: Fri, 23 Apr 2021 16:49:07 +0300
Subject: [PATCH 2/2] Delete LR2 directory
---
LR2/LR2.sln | 31 --------
LR2/LR2/LR2.vcxproj | 150 ------------------------------------
LR2/LR2/LR2.vcxproj.filters | 17 ----
LR2/LR2/LR2.vcxproj.user | 4 -
4 files changed, 202 deletions(-)
delete mode 100644 LR2/LR2.sln
delete mode 100644 LR2/LR2/LR2.vcxproj
delete mode 100644 LR2/LR2/LR2.vcxproj.filters
delete mode 100644 LR2/LR2/LR2.vcxproj.user
diff --git a/LR2/LR2.sln b/LR2/LR2.sln
deleted file mode 100644
index 1ad566c..0000000
--- a/LR2/LR2.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.30523.141
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LR2", "LR2\LR2.vcxproj", "{331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Debug|x64.ActiveCfg = Debug|x64
- {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Debug|x64.Build.0 = Debug|x64
- {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Debug|x86.ActiveCfg = Debug|Win32
- {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Debug|x86.Build.0 = Debug|Win32
- {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Release|x64.ActiveCfg = Release|x64
- {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Release|x64.Build.0 = Release|x64
- {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Release|x86.ActiveCfg = Release|Win32
- {331AA5CB-D9FA-44EC-B2DA-7FC922CF65AE}.Release|x86.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {55EB89C0-E3F7-4A47-9666-BAB8637A3353}
- EndGlobalSection
-EndGlobal
diff --git a/LR2/LR2/LR2.vcxproj b/LR2/LR2/LR2.vcxproj
deleted file mode 100644
index 8d42a0a..0000000
--- a/LR2/LR2/LR2.vcxproj
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
- 16.0
- Win32Proj
- {331aa5cb-d9fa-44ec-b2da-7fc922cf65ae}
- LR2
- 10.0
-
-
-
- Application
- true
- v142
- Unicode
-
-
- Application
- false
- v142
- true
- Unicode
-
-
- Application
- true
- v142
- Unicode
-
-
- Application
- false
- v142
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
- false
-
-
- true
-
-
- false
-
-
-
-
- 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
-
-
-
-
-
-
-
-
diff --git a/LR2/LR2/LR2.vcxproj.filters b/LR2/LR2/LR2.vcxproj.filters
deleted file mode 100644
index 5c52a44..0000000
--- a/LR2/LR2/LR2.vcxproj.filters
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
- {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
-
-
-
\ No newline at end of file
diff --git a/LR2/LR2/LR2.vcxproj.user b/LR2/LR2/LR2.vcxproj.user
deleted file mode 100644
index 0f14913..0000000
--- a/LR2/LR2/LR2.vcxproj.user
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file