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 dda916a..09b4abb 100644 Binary files a/1.4/Assemblies/ResearchWhatever.dll and b/1.4/Assemblies/ResearchWhatever.dll differ diff --git a/Source/ResearchWhatever14/.gitignore b/Source/ResearchWhatever14/.gitignore new file mode 100644 index 0000000..1c6aa8a --- /dev/null +++ b/Source/ResearchWhatever14/.gitignore @@ -0,0 +1,3 @@ +/.vs/ +/obj/ +/packages/ \ No newline at end of file diff --git a/Source/ResearchWhatever14/ResearchWhatever.csproj b/Source/ResearchWhatever14/ResearchWhatever.csproj index 37ee154..e31b338 100644 --- a/Source/ResearchWhatever14/ResearchWhatever.csproj +++ b/Source/ResearchWhatever14/ResearchWhatever.csproj @@ -70,8 +70,5 @@ - - - \ 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