mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
29 lines
No EOL
1.2 KiB
XML
29 lines
No EOL
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<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" />
|
|
<ClCompile Include="crypt\crypt.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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" />
|
|
<ClInclude Include="crypt\crypt.h" />
|
|
</ItemGroup>
|
|
</Project> |