mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +00:00
12 lines
499 B
XML
12 lines
499 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!-- Common default props for defining properties with macros. Import right after Microsoft.Cpp.Default.props -->
|
|
<ImportGroup Label="PropertySheets" />
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Label="Configuration">
|
|
<PlatformToolSet>$(DefaultPlatformToolset)</PlatformToolSet>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup />
|
|
<ItemGroup />
|
|
</Project>
|