mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 22:25:42 +00:00
13 lines
393 B
XML
13 lines
393 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ClCompile Include="updater.cpp" />
|
|
<ClCompile Include="win32_main.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Manifest Include="updater.manifest" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="updater.h" />
|
|
</ItemGroup>
|
|
</Project> |