mirror of https://github.com/PCSX2/pcsx2.git
16 lines
761 B
Plaintext
16 lines
761 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion>
|
||
|
<_PropertySheetDisplayName>wxCommon</_PropertySheetDisplayName>
|
||
|
<IntDir>$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
|
||
|
</PropertyGroup>
|
||
|
<ItemDefinitionGroup>
|
||
|
<ClCompile>
|
||
|
<PreprocessorDefinitions>WIN32;__WXMSW__;_LIB;wxUSE_UNICODE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<ExceptionHandling>Async</ExceptionHandling>
|
||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||
|
<CompileAs>Default</CompileAs>
|
||
|
</ClCompile>
|
||
|
</ItemDefinitionGroup>
|
||
|
</Project>
|