2023-08-15 14:02:17 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup>
|
2024-01-23 05:15:21 +01:00
|
|
|
<ClCompile Include="dispatcher\timer.cpp" />
|
|
|
|
<ClCompile Include="helper.cpp" />
|
|
|
|
<ClCompile Include="imports.cpp" />
|
|
|
|
<ClCompile Include="module.cpp" />
|
|
|
|
<ClCompile Include="client\message_queue.cpp" />
|
|
|
|
<ClCompile Include="client\pipe.cpp" />
|
|
|
|
<ClCompile Include="dispatcher\dispatcher.cpp" />
|
|
|
|
<ClCompile Include="dispatcher\threadpool.cpp" />
|
|
|
|
<ClCompile Include="main.cpp" />
|
|
|
|
<ClCompile Include="kernel_interface\kernel_interface.cpp" />
|
2024-05-11 14:54:58 +02:00
|
|
|
<ClCompile Include="crypt\crypt.cpp" />
|
2023-08-15 14:02:17 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2024-01-23 05:15:21 +01:00
|
|
|
<ClInclude Include="client\message_queue.h" />
|
|
|
|
<ClInclude Include="client\pipe.h" />
|
|
|
|
<ClInclude Include="dispatcher\dispatcher.h" />
|
|
|
|
<ClInclude Include="dispatcher\threadpool.h" />
|
|
|
|
<ClInclude Include="common.h" />
|
|
|
|
<ClInclude Include="dispatcher\timer.h" />
|
|
|
|
<ClInclude Include="helper.h" />
|
|
|
|
<ClInclude Include="imports.h" />
|
|
|
|
<ClInclude Include="kernel_interface\kernel_interface.h" />
|
|
|
|
<ClInclude Include="module.h" />
|
2024-05-11 14:54:58 +02:00
|
|
|
<ClInclude Include="crypt\crypt.h" />
|
2023-08-15 14:02:17 +02:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|