2011-01-27 05:01:00 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.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="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
2011-02-10 06:31:12 +00:00
|
|
|
|
</ProjectConfiguration>
|
2011-09-05 16:43:23 +00:00
|
|
|
|
<ProjectConfiguration Include="DebugFast|Win32">
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<Configuration>DebugFast</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="DebugFast|x64">
|
|
|
|
|
<Configuration>DebugFast</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectName>wxAdv28</ProjectName>
|
|
|
|
|
<ProjectGuid>{0E231FB1-F3C9-4724-ACCB-DE8BCB3C089E}</ProjectGuid>
|
|
|
|
|
<RootNamespace>wxAdv28</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2011-09-05 16:43:23 +00:00
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</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" />
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\Base.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\CodeGen_Release.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\PrecompiledHeader.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\WXWOverrides.props" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</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" />
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\Base.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\PrecompiledHeader.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\WXWOverrides.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\CodeGen_Debug.props" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ImportGroup>
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\Base.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\PrecompiledHeader.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\WXWOverrides.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\CodeGen_DebugFast.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\Base.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\CodeGen_DebugFast.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\PrecompiledHeader.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\WXWOverrides.props" />
|
|
|
|
|
</ImportGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\Base.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\CodeGen_Release.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\PrecompiledHeader.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\WXWOverrides.props" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\Base.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\PrecompiledHeader.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\WXWOverrides.props" />
|
|
|
|
|
<Import Project="..\..\..\..\Source\VSProps\CodeGen_Debug.props" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
2011-02-10 02:53:08 +00:00
|
|
|
|
<PreprocessorDefinitions>__WXDEBUG__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<ForcedIncludeFiles>
|
|
|
|
|
</ForcedIncludeFiles>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ClCompile>
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<ResourceCompile />
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<Lib />
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<Bscmake />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<Midl>
|
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ClCompile>
|
2011-02-10 02:53:08 +00:00
|
|
|
|
<PreprocessorDefinitions>__WXDEBUG__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<ForcedIncludeFiles>
|
|
|
|
|
</ForcedIncludeFiles>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ClCompile>
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<ResourceCompile />
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<Lib />
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<Bscmake />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<ForcedIncludeFiles>
|
|
|
|
|
</ForcedIncludeFiles>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ClCompile>
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<ResourceCompile />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Lib>
|
|
|
|
|
<AdditionalDependencies>
|
|
|
|
|
</AdditionalDependencies>
|
|
|
|
|
</Lib>
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<Bscmake />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<Midl>
|
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
</ClCompile>
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<ResourceCompile />
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<Lib />
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<Bscmake />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<ForcedIncludeFiles>
|
|
|
|
|
</ForcedIncludeFiles>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ClCompile>
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<ResourceCompile />
|
|
|
|
|
<Lib>
|
|
|
|
|
<AdditionalDependencies>
|
|
|
|
|
</AdditionalDependencies>
|
|
|
|
|
</Lib>
|
|
|
|
|
<Bscmake />
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'">
|
|
|
|
|
<Midl>
|
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
|
</Midl>
|
|
|
|
|
<ClCompile>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ClCompile>
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<ResourceCompile />
|
|
|
|
|
<Lib />
|
|
|
|
|
<Bscmake />
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\..\src\common\animatecmn.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\common\datavcmn.cpp" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ClCompile Include="..\..\src\common\dummy.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
2011-09-05 16:43:23 +00:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">Create</PrecompiledHeader>
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'">Create</PrecompiledHeader>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<ClCompile Include="..\..\src\common\taskbarcmn.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\msw\aboutdlg.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\msw\datectrl.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\msw\joystick.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\msw\sound.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\msw\taskbar.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\aboutdlgg.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\animateg.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\bmpcboxg.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\calctrl.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\datavgen.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\datectlg.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\grid.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\gridctrl.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\gridsel.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\helpext.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\hyperlink.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\laywin.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\odcombo.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\propdlg.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\sashwin.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\splash.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\tipdlg.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\generic\wizard.cpp" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="..\..\src\msw\version.rc">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
2011-09-05 16:43:23 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">true</ExcludedFromBuild>
|
2011-02-10 06:31:12 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'">true</ExcludedFromBuild>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\..\include\wx\univ\setup.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\msw\datectrl.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\msw\joystick.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\msw\sound.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\msw\taskbar.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\aboutdlgg.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\animate.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\bmpcbox.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\calctrl.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\dataview.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\datectrl.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\grid.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\gridctrl.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\gridsel.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\helpext.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\laywin.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\propdlg.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\sashwin.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\splash.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\generic\wizard.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\aboutdlg.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\animate.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\animdecod.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\bmpcbox.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\calctrl.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\dataview.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\datectrl.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\dateevt.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\dcbuffer.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\grid.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\hyperlink.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\joystick.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\laywin.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\odcombo.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\propdlg.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\sashwin.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\sound.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\splash.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\taskbar.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\tipdlg.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\wave.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\wx\wizard.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2011-01-27 00:14:29 +00:00
|
|
|
|
</Project>
|