Index: NetSlow.sln
===================================================================
--- NetSlow.sln	(revision 98e63312c12d1c018780f4b5bbf010c4376c503a)
+++ NetSlow.sln	(revision 98e63312c12d1c018780f4b5bbf010c4376c503a)
@@ -0,0 +1,37 @@
+﻿
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.26730.10
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetSlow", "NetSlow.vcxproj", "{61C638FD-8058-4EBB-9CC2-49142D72E171}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|ARM = Debug|ARM
+		Debug|x64 = Debug|x64
+		Debug|x86 = Debug|x86
+		Release|ARM = Release|ARM
+		Release|x64 = Release|x64
+		Release|x86 = Release|x86
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{61C638FD-8058-4EBB-9CC2-49142D72E171}.Debug|ARM.ActiveCfg = Debug|ARM
+		{61C638FD-8058-4EBB-9CC2-49142D72E171}.Debug|ARM.Build.0 = Debug|ARM
+		{61C638FD-8058-4EBB-9CC2-49142D72E171}.Debug|x64.ActiveCfg = Debug|x64
+		{61C638FD-8058-4EBB-9CC2-49142D72E171}.Debug|x64.Build.0 = Debug|x64
+		{61C638FD-8058-4EBB-9CC2-49142D72E171}.Debug|x86.ActiveCfg = Debug|x86
+		{61C638FD-8058-4EBB-9CC2-49142D72E171}.Debug|x86.Build.0 = Debug|x86
+		{61C638FD-8058-4EBB-9CC2-49142D72E171}.Release|ARM.ActiveCfg = Release|ARM
+		{61C638FD-8058-4EBB-9CC2-49142D72E171}.Release|ARM.Build.0 = Release|ARM
+		{61C638FD-8058-4EBB-9CC2-49142D72E171}.Release|x64.ActiveCfg = Release|x64
+		{61C638FD-8058-4EBB-9CC2-49142D72E171}.Release|x64.Build.0 = Release|x64
+		{61C638FD-8058-4EBB-9CC2-49142D72E171}.Release|x86.ActiveCfg = Release|x86
+		{61C638FD-8058-4EBB-9CC2-49142D72E171}.Release|x86.Build.0 = Release|x86
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {DE5D604A-9922-4530-A645-BA2D1D98954C}
+	EndGlobalSection
+EndGlobal
Index: NetSlow.vcxproj
===================================================================
--- NetSlow.vcxproj	(revision 98e63312c12d1c018780f4b5bbf010c4376c503a)
+++ NetSlow.vcxproj	(revision 98e63312c12d1c018780f4b5bbf010c4376c503a)
@@ -0,0 +1,88 @@
+﻿<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup Label="ProjectConfigurations">
+    <ProjectConfiguration Include="Debug|ARM">
+      <Configuration>Debug</Configuration>
+      <Platform>ARM</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|ARM">
+      <Configuration>Release</Configuration>
+      <Platform>ARM</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|x86">
+      <Configuration>Debug</Configuration>
+      <Platform>x86</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|x86">
+      <Configuration>Release</Configuration>
+      <Platform>x86</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|x64">
+      <Configuration>Debug</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|x64">
+      <Configuration>Release</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+  </ItemGroup>
+  <PropertyGroup Label="Globals">
+    <ProjectGuid>{61c638fd-8058-4ebb-9cc2-49142d72e171}</ProjectGuid>
+    <Keyword>Linux</Keyword>
+    <RootNamespace>NetSlow</RootNamespace>
+    <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
+    <ApplicationType>Linux</ApplicationType>
+    <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
+    <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
+    <LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</LinuxProjectType>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
+    <UseDebugLibraries>true</UseDebugLibraries>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
+    <UseDebugLibraries>false</UseDebugLibraries>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
+    <UseDebugLibraries>true</UseDebugLibraries>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
+    <UseDebugLibraries>false</UseDebugLibraries>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+    <UseDebugLibraries>true</UseDebugLibraries>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+    <UseDebugLibraries>false</UseDebugLibraries>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+  <ImportGroup Label="ExtensionSettings" />
+  <ImportGroup Label="Shared" />
+  <ImportGroup Label="PropertySheets" />
+  <PropertyGroup Label="UserMacros" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <IncludePath>C:\Users\Ian\source\include\x86_64-linux-gnu;C:\Users\Ian\source\include;$(IncludePath)</IncludePath>
+  </PropertyGroup>
+  <ItemGroup>
+    <ClCompile Include="FlowSet.cpp" />
+    <ClCompile Include="FlowSetRecord.cpp" />
+    <ClCompile Include="NetFlow9Processor.cpp" />
+    <ClCompile Include="NetFlowDataTemplate.cpp" />
+    <ClCompile Include="NetFlowDataTemplateCache.cpp" />
+    <ClCompile Include="netslow.cpp" />
+  </ItemGroup>
+  <ItemGroup>
+    <ClInclude Include="FlowSet.h" />
+    <ClInclude Include="FlowSetRecord.h" />
+    <ClInclude Include="NetFlow9Processor.h" />
+    <ClInclude Include="NetFlowDataTemplate.h" />
+    <ClInclude Include="NetFlowDataTemplateCache.h" />
+    <ClInclude Include="port.h" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="Makefile" />
+  </ItemGroup>
+  <ItemDefinitionGroup />
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+  <ImportGroup Label="ExtensionTargets" />
+</Project>
Index: NetSlow.vcxproj.user
===================================================================
--- NetSlow.vcxproj.user	(revision 98e63312c12d1c018780f4b5bbf010c4376c503a)
+++ NetSlow.vcxproj.user	(revision 98e63312c12d1c018780f4b5bbf010c4376c503a)
@@ -0,0 +1,4 @@
+﻿<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup />
+</Project>
