Skip to content

Commit

Permalink
Split public and internal headers (#154)
Browse files Browse the repository at this point in the history
* Split public and internal headers

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
  • Loading branch information
Alan-Jowett committed May 10, 2021
1 parent d724d3b commit c476179
Show file tree
Hide file tree
Showing 59 changed files with 193 additions and 1,993 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@
/**/*.lock.json
/**/*.nupkg
/**/*_args.h
/**/*_h.h
/**/*_t.h
/**/*_u.h
/**/*_t.c
/**/*_u.c
/**/*_c.c
/**/*_s.c
/**/HelloWorld

# Generated version files.
Expand Down
164 changes: 0 additions & 164 deletions ebpf-for-windows.sln
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "platform_user", "libs\platf
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "platform_kernel", "libs\platform\kernel\platform_kernel.vcxproj", "{FC3F9998-4085-4767-8386-5453F07C3AAD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "maps_user", "libs\maps\user\maps_user.vcxproj", "{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "maps_kernel", "libs\maps\kernel\maps_kernel.vcxproj", "{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "epoch_user", "libs\epoch\user\epoch_user.vcxproj", "{A7E21439-B561-43F0-9DDD-237425F42BCD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "epoch_kernel", "libs\epoch\kernel\epoch_kernel.vcxproj", "{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EbpfCore", "ebpfcore\EbpfCore.vcxproj", "{97E52ABB-2F1E-4AD2-AEFD-6EB7FDC0A41D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetEbpfExt", "netebpfext\netebpfext.vcxproj", "{55499E36-37D4-4F86-B694-9F2990315758}"
Expand Down Expand Up @@ -618,158 +610,6 @@ Global
{FC3F9998-4085-4767-8386-5453F07C3AAD}.RelWithDebInfo|x86.ActiveCfg = Release|Win32
{FC3F9998-4085-4767-8386-5453F07C3AAD}.RelWithDebInfo|x86.Build.0 = Release|Win32
{FC3F9998-4085-4767-8386-5453F07C3AAD}.RelWithDebInfo|x86.Deploy.0 = Release|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.Debug|ARM.ActiveCfg = Debug|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.Debug|ARM64.ActiveCfg = Debug|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.Debug|x64.ActiveCfg = Debug|x64
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.Debug|x64.Build.0 = Debug|x64
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.Debug|x86.ActiveCfg = Debug|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.Debug|x86.Build.0 = Debug|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.MinSizeRel|ARM.ActiveCfg = Debug|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.MinSizeRel|ARM.Build.0 = Debug|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.MinSizeRel|ARM64.ActiveCfg = Debug|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.MinSizeRel|ARM64.Build.0 = Debug|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.MinSizeRel|x64.ActiveCfg = Debug|x64
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.MinSizeRel|x64.Build.0 = Debug|x64
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.MinSizeRel|x86.ActiveCfg = Debug|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.MinSizeRel|x86.Build.0 = Debug|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.Release|ARM.ActiveCfg = Release|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.Release|ARM64.ActiveCfg = Release|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.Release|x64.ActiveCfg = Release|x64
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.Release|x64.Build.0 = Release|x64
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.Release|x86.ActiveCfg = Release|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.Release|x86.Build.0 = Release|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.RelWithDebInfo|ARM.ActiveCfg = Debug|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.RelWithDebInfo|ARM.Build.0 = Debug|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.RelWithDebInfo|ARM64.ActiveCfg = Debug|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.RelWithDebInfo|ARM64.Build.0 = Debug|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.RelWithDebInfo|x64.ActiveCfg = Release|x64
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.RelWithDebInfo|x64.Build.0 = Release|x64
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.RelWithDebInfo|x86.ActiveCfg = Release|Win32
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4}.RelWithDebInfo|x86.Build.0 = Release|Win32
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Debug|ARM.ActiveCfg = Debug|ARM
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Debug|ARM.Build.0 = Debug|ARM
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Debug|ARM.Deploy.0 = Debug|ARM
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Debug|ARM64.ActiveCfg = Debug|ARM64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Debug|ARM64.Build.0 = Debug|ARM64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Debug|ARM64.Deploy.0 = Debug|ARM64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Debug|x64.ActiveCfg = Debug|x64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Debug|x64.Build.0 = Debug|x64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Debug|x64.Deploy.0 = Debug|x64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Debug|x86.ActiveCfg = Debug|Win32
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Debug|x86.Build.0 = Debug|Win32
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Debug|x86.Deploy.0 = Debug|Win32
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.MinSizeRel|ARM.ActiveCfg = Debug|ARM
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.MinSizeRel|ARM.Build.0 = Debug|ARM
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.MinSizeRel|ARM.Deploy.0 = Debug|ARM
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.MinSizeRel|ARM64.ActiveCfg = Debug|ARM64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.MinSizeRel|ARM64.Build.0 = Debug|ARM64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.MinSizeRel|ARM64.Deploy.0 = Debug|ARM64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.MinSizeRel|x64.ActiveCfg = Debug|x64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.MinSizeRel|x64.Build.0 = Debug|x64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.MinSizeRel|x64.Deploy.0 = Debug|x64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.MinSizeRel|x86.ActiveCfg = Debug|Win32
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.MinSizeRel|x86.Build.0 = Debug|Win32
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.MinSizeRel|x86.Deploy.0 = Debug|Win32
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Release|ARM.ActiveCfg = Release|ARM
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Release|ARM.Build.0 = Release|ARM
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Release|ARM.Deploy.0 = Release|ARM
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Release|ARM64.ActiveCfg = Release|ARM64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Release|ARM64.Build.0 = Release|ARM64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Release|ARM64.Deploy.0 = Release|ARM64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Release|x64.ActiveCfg = Release|x64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Release|x64.Build.0 = Release|x64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Release|x64.Deploy.0 = Release|x64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Release|x86.ActiveCfg = Release|Win32
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Release|x86.Build.0 = Release|Win32
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.Release|x86.Deploy.0 = Release|Win32
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.RelWithDebInfo|ARM.ActiveCfg = Release|ARM
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.RelWithDebInfo|ARM.Build.0 = Release|ARM
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.RelWithDebInfo|ARM.Deploy.0 = Release|ARM
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.RelWithDebInfo|ARM64.ActiveCfg = Release|ARM64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.RelWithDebInfo|ARM64.Build.0 = Release|ARM64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.RelWithDebInfo|ARM64.Deploy.0 = Release|ARM64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.RelWithDebInfo|x64.ActiveCfg = Release|x64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.RelWithDebInfo|x64.Build.0 = Release|x64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.RelWithDebInfo|x64.Deploy.0 = Release|x64
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.RelWithDebInfo|x86.ActiveCfg = Release|Win32
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.RelWithDebInfo|x86.Build.0 = Release|Win32
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0}.RelWithDebInfo|x86.Deploy.0 = Release|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.Debug|ARM.ActiveCfg = Debug|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.Debug|ARM64.ActiveCfg = Debug|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.Debug|x64.ActiveCfg = Debug|x64
{A7E21439-B561-43F0-9DDD-237425F42BCD}.Debug|x64.Build.0 = Debug|x64
{A7E21439-B561-43F0-9DDD-237425F42BCD}.Debug|x86.ActiveCfg = Debug|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.Debug|x86.Build.0 = Debug|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.MinSizeRel|ARM.ActiveCfg = Debug|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.MinSizeRel|ARM.Build.0 = Debug|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.MinSizeRel|ARM64.ActiveCfg = Debug|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.MinSizeRel|ARM64.Build.0 = Debug|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.MinSizeRel|x64.ActiveCfg = Debug|x64
{A7E21439-B561-43F0-9DDD-237425F42BCD}.MinSizeRel|x64.Build.0 = Debug|x64
{A7E21439-B561-43F0-9DDD-237425F42BCD}.MinSizeRel|x86.ActiveCfg = Debug|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.MinSizeRel|x86.Build.0 = Debug|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.Release|ARM.ActiveCfg = Release|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.Release|ARM64.ActiveCfg = Release|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.Release|x64.ActiveCfg = Release|x64
{A7E21439-B561-43F0-9DDD-237425F42BCD}.Release|x64.Build.0 = Release|x64
{A7E21439-B561-43F0-9DDD-237425F42BCD}.Release|x86.ActiveCfg = Release|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.Release|x86.Build.0 = Release|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.RelWithDebInfo|ARM.ActiveCfg = Debug|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.RelWithDebInfo|ARM.Build.0 = Debug|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.RelWithDebInfo|ARM64.ActiveCfg = Debug|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.RelWithDebInfo|ARM64.Build.0 = Debug|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.RelWithDebInfo|x64.ActiveCfg = Release|x64
{A7E21439-B561-43F0-9DDD-237425F42BCD}.RelWithDebInfo|x64.Build.0 = Release|x64
{A7E21439-B561-43F0-9DDD-237425F42BCD}.RelWithDebInfo|x86.ActiveCfg = Release|Win32
{A7E21439-B561-43F0-9DDD-237425F42BCD}.RelWithDebInfo|x86.Build.0 = Release|Win32
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Debug|ARM.ActiveCfg = Debug|ARM
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Debug|ARM.Build.0 = Debug|ARM
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Debug|ARM.Deploy.0 = Debug|ARM
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Debug|ARM64.ActiveCfg = Debug|ARM64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Debug|ARM64.Build.0 = Debug|ARM64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Debug|ARM64.Deploy.0 = Debug|ARM64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Debug|x64.ActiveCfg = Debug|x64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Debug|x64.Build.0 = Debug|x64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Debug|x64.Deploy.0 = Debug|x64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Debug|x86.ActiveCfg = Debug|Win32
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Debug|x86.Build.0 = Debug|Win32
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Debug|x86.Deploy.0 = Debug|Win32
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.MinSizeRel|ARM.ActiveCfg = Debug|ARM
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.MinSizeRel|ARM.Build.0 = Debug|ARM
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.MinSizeRel|ARM.Deploy.0 = Debug|ARM
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.MinSizeRel|ARM64.ActiveCfg = Debug|ARM64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.MinSizeRel|ARM64.Build.0 = Debug|ARM64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.MinSizeRel|ARM64.Deploy.0 = Debug|ARM64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.MinSizeRel|x64.ActiveCfg = Debug|x64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.MinSizeRel|x64.Build.0 = Debug|x64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.MinSizeRel|x64.Deploy.0 = Debug|x64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.MinSizeRel|x86.ActiveCfg = Debug|Win32
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.MinSizeRel|x86.Build.0 = Debug|Win32
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.MinSizeRel|x86.Deploy.0 = Debug|Win32
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Release|ARM.ActiveCfg = Release|ARM
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Release|ARM.Build.0 = Release|ARM
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Release|ARM.Deploy.0 = Release|ARM
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Release|ARM64.ActiveCfg = Release|ARM64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Release|ARM64.Build.0 = Release|ARM64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Release|ARM64.Deploy.0 = Release|ARM64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Release|x64.ActiveCfg = Release|x64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Release|x64.Build.0 = Release|x64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Release|x64.Deploy.0 = Release|x64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Release|x86.ActiveCfg = Release|Win32
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Release|x86.Build.0 = Release|Win32
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.Release|x86.Deploy.0 = Release|Win32
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.RelWithDebInfo|ARM.ActiveCfg = Release|ARM
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.RelWithDebInfo|ARM.Build.0 = Release|ARM
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.RelWithDebInfo|ARM.Deploy.0 = Release|ARM
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.RelWithDebInfo|ARM64.ActiveCfg = Release|ARM64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.RelWithDebInfo|ARM64.Build.0 = Release|ARM64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.RelWithDebInfo|ARM64.Deploy.0 = Release|ARM64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.RelWithDebInfo|x64.ActiveCfg = Release|x64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.RelWithDebInfo|x64.Build.0 = Release|x64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.RelWithDebInfo|x64.Deploy.0 = Release|x64
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.RelWithDebInfo|x86.ActiveCfg = Release|Win32
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.RelWithDebInfo|x86.Build.0 = Release|Win32
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F}.RelWithDebInfo|x86.Deploy.0 = Release|Win32
{97E52ABB-2F1E-4AD2-AEFD-6EB7FDC0A41D}.Debug|ARM.ActiveCfg = Debug|ARM
{97E52ABB-2F1E-4AD2-AEFD-6EB7FDC0A41D}.Debug|ARM.Build.0 = Debug|ARM
{97E52ABB-2F1E-4AD2-AEFD-6EB7FDC0A41D}.Debug|ARM64.ActiveCfg = Debug|ARM64
Expand Down Expand Up @@ -893,10 +733,6 @@ Global
{DB2AF239-5251-43F1-BABF-11E707DC5523} = {B09749EC-3D14-414B-BA9B-CD20E218DC84}
{C26CB6A9-158C-4A9E-A243-755DDD98E5FE} = {69CDB6A1-434D-4BC9-9BFF-D12DF7EDBB6B}
{FC3F9998-4085-4767-8386-5453F07C3AAD} = {7C2E30D9-E07F-4913-BD8A-345B38F18A81}
{EBC4B40C-2319-4F7E-9531-8232EF8B87F4} = {69CDB6A1-434D-4BC9-9BFF-D12DF7EDBB6B}
{08B41A2E-3AA3-49C4-A525-D45B902D9DB0} = {7C2E30D9-E07F-4913-BD8A-345B38F18A81}
{A7E21439-B561-43F0-9DDD-237425F42BCD} = {69CDB6A1-434D-4BC9-9BFF-D12DF7EDBB6B}
{FB2680FB-13CF-400C-8A5D-042C0AC20A3F} = {7C2E30D9-E07F-4913-BD8A-345B38F18A81}
{97E52ABB-2F1E-4AD2-AEFD-6EB7FDC0A41D} = {97D3096A-20FB-4ACB-A038-88E652FE61E3}
{55499E36-37D4-4F86-B694-9F2990315758} = {97D3096A-20FB-4ACB-A038-88E652FE61E3}
{BA065B6A-38F8-4197-8F66-87C84AFAD513} = {4B0B9AFE-78D9-48AF-9968-88D3BB83770F}
Expand Down
6 changes: 3 additions & 3 deletions ebpfapi/ebpfapi.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<AdditionalIncludeDirectories>$(SolutionDir)include;$(SolutionDir)include\user</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>$(SolutionDir)include;$(SolutionDir)libs\platform;$(SolutionDir)libs\platform\user;$(SolutionDir)libs\execution_context</AdditionalIncludeDirectories>
<TreatWarningAsError>true</TreatWarningAsError>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
Expand All @@ -96,7 +96,7 @@
<PreprocessorDefinitions>NDEBUG;EBPFAPI_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<AdditionalIncludeDirectories>$(SolutionDir)include;$(SolutionDir)include\user</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>$(SolutionDir)include;$(SolutionDir)libs\platform;$(SolutionDir)libs\platform\user;$(SolutionDir)libs\execution_context</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<TreatWarningAsError>true</TreatWarningAsError>
<LanguageStandard>stdcpp17</LanguageStandard>
Expand Down Expand Up @@ -138,4 +138,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
12 changes: 3 additions & 9 deletions ebpfcore/EbpfCore.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<PreprocessorDefinitions>%(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO</PreprocessorDefinitions>
</ResourceCompile>
<ClCompile>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SolutionDir)include;$(SolutionDir)include\kernel</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SolutionDir)include;$(SolutionDir)libs\platform;$(SolutionDir)libs\platform\kernel;$(SolutionDir)libs\execution_context</AdditionalIncludeDirectories>
<PreprocessorDefinitions>%(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
Expand All @@ -106,7 +106,7 @@
<PreprocessorDefinitions>%(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO</PreprocessorDefinitions>
</ResourceCompile>
<ClCompile>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SolutionDir)include;$(SolutionDir)include\kernel</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SolutionDir)include;$(SolutionDir)libs\platform;$(SolutionDir)libs\platform\kernel;$(SolutionDir)libs\execution_context</AdditionalIncludeDirectories>
<PreprocessorDefinitions>%(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
Expand All @@ -131,15 +131,9 @@
<FilesToPackage Include="$(TargetPath)" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libs\epoch\kernel\epoch_kernel.vcxproj">
<Project>{fb2680fb-13cf-400c-8a5d-042c0ac20a3f}</Project>
</ProjectReference>
<ProjectReference Include="..\libs\execution_context\kernel\execution_context_kernel.vcxproj">
<Project>{26e7ed0b-c128-4d7c-a90e-c246def40ad3}</Project>
</ProjectReference>
<ProjectReference Include="..\libs\maps\kernel\maps_kernel.vcxproj">
<Project>{08b41a2e-3aa3-49c4-a525-d45b902d9db0}</Project>
</ProjectReference>
<ProjectReference Include="..\libs\platform\kernel\platform_kernel.vcxproj">
<Project>{fc3f9998-4085-4767-8386-5453f07c3aad}</Project>
</ProjectReference>
Expand All @@ -150,4 +144,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit c476179

Please sign in to comment.