FrontendCommon: Add HTTPDownloaderUWP

This commit is contained in:
Connor McLaughlin
2021-07-04 19:14:41 +10:00
parent 99018b51b4
commit b0adcb5ea6
4 changed files with 212 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
<ClCompile Include="xaudio2_audio_stream.cpp" />
<ClCompile Include="d3d12_host_display.cpp" />
<ClCompile Include="imgui_impl_dx12.cpp" />
<ClCompile Include="http_downloader_uwp.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="icon.h" />
@@ -73,8 +74,9 @@
<ClInclude Include="xaudio2_audio_stream.h" />
<ClInclude Include="d3d12_host_display.h" />
<ClInclude Include="imgui_impl_dx12.h" />
<ClInclude Include="http_downloader_uwp.h" />
</ItemGroup>
<ItemGroup>
<None Include="font_roboto_regular.inl" />
</ItemGroup>
</Project>
</Project>