Skip to content

Commit

Permalink
File updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Marti2203 committed Nov 16, 2019
1 parent 1a7b104 commit 216f2e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions Kernel.sln
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kernel", "Kernel\Kernel.csproj", "{83FF2FB9-A8D3-4636-B179-5B2BB65D48F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kernel.Tests", "Kernel.Tests\Kernel.Tests.csproj", "{0DDD06BA-A11E-4C9C-9473-92584CC4614A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Expand All @@ -15,9 +14,11 @@ Global
{83FF2FB9-A8D3-4636-B179-5B2BB65D48F9}.Debug|x86.Build.0 = Debug|x86
{83FF2FB9-A8D3-4636-B179-5B2BB65D48F9}.Release|x86.ActiveCfg = Release|x86
{83FF2FB9-A8D3-4636-B179-5B2BB65D48F9}.Release|x86.Build.0 = Release|x86
{0DDD06BA-A11E-4C9C-9473-92584CC4614A}.Debug|x86.ActiveCfg = Debug|Any CPU
{0DDD06BA-A11E-4C9C-9473-92584CC4614A}.Debug|x86.Build.0 = Debug|Any CPU
{0DDD06BA-A11E-4C9C-9473-92584CC4614A}.Release|x86.ActiveCfg = Release|Any CPU
{0DDD06BA-A11E-4C9C-9473-92584CC4614A}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CEE6DE8B-2F35-41E2-9D22-6533B8331786}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion Kernel/Combiners/Applicative.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Kernel.BaseTypes;
using Kernel.BaseTypes;
namespace Kernel.Combiners
{
public sealed class Applicative : Combiner
Expand Down

0 comments on commit 216f2e7

Please sign in to comment.