From 6abc97959d48664f64f23ce81fd8b1fdd72a1b40 Mon Sep 17 00:00:00 2001 From: "p.tychinin" Date: Sun, 16 Apr 2023 16:57:29 +0300 Subject: [PATCH] missed file --- .gitignore | 1 + 1.4/Assemblies/ResearchWhatever.dll | Bin 16384 -> 16384 bytes Source/ResearchWhatever14/.gitignore | 3 +++ .../ResearchWhatever.csproj | 3 --- .../ResearchWhatever14/ResearchWhatever.sln | 25 ++++++++++++++++++ 5 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 Source/ResearchWhatever14/.gitignore create mode 100644 Source/ResearchWhatever14/ResearchWhatever.sln diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b09e38a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pdb \ No newline at end of file diff --git a/1.4/Assemblies/ResearchWhatever.dll b/1.4/Assemblies/ResearchWhatever.dll index dda916a4b759867030c827dcc16dfb6bc25a1663..09b4abb3e5c56bf81e420d887d2a9617299175a1 100644 GIT binary patch delta 269 zcmZo@U~Fh$oY29-7-h9=Vvh{ttBEVa8K+HVWUOcWFu4&(p4!aFhd*+;TQ zT)_Ncs6t|Rh5MqMxGc#`(HEO<7?`nfnpl|Y85x_ITTB)=FGu1{H!nrviJPlUwzfz_ z5mBFf#zKU*ieLCJ0}wC)ant0t7TQkQnZkB@+G|{vPn5kV_CRU_BT&Z0DkeO?D7!c# zzaXY4Gq*gyC?_Q*C^Hu*n3ED8lv5chjLA&>i6Ajn_7jIO< delta 277 zcmZo@U~Fh$oY29do_}WX#2y*OXA@V3Gftk&$XL(#W^yBtJieKc$z7bKOCd3PvyWtr zxPX_g+2OSp<~j7T=yq!ApXJ$n!@!J<)7aQR&&b@w!g8{>c{vhqx_K!QPuyH>vb9Ab ziirB;GZrGeuYY?_VE_UqAg-VM) - - - \ No newline at end of file diff --git a/Source/ResearchWhatever14/ResearchWhatever.sln b/Source/ResearchWhatever14/ResearchWhatever.sln new file mode 100644 index 0000000..e7f9a55 --- /dev/null +++ b/Source/ResearchWhatever14/ResearchWhatever.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.1062 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResearchWhatever", "ResearchWhatever.csproj", "{B08C8BAF-9849-4317-B2BE-639354820A7D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B08C8BAF-9849-4317-B2BE-639354820A7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B08C8BAF-9849-4317-B2BE-639354820A7D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B08C8BAF-9849-4317-B2BE-639354820A7D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B08C8BAF-9849-4317-B2BE-639354820A7D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {0D207634-209F-4992-A31F-77B17C0ED417} + EndGlobalSection +EndGlobal