| 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 |     <PlatformToolset>Windows7.1SDK</PlatformToolset>
 | 
|---|
| 17 |   </PropertyGroup>
 | 
|---|
| 18 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
|---|
| 19 |   <ImportGroup Label="ExtensionSettings">
 | 
|---|
| 20 |     <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
 | 
|---|
| 21 |   </ImportGroup>
 | 
|---|
| 22 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 | 
|---|
| 23 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
|---|
| 24 |     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
 | 
|---|
| 25 |   </ImportGroup>
 | 
|---|
| 26 |   <PropertyGroup Label="UserMacros" />
 | 
|---|
| 27 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
|---|
| 28 |     <OutDir>$(SolutionDir)build\release\system\</OutDir>
 | 
|---|
| 29 |   </PropertyGroup>
 | 
|---|
| 30 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
|---|
| 31 |     <ClCompile>
 | 
|---|
| 32 |       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
|---|
| 33 |       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
 | 
|---|
| 34 |       <StringPooling>true</StringPooling>
 | 
|---|
| 35 |       <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
|---|
| 36 |       <Optimization>MaxSpeed</Optimization>
 | 
|---|
| 37 |       <WarningLevel>Level4</WarningLevel>
 | 
|---|
| 38 |       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;RES_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
|---|
| 39 |       <PrecompiledHeaderOutputFile>.\Release\res.pch</PrecompiledHeaderOutputFile>
 | 
|---|
| 40 |     </ClCompile>
 | 
|---|
| 41 |     <Midl>
 | 
|---|
| 42 |       <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
|---|
| 43 |       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
|---|
| 44 |       <TypeLibraryName>.\Release\res.tlb</TypeLibraryName>
 | 
|---|
| 45 |       <MkTypLibCompatible>true</MkTypLibCompatible>
 | 
|---|
| 46 |       <TargetEnvironment>Win32</TargetEnvironment>
 | 
|---|
| 47 |     </Midl>
 | 
|---|
| 48 |     <ResourceCompile>
 | 
|---|
| 49 |       <Culture>0x0411</Culture>
 | 
|---|
| 50 |       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
|---|
| 51 |     </ResourceCompile>
 | 
|---|
| 52 |     <Bscmake>
 | 
|---|
| 53 |       <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
|---|
| 54 |       <OutputFile>.\Release\res.bsc</OutputFile>
 | 
|---|
| 55 |     </Bscmake>
 | 
|---|
| 56 |     <Link>
 | 
|---|
| 57 |       <LinkDLL>true</LinkDLL>
 | 
|---|
| 58 |       <NoEntryPoint>true</NoEntryPoint>
 | 
|---|
| 59 |     </Link>
 | 
|---|
| 60 |   </ItemDefinitionGroup>
 | 
|---|
| 61 |   <ItemGroup>
 | 
|---|
| 62 |     <ResourceCompile Include="res.rc" />
 | 
|---|
| 63 |   </ItemGroup>
 | 
|---|
| 64 |   <ItemGroup>
 | 
|---|
| 65 |     <CustomBuild Include="base_directx.bmp" />
 | 
|---|
| 66 |     <CustomBuild Include="base_dosprompt.bmp" />
 | 
|---|
| 67 |     <CustomBuild Include="base_non.bmp" />
 | 
|---|
| 68 |     <CustomBuild Include="base_prompt.bmp" />
 | 
|---|
| 69 |     <CustomBuild Include="base_window.bmp" />
 | 
|---|
| 70 |     <CustomBuild Include="BasicProgram.ico" />
 | 
|---|
| 71 |     <CustomBuild Include="ToolbarIcon_Debugger\BreakPoint.ico" />
 | 
|---|
| 72 |     <CustomBuild Include="cursor_arrow_to_right.cur" />
 | 
|---|
| 73 |     <CustomBuild Include="cursor_fill.cur" />
 | 
|---|
| 74 |     <CustomBuild Include="cursor_pen.cur" />
 | 
|---|
| 75 |     <CustomBuild Include="ToolbarIcon_Debugger\DebugCompile.ico" />
 | 
|---|
| 76 |     <CustomBuild Include="ToolbarIcon_Debugger\DebugRun.ico" />
 | 
