blob: d7e0785d8ff93d9844c21d0f396841b86d568997 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="src\pu_stub.cpp" />
<ClCompile Include="src\stdafx.cxx" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\stdafx.h" />
</ItemGroup>
</Project>
|