mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
13 lines
444 B
Plaintext
13 lines
444 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<ImportGroup Label="PropertySheets" />
|
||
|
<PropertyGroup Label="UserMacros" />
|
||
|
<PropertyGroup />
|
||
|
<ItemDefinitionGroup>
|
||
|
<ClCompile>
|
||
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
||
|
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
|
||
|
</ClCompile>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemGroup />
|
||
|
</Project>
|