[777] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <ItemGroup Label="ProjectConfigurations">
|
---|
| 4 | <ProjectConfiguration Include="Release|Win32">
|
---|
| 5 | <Configuration>Release</Configuration>
|
---|
| 6 | <Platform>Win32</Platform>
|
---|
| 7 | </ProjectConfiguration>
|
---|
| 8 | </ItemGroup>
|
---|
| 9 | <PropertyGroup Label="Globals">
|
---|
| 10 | <SccProjectName />
|
---|
| 11 | <SccLocalPath />
|
---|
| 12 | </PropertyGroup>
|
---|
| 13 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
---|
| 14 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
---|
| 15 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
---|
| 16 | <UseOfMfc>false</UseOfMfc>
|
---|
| 17 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 18 | <PlatformToolset>Windows7.1SDK</PlatformToolset>
|
---|
| 19 | </PropertyGroup>
|
---|
| 20 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
---|
| 21 | <ImportGroup Label="ExtensionSettings">
|
---|
| 22 | </ImportGroup>
|
---|
| 23 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
---|
| 24 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
| 25 | <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
---|
| 26 | </ImportGroup>
|
---|
| 27 | <PropertyGroup Label="UserMacros" />
|
---|
| 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
| 29 | <LinkIncremental>false</LinkIncremental>
|
---|
| 30 | <OutDir>$(SolutionDir)..\ActiveBasic\SubOperation\</OutDir>
|
---|
| 31 | </PropertyGroup>
|
---|
| 32 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
| 33 | <ClCompile>
|
---|
| 34 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
---|
| 35 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
---|
| 36 | <StringPooling>true</StringPooling>
|
---|
| 37 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
| 38 | <Optimization>MaxSpeed</Optimization>
|
---|
| 39 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
| 40 | <WarningLevel>Level3</WarningLevel>
|
---|
| 41 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;RES_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
| 42 | <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
|
---|
| 43 | <PrecompiledHeaderOutputFile>.\Release\res.pch</PrecompiledHeaderOutputFile>
|
---|
| 44 | <ObjectFileName>.\Release\</ObjectFileName>
|
---|
| 45 | <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
|
---|
| 46 | </ClCompile>
|
---|
| 47 | <Midl>
|
---|
| 48 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
| 49 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
| 50 | <TypeLibraryName>.\Release\res.tlb</TypeLibraryName>
|
---|
| 51 | <MkTypLibCompatible>true</MkTypLibCompatible>
|
---|
| 52 | <TargetEnvironment>Win32</TargetEnvironment>
|
---|
| 53 | </Midl>
|
---|
| 54 | <ResourceCompile>
|
---|
| 55 | <Culture>0x0411</Culture>
|
---|
| 56 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
| 57 | </ResourceCompile>
|
---|
| 58 | <Bscmake>
|
---|
| 59 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
---|
| 60 | <OutputFile>.\Release\res.bsc</OutputFile>
|
---|
| 61 | </Bscmake>
|
---|
| 62 | <Link>
|
---|
| 63 | <LinkDLL>true</LinkDLL>
|
---|
| 64 | <ImportLibrary>.\Release\res.lib</ImportLibrary>
|
---|
| 65 | <NoEntryPoint>true</NoEntryPoint>
|
---|
| 66 | </Link>
|
---|
| 67 | </ItemDefinitionGroup>
|
---|
| 68 | <ItemGroup>
|
---|
| 69 | <ResourceCompile Include="res.rc" />
|
---|
| 70 | </ItemGroup>
|
---|
| 71 | <ItemGroup>
|
---|
| 72 | <CustomBuild Include="base_directx.bmp" />
|
---|
| 73 | <CustomBuild Include="base_dosprompt.bmp" />
|
---|
| 74 | <CustomBuild Include="base_non.bmp" />
|
---|
| 75 | <CustomBuild Include="base_prompt.bmp" />
|
---|
| 76 | <CustomBuild Include="base_window.bmp" />
|
---|
| 77 | <CustomBuild Include="BasicProgram.ico" />
|
---|
| 78 | <CustomBuild Include="ToolbarIcon_Debugger\BreakPoint.ico" />
|
---|
| 79 | <CustomBuild Include="cursor_arrow_to_right.cur" />
|
---|
| 80 | <CustomBuild Include="cursor_fill.cur" />
|
---|
| 81 | <CustomBuild Include="cursor_pen.cur" />
|
---|
| 82 | <CustomBuild Include="ToolbarIcon_Debugger\DebugCompile.ico" />
|
---|
| 83 | <CustomBuild Include="ToolbarIcon_Debugger\DebugRun.ico" />
|
---|
| 84 | <CustomBuild Include="file_bmp.ico" />
|
---|
| 85 | <CustomBuild Include="file_icon.ico" />
|
---|
| 86 | <CustomBuild Include="folder_close.ico" />
|
---|
| 87 | <CustomBuild Include="folder_open.ico" />
|
---|
| 88 | <CustomBuild Include="html_general_parameter.ico" />
|
---|
| 89 | <CustomBuild Include="html_parameter.ico" />
|
---|
| 90 | <CustomBuild Include="ico00001.ico" />
|
---|
| 91 | <CustomBuild Include="ico00002.ico" />
|
---|
| 92 | <CustomBuild Include="icon1.ico" />
|
---|
| 93 | <CustomBuild Include="member_private_function.ico" />
|
---|
| 94 | <CustomBuild Include="member_private_variable.ico" />
|
---|
| 95 | <CustomBuild Include="member_public_function.ico" />
|
---|
| 96 | <CustomBuild Include="member_public_variable.ico" />
|
---|
| 97 | <CustomBuild Include="menu.ico" />
|
---|
| 98 | <CustomBuild Include="newfile_abp.ico" />
|
---|
| 99 | <CustomBuild Include="newfile_html.ico" />
|
---|
| 100 | <CustomBuild Include="newfile_icon.ico" />
|
---|
| 101 | <CustomBuild Include="newfile_project.ico" />
|
---|
| 102 | <CustomBuild Include="newfile_sbp.ico" />
|
---|
| 103 | <CustomBuild Include="newfile_text.ico" />
|
---|
| 104 | <CustomBuild Include="pair_statement.ico" />
|
---|
| 105 | <CustomBuild Include="ToolbarIcon_Debugger\Pause.ico" />
|
---|
| 106 | <CustomBuild Include="Procedure.ico" />
|
---|
| 107 | <CustomBuild Include="program_folder.ico" />
|
---|
| 108 | <CustomBuild Include="ToolbarIcon_Debugger\StepIn.ico" />
|
---|
| 109 | <CustomBuild Include="ToolbarIcon_Debugger\StepOver.ico" />
|
---|
| 110 | <CustomBuild Include="ToolbarIcon_Debugger\StepToCursor.ico" />
|
---|
| 111 | <CustomBuild Include="ToolbarIcon_Debugger\Stop.ico" />
|
---|
| 112 | <CustomBuild Include="TextDocument.ico" />
|
---|
| 113 | <CustomBuild Include="TOOLBAR1.BMP" />
|
---|
| 114 | <CustomBuild Include="toolbar2.bmp" />
|
---|
| 115 | <CustomBuild Include="toolbar_basic_disabled.bmp" />
|
---|
| 116 | <CustomBuild Include="toolbar_debugger.bmp" />
|
---|
| 117 | <CustomBuild Include="toolbar_icon.bmp" />
|
---|
| 118 | <CustomBuild Include="toolbar_standard.bmp" />
|
---|
| 119 | <CustomBuild Include="toolbar_standard_disabled.bmp" />
|
---|
| 120 | <CustomBuild Include="Window.ico" />
|
---|
| 121 | <CustomBuild Include="zoomin.ico" />
|
---|
| 122 | <CustomBuild Include="zoomout.ico" />
|
---|
| 123 | </ItemGroup>
|
---|
| 124 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
---|
| 125 | <ImportGroup Label="ExtensionTargets">
|
---|
| 126 | </ImportGroup>
|
---|
| 127 | </Project>
|
---|