2015-05-14 12:37:15 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectName>VisualBoyAdvance-M-WX</ProjectName>
|
|
|
|
|
<ProjectGuid>{853D1FD7-20AB-586C-9699-9680F84AC985}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2015-05-20 11:56:59 +00:00
|
|
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2015-05-20 11:56:59 +00:00
|
|
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
<Import Project="nasm.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="per_user_settings.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="per_user_settings.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<GenerateManifest>true</GenerateManifest>
|
|
|
|
|
<OutDir>$(ProjectDir)$(Platform)\$(Configuration)\Binary\</OutDir>
|
|
|
|
|
<IntDir>$(ProjectDir)$(Platform)\$(Configuration)\Build\$(ProjectName)\</IntDir>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<IncludePath>..\..\dependencies\openal-soft\include\AL;$(VC_IncludePath);$(DXSDK_DIR)\Include;$(WindowsSDK_IncludePath)</IncludePath>
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<OutDir>$(ProjectDir)$(Platform)\$(Configuration)\Binary\</OutDir>
|
|
|
|
|
<IntDir>$(ProjectDir)$(Platform)\$(Configuration)\Build\$(ProjectName)\</IntDir>
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<GenerateManifest>true</GenerateManifest>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<IncludePath>..\..\dependencies\openal-soft\include\AL;$(VC_IncludePath);$(DXSDK_DIR)\Include;$(WindowsSDK_IncludePath)</IncludePath>
|
2015-05-14 12:37:15 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<OutDir>vc_mswud_x64\</OutDir>
|
|
|
|
|
<IntDir>vc_mswud_x64\minimal\</IntDir>
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<GenerateManifest>true</GenerateManifest>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<OutDir>vc_mswu_x64\</OutDir>
|
|
|
|
|
<IntDir>vc_mswu_x64\minimal\</IntDir>
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<GenerateManifest>true</GenerateManifest>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<BuildLog />
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Command>..\..\src\wx\pre-build.cmd</Command>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<Midl>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<AdditionalIncludeDirectories>..\..\src;..\..\dependencies\wxWidgets\lib\vc_lib\mswud;..\..\src\wx\widgets;..\..\dependencies\wxWidgets\include;..\..\fex;..\..\dependencies\sdl\include;..\..\dependencies\libpng;..\..\dependencies\msvc;..\..\dependencies\SFML\include;..\..\dependencies\SubWCRev;..\..\dependencies\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<PreprocessorDefinitions>__WXMSW__;NO_CAIRO;NO_FFMPEG;WIN32;_WINDOWS;_DEBUG;SFML_SYSTEM_EXPORTS;SFML_NETWORK_EXPORTS;DEV_VERSION;BKPT_SUPPORT;GBA_LOGGING;MMX;ASM;_CRT_SECURE_NO_WARNINGS;HAS_FILE_EXTRACTOR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<StringPooling>false</StringPooling>
|
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<SmallerTypeCheck>false</SmallerTypeCheck>
|
2015-05-23 02:55:05 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<EnablePREfast>false</EnablePREfast>
|
|
|
|
|
<OpenMPSupport>true</OpenMPSupport>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile />
|
|
|
|
|
<Link>
|
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
<AdditionalDependencies>dsound.lib;comctl32.lib;rpcrt4.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
<Bscmake>
|
|
|
|
|
<OutputFile>vc_mswud\minimal_vc9.bsc</OutputFile>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
</Bscmake>
|
|
|
|
|
<ResourceCompile>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<AdditionalIncludeDirectories>..\..\dependencies\wxwidgets\include</AdditionalIncludeDirectories>
|
2015-05-14 12:37:15 +00:00
|
|
|
|
</ResourceCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<BuildLog />
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Command>..\..\src\wx\pre-build.cmd</Command>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<Midl>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<AdditionalIncludeDirectories>..\..\src;..\..\dependencies\wxWidgets\lib\vc_lib\mswu;..\..\src\wx\widgets;..\..\dependencies\wxWidgets\include;..\..\fex;..\..\dependencies\sdl\include;..\..\dependencies\libpng;..\..\dependencies\msvc;..\..\dependencies\SFML\include;..\..\dependencies\SubWCRev;..\..\dependencies\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<PreprocessorDefinitions>__WXMSW__;NO_CAIRO;NO_FFMPEG;WIN32;_WINDOWS;NDEBUG;SFML_SYSTEM_EXPORTS;SFML_NETWORK_EXPORTS;GBA_LOGGING;OEMRESOURCE;MMX;ASM;FINAL_VERSION;BKPT_SUPPORT;_CRT_SECURE_NO_DEPRECATE;HAS_FILE_EXTRACTOR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
|
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2015-05-23 02:55:05 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2015-05-14 12:37:15 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile />
|
|
|
|
|
<Link>
|
|
|
|
|
<Version>
|
|
|
|
|
</Version>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<AssemblyDebug>
|
|
|
|
|
</AssemblyDebug>
|
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
|
|
|
<ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
|
|
|
|
|
<AdditionalDependencies>dsound.lib;comctl32.lib;rpcrt4.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
<NASM>
|
|
|
|
|
<Optimization>1</Optimization>
|
|
|
|
|
</NASM>
|
|
|
|
|
<BuildLog />
|
|
|
|
|
<BuildLog>
|
|
|
|
|
<Path>$(IntDir)$(ProjectName)_BuildLog.htm</Path>
|
|
|
|
|
</BuildLog>
|
|
|
|
|
<ResourceCompile>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<AdditionalIncludeDirectories>..\..\dependencies\wxwidgets\include</AdditionalIncludeDirectories>
|
2015-05-14 12:37:15 +00:00
|
|
|
|
</ResourceCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<Midl>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>.\..\..\lib\vc_x64_lib\mswud;.\..\..\include;.;.\..\..\samples;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<AdditionalIncludeDirectories>.\..\..\lib\vc_x64_lib\mswud;.\..\..\include;.;.\..\..\samples;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
|
<ObjectFileName>vc_mswud_x64\minimal\</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>vc_mswud_x64\minimal.pdb</ProgramDataBaseFileName>
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<Culture>0x0409</Culture>
|
|
|
|
|
<AdditionalIncludeDirectories>.\..\..\lib\vc_x64_lib\mswud;.\..\..\include;.;.\..\..\samples;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>wxmsw30ud_core.lib;wxbase30ud.lib;wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<OutputFile>vc_mswud_x64\minimal.exe</OutputFile>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<AdditionalLibraryDirectories>.\..\..\lib\vc_x64_lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<ProgramDatabaseFile>vc_mswud_x64\minimal.pdb</ProgramDatabaseFile>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
|
|
|
</Link>
|
|
|
|
|
<Bscmake>
|
|
|
|
|
<OutputFile>vc_mswud_x64\minimal_vc9.bsc</OutputFile>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
</Bscmake>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<Midl>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>.\..\..\lib\vc_x64_lib\mswu;.\..\..\include;.;.\..\..\samples;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<AdditionalIncludeDirectories>.\..\..\lib\vc_x64_lib\mswu;.\..\..\include;.;.\..\..\samples;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
|
<ObjectFileName>vc_mswu_x64\minimal\</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>vc_mswu_x64\minimal.pdb</ProgramDataBaseFileName>
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<Culture>0x0409</Culture>
|
|
|
|
|
<AdditionalIncludeDirectories>.\..\..\lib\vc_x64_lib\mswu;.\..\..\include;.;.\..\..\samples;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>wxmsw30u_core.lib;wxbase30u.lib;wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<OutputFile>vc_mswu_x64\minimal.exe</OutputFile>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<AdditionalLibraryDirectories>.\..\..\lib\vc_x64_lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<ProgramDatabaseFile>vc_mswu_x64\minimal.pdb</ProgramDatabaseFile>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
</Link>
|
|
|
|
|
<Bscmake>
|
|
|
|
|
<OutputFile>vc_mswu_x64\minimal_vc9.bsc</OutputFile>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
</Bscmake>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\libpng\project\vs2013\libpng.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{0008960e-e0dd-41a6-8265-00b31ddb4c21}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\sdl\vs2013\SDL\SDL.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_adv.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{24c45343-fd20-5c92-81c1-35a2ae841e79}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_aui.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{a16d3832-0f42-57ce-8f48-50e06649ade8}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_base.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{3fcc50c2-81e9-5db2-b8d8-2129427568b1}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_core.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{6744dad8-9c70-574a-bff2-9f8dddb24a75}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_custom_build.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{01f4ce10-2cfb-41a8-b41f-e54337868a1d}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_gl.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{da8b15ef-6750-5928-bc0e-c748213cf9b2}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_html.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{33cc42f9-7756-5587-863c-8d4461b7c5dd}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_net.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{69f2ede4-7d21-5738-9bc0-f66f61c9ae00}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_propgrid.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{97fdab45-9c58-5bc5-a2f4-ee42739ebc63}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_qa.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{e21129e0-7c08-5936-9d8c-0d60b5319ba7}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_ribbon.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{87b42a9c-3f5c-53d7-9017-2b1cae39457d}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_richtext.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{7fb0902d-8579-5dce-b883-daf66a885005}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_stc.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{23e1c437-a951-5943-8639-a17f3cf2e606}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_webview.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{a8e8442a-078a-5fc5-b495-8d71ba77ee6e}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_wxexpat.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{a1a8355b-0988-528e-9cc2-b971d6266669}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_wxjpeg.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{6053cc38-cdee-584c-8bc8-4b000d800fc7}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_wxpng.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{8acc122a-ca6a-5aa6-9c97-9cdd2e533db0}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_wxregex.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{56a4b526-bb81-5d01-aaa9-16d23bbb169d}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_wxscintilla.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{74827ebd-93dc-5110-ba95-3f2ab029b6b0}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_wxtiff.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{75596ce6-5ae7-55c9-b890-c07b0a657a83}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_wxzlib.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{8b867186-a0b5-5479-b824-e176edd27c40}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_xml.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{3e6dca27-5fa3-53ec-bbd6-2d42294b7ae6}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ProjectReference Include="..\..\dependencies\wxwidgets\build\msw\wx_vc12_xrc.vcxproj">
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<Project>{09f2f96a-1cc6-5e43-af1d-956ec2a4888d}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="VBA2013.vcxproj">
|
|
|
|
|
<Project>{6d4c5ec8-933f-4c05-a1bf-498e658576df}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ClCompile Include="..\..\dependencies\msvc\getopt.c" />
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<ClCompile Include="..\..\src\common\SoundSDL.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\filters\2xSaI.cpp">
|
|
|
|
|
<WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</WholeProgramOptimization>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\..\src\filters\admame.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\filters\bilinear.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\filters\interframe.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\filters\pixel.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\sdl\filters.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\sdl\inputSDL.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\filters\scanline.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\filters\simpleFilter.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\filters\xbrzfilter.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\filters\xBRZ\xbrz.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\filters\hq2x.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\filters\hq\asm\hq3x32.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\sdl\text.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\cmdevents.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\cmdtab.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\dsound.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\gfxviewers.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\guiinit.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\openal.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\opts.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\panel.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\sys.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\viewers.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\viewsupt.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\widgets\checkedlistctrl.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\widgets\joyedit.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\widgets\keyedit.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\widgets\sdljoy.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\widgets\wxmisc.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\wxvbam.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\wx\xaudio2.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<NASM Include="..\..\src\filters\2xSaImmx.asm">
|
|
|
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">__DJGPP__</PreprocessorDefinitions>
|
|
|
|
|
<GenerateDebugInfo Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateDebugInfo>
|
|
|
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">1</Optimization>
|
|
|
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">__DJGPP__</PreprocessorDefinitions>
|
|
|
|
|
</NASM>
|
|
|
|
|
<NASM Include="..\..\src\filters\hq\asm\hq3x_16.asm">
|
|
|
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">1</Optimization>
|
|
|
|
|
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../../src/filters/hq/asm/</IncludePath>
|
|
|
|
|
<DisableOrphanLabelsWarning Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DisableOrphanLabelsWarning>
|
|
|
|
|
<GenerateDebugInfo Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateDebugInfo>
|
|
|
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">1</Optimization>
|
|
|
|
|
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../../src/filters/hq/asm/</IncludePath>
|
|
|
|
|
<DisableOrphanLabelsWarning Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DisableOrphanLabelsWarning>
|
|
|
|
|
</NASM>
|
|
|
|
|
<NASM Include="..\..\src\filters\hq\asm\hq3x_32.asm">
|
|
|
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">1</Optimization>
|
|
|
|
|
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../../src/filters/hq/asm/</IncludePath>
|
|
|
|
|
<DisableOrphanLabelsWarning Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DisableOrphanLabelsWarning>
|
|
|
|
|
<GenerateDebugInfo Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateDebugInfo>
|
|
|
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">1</Optimization>
|
|
|
|
|
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../../src/filters/hq/asm/</IncludePath>
|
|
|
|
|
<DisableOrphanLabelsWarning Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DisableOrphanLabelsWarning>
|
|
|
|
|
</NASM>
|
|
|
|
|
<NASM Include="..\..\src\filters\hq\asm\hq4x_16.asm">
|
|
|
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">1</Optimization>
|
|
|
|
|
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../../src/filters/hq/asm/</IncludePath>
|
|
|
|
|
<DisableOrphanLabelsWarning Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DisableOrphanLabelsWarning>
|
|
|
|
|
<GenerateDebugInfo Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateDebugInfo>
|
|
|
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">1</Optimization>
|
|
|
|
|
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../../src/filters/hq/asm/</IncludePath>
|
|
|
|
|
<DisableOrphanLabelsWarning Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DisableOrphanLabelsWarning>
|
|
|
|
|
</NASM>
|
|
|
|
|
<NASM Include="..\..\src\filters\hq\asm\hq4x_32.asm">
|
|
|
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">1</Optimization>
|
|
|
|
|
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../../src/filters/hq/asm/</IncludePath>
|
|
|
|
|
<DisableOrphanLabelsWarning Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DisableOrphanLabelsWarning>
|
|
|
|
|
<GenerateDebugInfo Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateDebugInfo>
|
|
|
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">1</Optimization>
|
|
|
|
|
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../../src/filters/hq/asm/</IncludePath>
|
|
|
|
|
<DisableOrphanLabelsWarning Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DisableOrphanLabelsWarning>
|
|
|
|
|
</NASM>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-06-11 00:08:42 +00:00
|
|
|
|
<ClInclude Include="..\..\dependencies\msvc\getopt.h" />
|
2015-05-14 12:37:15 +00:00
|
|
|
|
<ClInclude Include="..\..\src\common\SoundSDL.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\filters\hq2x.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\filters\interp.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\filters\lq2x.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\filters\xBRZ\config.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\filters\xBRZ\xbrz.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\sdl\filters.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\sdl\text.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\builtin-over.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\builtin-xrc.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\cmd-evtable.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\cmdhandlers.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\drawing.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\filters.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\ioregs.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\openal.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\opts.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\viewsupt.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\widgets\wx\checkedlistctrl.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\widgets\wx\joyedit.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\widgets\wx\keyedit.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\widgets\wx\sdljoy.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\widgets\wx\webupdatedef.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\widgets\wx\wxmisc.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\wxhead.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\wx\wxvbam.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="..\..\src\wx\wxvbam.rc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\..\src\filters\hq\asm\macros.mac" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
<Import Project="nasm.targets" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|