mirror of https://github.com/kurisufriend/cwp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
560 B
19 lines
560 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ClCompile Include="chromewphook.cpp" />
|
|
<ClCompile Include="hooks.cpp">
|
|
<Filter>hooks</Filter>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Filter Include="hooks">
|
|
<UniqueIdentifier>{07a9d87f-bc27-4401-b54a-0cf2aa88443d}</UniqueIdentifier>
|
|
</Filter>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="hooks.h">
|
|
<Filter>hooks</Filter>
|
|
</ClInclude>
|
|
</ItemGroup>
|
|
</Project> |