2018-03-17 23:45:45 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 08:05:21 +00:00
|
|
|
<Project>
|
2020-08-21 03:27:07 +00:00
|
|
|
<Import Project="..\..\VSProps\Base.Macros.props" />
|
2020-08-19 00:34:06 +00:00
|
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
2018-03-17 23:45:45 +00:00
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{E4BECBAB-9C6E-41AB-BB56-F9D70AB6BE03}</ProjectGuid>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2020-08-19 00:34:06 +00:00
|
|
|
<Import Project="$(VSPropsDir)Configuration.Application.props" />
|
2018-03-17 23:45:45 +00:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2020-08-19 00:34:06 +00:00
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
2018-03-17 23:45:45 +00:00
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2020-08-19 00:34:06 +00:00
|
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
|
|
<Import Project="$(VSPropsDir)PCHUse.props" />
|
2018-03-17 23:45:45 +00:00
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2019-04-11 18:21:50 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<TargetName>Updater</TargetName>
|
|
|
|
</PropertyGroup>
|
2018-03-17 23:45:45 +00:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<Link>
|
2018-05-04 21:43:32 +00:00
|
|
|
<AdditionalDependencies>iphlpapi.lib;winmm.lib;ws2_32.lib;comctl32.lib;Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2018-03-17 23:45:45 +00:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
2020-09-15 14:22:32 +00:00
|
|
|
<ProjectReference Include="$(CoreDir)DolphinLib.vcxproj">
|
|
|
|
<Project>{D79392F7-06D6-4B4B-A39F-4D587C215D3A}</Project>
|
2019-02-25 22:08:03 +00:00
|
|
|
</ProjectReference>
|
2020-09-15 14:22:32 +00:00
|
|
|
<ProjectReference Include="$(ExternalsDir)cpp-optparse\cpp-optparse.vcxproj">
|
|
|
|
<Project>{c636d9d1-82fe-42b5-9987-63b7d4836341}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="$(ExternalsDir)curl\curl.vcxproj">
|
|
|
|
<Project>{bb00605c-125f-4a21-b33b-7bf418322dcb}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="$(ExternalsDir)ed25519\ed25519.vcxproj">
|
|
|
|
<Project>{5bdf4b91-1491-4fb0-bc27-78e9a8e97dc3}</Project>
|
|
|
|
</ProjectReference>
|
2022-04-26 19:38:56 +00:00
|
|
|
<ProjectReference Include="$(ExternalsDir)fmt\fmt.vcxproj">
|
|
|
|
<Project>{4BC5A148-0AB3-440F-A980-A29B4B999190}</Project>
|
|
|
|
</ProjectReference>
|
2020-09-15 14:22:32 +00:00
|
|
|
<ProjectReference Include="$(ExternalsDir)mbedtls\mbedTLS.vcxproj">
|
|
|
|
<Project>{bdb6578b-0691-4e80-a46c-df21639fd3b8}</Project>
|
|
|
|
</ProjectReference>
|
2022-07-24 05:10:10 +00:00
|
|
|
<ProjectReference Include="$(ExternalsDir)zlib-ng\zlib-ng.vcxproj">
|
|
|
|
<Project>{F6EA7144-8D64-4EBB-A13E-76DFBD911EAE}</Project>
|
2018-03-17 23:45:45 +00:00
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2020-09-15 14:22:32 +00:00
|
|
|
<ClCompile Include="..\UpdaterCommon\UpdaterCommon.cpp" />
|
2018-03-17 23:45:45 +00:00
|
|
|
<ClCompile Include="Main.cpp" />
|
2019-02-25 22:08:03 +00:00
|
|
|
<ClCompile Include="WinUI.cpp" />
|
2018-03-17 23:45:45 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
<!--Copy the .exe to binary output folder-->
|
|
|
|
<ItemGroup>
|
|
|
|
<SourceFiles Include="$(TargetPath)" />
|
|
|
|
</ItemGroup>
|
2018-03-27 22:28:40 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<Manifest Include="Updater.exe.manifest" />
|
|
|
|
</ItemGroup>
|
2018-03-17 23:45:45 +00:00
|
|
|
<Target Name="AfterBuild" Inputs="@(SourceFiles)" Outputs="@(SourceFiles -> '$(BinaryOutputDir)%(Filename)%(Extension)')">
|
|
|
|
<Message Text="Copy: @(SourceFiles) -> $(BinaryOutputDir)" Importance="High" />
|
|
|
|
<Copy SourceFiles="@(SourceFiles)" DestinationFolder="$(BinaryOutputDir)" />
|
|
|
|
</Target>
|
2019-11-07 04:42:37 +00:00
|
|
|
</Project>
|