|---|
| 77 |     <CustomBuild Include="file_bmp.ico" />
 | 
|---|
| 78 |     <CustomBuild Include="file_icon.ico" />
 | 
|---|
| 79 |     <CustomBuild Include="folder_close.ico" />
 | 
|---|
| 80 |     <CustomBuild Include="folder_open.ico" />
 | 
|---|
| 81 |     <CustomBuild Include="html_general_parameter.ico" />
 | 
|---|
| 82 |     <CustomBuild Include="html_parameter.ico" />
 | 
|---|
| 83 |     <CustomBuild Include="ico00001.ico" />
 | 
|---|
| 84 |     <CustomBuild Include="ico00002.ico" />
 | 
|---|
| 85 |     <CustomBuild Include="icon1.ico" />
 | 
|---|
| 86 |     <CustomBuild Include="member_private_function.ico" />
 | 
|---|
| 87 |     <CustomBuild Include="member_private_variable.ico" />
 | 
|---|
| 88 |     <CustomBuild Include="member_public_function.ico" />
 | 
|---|
| 89 |     <CustomBuild Include="member_public_variable.ico" />
 | 
|---|
| 90 |     <CustomBuild Include="menu.ico" />
 | 
|---|
| 91 |     <CustomBuild Include="newfile_abp.ico" />
 | 
|---|
| 92 |     <CustomBuild Include="newfile_html.ico" />
 | 
|---|
| 93 |     <CustomBuild Include="newfile_icon.ico" />
 | 
|---|
| 94 |     <CustomBuild Include="newfile_project.ico" />
 | 
|---|
| 95 |     <CustomBuild Include="newfile_sbp.ico" />
 | 
|---|
| 96 |     <CustomBuild Include="newfile_text.ico" />
 | 
|---|
| 97 |     <CustomBuild Include="pair_statement.ico" />
 | 
|---|
| 98 |     <CustomBuild Include="ToolbarIcon_Debugger\Pause.ico" />
 | 
|---|
| 99 |     <CustomBuild Include="Procedure.ico" />
 | 
|---|
| 100 |     <CustomBuild Include="program_folder.ico" />
 | 
|---|
| 101 |     <CustomBuild Include="ToolbarIcon_Debugger\StepIn.ico" />
 | 
|---|
| 102 |     <CustomBuild Include="ToolbarIcon_Debugger\StepOver.ico" />
 | 
|---|
| 103 |     <CustomBuild Include="ToolbarIcon_Debugger\StepToCursor.ico" />
 | 
|---|
| 104 |     <CustomBuild Include="ToolbarIcon_Debugger\Stop.ico" />
 | 
|---|
| 105 |     <CustomBuild Include="TextDocument.ico" />
 | 
|---|
| 106 |     <CustomBuild Include="TOOLBAR1.BMP" />
 | 
|---|
| 107 |     <CustomBuild Include="toolbar2.bmp" />
 | 
|---|
| 108 |     <CustomBuild Include="toolbar_basic_disabled.bmp" />
 | 
|---|
| 109 |     <CustomBuild Include="toolbar_debugger.bmp" />
 | 
|---|
| 110 |     <CustomBuild Include="toolbar_icon.bmp" />
 | 
|---|
| 111 |     <CustomBuild Include="toolbar_standard.bmp" />
 | 
|---|
| 112 |     <CustomBuild Include="toolbar_standard_disabled.bmp" />
 | 
|---|
| 113 |     <CustomBuild Include="Window.ico" />
 | 
|---|
| 114 |     <CustomBuild Include="zoomin.ico" />
 | 
|---|
| 115 |     <CustomBuild Include="zoomout.ico" />
 | 
|---|
| 116 |   </ItemGroup>
 | 
|---|
| 117 |   <ItemGroup>
 | 
|---|
| 118 |     <ClInclude Include="resource.h" />
 | 
|---|
| 119 |   </ItemGroup>
 | 
|---|
| 120 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
|---|
| 121 |   <ImportGroup Label="ExtensionTargets">
 | 
|---|
| 122 |     <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
 | 
|---|
| 123 |   </ImportGroup>
 | 
|---|
| 124 | </Project>
 | 
|---|