mirror of
https://github.com/libretro/dolphin
synced 2024-11-04 20:43:51 -05:00
72 lines
3.2 KiB
XML
72 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\..\VSProps\Base.Macros.props" />
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{604C8368-F34A-4D55-82C8-CC92A0C13254}</ProjectGuid>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
<Import Project="$(VSPropsDir)PCHUse.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemGroup>
|
|
<Text Include="CMakeLists.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="$(CoreDir)Core\Core.vcxproj">
|
|
<Project>{E54CF649-140E-4255-81A5-30A673C1FB36}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="$(ExternalsDir)discord-rpc\src\discord-rpc.vcxproj">
|
|
<Project>{4482FD2A-EC43-3FFB-AC20-2E5C54B05EAD}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="$(ExternalsDir)picojson\picojson.vcxproj">
|
|
<Project>{2c0d058e-de35-4471-ad99-e68a2caf9e18}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="$(ExternalsDir)pugixml\pugixml.vcxproj">
|
|
<Project>{38fee76f-f347-484b-949c-b4649381cffb}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="AutoUpdate.cpp" />
|
|
<ClCompile Include="CommandLineParse.cpp" />
|
|
<ClCompile Include="DiscordPresence.cpp" />
|
|
<ClCompile Include="NetPlayIndex.cpp" />
|
|
<ClCompile Include="ResourcePack\Manager.cpp" />
|
|
<ClCompile Include="ResourcePack\Manifest.cpp" />
|
|
<ClCompile Include="ResourcePack\ResourcePack.cpp" />
|
|
<ClCompile Include="UICommon.cpp" />
|
|
<ClCompile Include="Disassembler.cpp" />
|
|
<ClCompile Include="USBUtils.cpp" />
|
|
<ClCompile Include="VideoUtils.cpp" />
|
|
<ClCompile Include="GameFile.cpp" />
|
|
<ClCompile Include="GameFileCache.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="AutoUpdate.h" />
|
|
<ClInclude Include="CommandLineParse.h" />
|
|
<ClInclude Include="DiscordPresence.h" />
|
|
<ClInclude Include="NetPlayIndex.h" />
|
|
<ClInclude Include="ResourcePack\Manager.h" />
|
|
<ClInclude Include="ResourcePack\Manifest.h" />
|
|
<ClInclude Include="ResourcePack\ResourcePack.h" />
|
|
<ClInclude Include="UICommon.h" />
|
|
<ClInclude Include="Disassembler.h" />
|
|
<ClInclude Include="USBUtils.h" />
|
|
<ClInclude Include="GameFile.h" />
|
|
<ClInclude Include="GameFileCache.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="$(ExternalsDir)cpp-optparse\cpp-optparse.vcxproj">
|
|
<Project>{C636D9D1-82FE-42B5-9987-63B7D4836341}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |