diff --git a/CppLinq.Mini/CppLinq2015.Mini.vcxproj b/CppLinq.Mini/CppLinq2015.Mini.vcxproj
new file mode 100644
index 0000000..0b25e59
--- /dev/null
+++ b/CppLinq.Mini/CppLinq2015.Mini.vcxproj
@@ -0,0 +1,164 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {4CE7EBDE-D1A2-4B5D-853C-921668821E50}
+ Win32Proj
+ CppLinqMini
+
+
+
+ Application
+ true
+ v140
+ Unicode
+
+
+ Application
+ true
+ v140
+ Unicode
+
+
+ Application
+ false
+ v140
+ true
+ Unicode
+
+
+ Application
+ false
+ v140
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ $(SolutionDir)Output\$(Configuration)\
+ Intermediate2015\$(Configuration)\
+
+
+ true
+ Intermediate2015\$(Configuration)\
+ $(SolutionDir)Output\$(Configuration)\
+
+
+ false
+ $(SolutionDir)Output\$(Configuration)\
+ Intermediate2015\$(Configuration)\
+
+
+ false
+ $(SolutionDir)Output\$(Configuration)\
+ Intermediate2015\$(Configuration)\
+
+
+
+ Use
+ Level3
+ Disabled
+ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+
+
+
+
+ Use
+ Level3
+ Disabled
+ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ Use
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+ Level3
+ Use
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+ Create
+ Create
+ Create
+ Create
+
+
+
+
+
+
\ No newline at end of file
diff --git a/CppLinq/cpplinq.hpp b/CppLinq/cpplinq.hpp
index 0aa3e25..b66c327 100644
--- a/CppLinq/cpplinq.hpp
+++ b/CppLinq/cpplinq.hpp
@@ -1,5596 +1,5640 @@
-// ----------------------------------------------------------------------------------------------
-// Copyright (c) MÃ¥rten RÃ¥nge.
-// ----------------------------------------------------------------------------------------------
-// This source code is subject to terms and conditions of the Microsoft Public License. A
-// copy of the license can be found in the License.html file at the root of this distribution.
-// If you cannot locate the Microsoft Public License, please send an email to
-// dlr@microsoft.com. By using this source code in any fashion, you are agreeing to be bound
-// by the terms of the Microsoft Public License.
-// ----------------------------------------------------------------------------------------------
-// You must not remove this notice, or any other, from this software.
-// ----------------------------------------------------------------------------------------------
-
-// ----------------------------------------------------------------------------
-#ifndef CPPLINQ__HEADER_GUARD
-# define CPPLINQ__HEADER_GUARD
-// ----------------------------------------------------------------------------
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include