updater.vcxproj (1703B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <Import Project="..\..\dep\msvc\vsprops\Configurations.props" /> 4 <ItemGroup> 5 <ClCompile Include="..\duckstation-qt\vcruntimecheck.cpp" /> 6 <ClCompile Include="win32_main.cpp" /> 7 <ClCompile Include="updater.cpp" /> 8 <ClCompile Include="win32_progress_callback.cpp" /> 9 </ItemGroup> 10 <ItemGroup> 11 <Manifest Include="updater.manifest" /> 12 </ItemGroup> 13 <ItemGroup> 14 <ClInclude Include="updater.h" /> 15 <ClInclude Include="win32_progress_callback.h" /> 16 </ItemGroup> 17 <ItemGroup> 18 <ProjectReference Include="..\..\dep\minizip\minizip.vcxproj"> 19 <Project>{8bda439c-6358-45fb-9994-2ff083babe06}</Project> 20 </ProjectReference> 21 <ProjectReference Include="..\common\common.vcxproj"> 22 <Project>{ee054e08-3799-4a59-a422-18259c105ffd}</Project> 23 </ProjectReference> 24 </ItemGroup> 25 <ItemGroup> 26 <ResourceCompile Include="updater.rc" /> 27 </ItemGroup> 28 <PropertyGroup Label="Globals"> 29 <ProjectGuid>{32EEAF44-57F8-4C6C-A6F0-DE5667123DD5}</ProjectGuid> 30 </PropertyGroup> 31 <Import Project="..\..\dep\msvc\vsprops\Win32Application.props" /> 32 <Import Project="..\common\common.props" /> 33 <ItemDefinitionGroup> 34 <ClCompile> 35 <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(SolutionDir)dep\minizip\include;$(SolutionDir)src</AdditionalIncludeDirectories> 36 </ClCompile> 37 <Link> 38 <AdditionalDependencies>%(AdditionalDependencies);Comctl32.lib;zlibstatic.lib</AdditionalDependencies> 39 </Link> 40 </ItemDefinitionGroup> 41 <Import Project="..\..\dep\msvc\vsprops\Targets.props" /> 42 </Project>