Skip to content

Commit

Permalink
Copy scripts to output folder
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed Apr 23, 2024
1 parent 2f2312a commit 15899f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/process_monitor/process_monitor.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,13 @@ $(Outdir)ntos_ebpf_ext_export_program_info.exe</Command>
<ClCompile Include="process_monitor.cpp" />
</ItemGroup>
<ItemGroup>
<CopyFileToFolders Include="..\..\scripts\Install-eBbpfForWindows.ps1">
<FileType>Document</FileType>
</CopyFileToFolders>
<None Include="packages.config" />
<CopyFileToFolders Include="Test-ProcessMonitor.ps1">
<FileType>Document</FileType>
</CopyFileToFolders>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
Expand Down
4 changes: 4 additions & 0 deletions tools/process_monitor/process_monitor.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<CopyFileToFolders Include="..\..\scripts\Install-eBbpfForWindows.ps1" />
<CopyFileToFolders Include="Test-ProcessMonitor.ps1" />
</ItemGroup>
</Project>

0 comments on commit 15899f8

Please sign in to comment.