11 lines
369 B
Plaintext
11 lines
369 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="ServiceBase.cpp" />
|
||
|
<ClCompile Include="FDBService.cpp" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClInclude Include="ServiceBase.h" />
|
||
|
<ClInclude Include="ThreadPool.h" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|