mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-24 06:35:42 +00:00
13 lines
395 B
XML
13 lines
395 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ClCompile Include="scmversion.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="scmversion.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="gen_scmversion.bat" />
|
|
<None Include="gen_scmversion.sh" />
|
|
</ItemGroup>
|
|
</Project> |