<?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="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{A88BE65F-43CA-46F4-BC96-2B0ECC07C63B}</ProjectGuid> <RootNamespace>LaserTank</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> <PlatformToolset>v120</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <GenerateManifest>false</GenerateManifest> <EmbedManifest>false</EmbedManifest> <OutDir>h:\</OutDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <Optimization>MinSpace</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <BufferSecurityCheck>false</BufferSecurityCheck> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <AdditionalIncludeDirectories>smalllibc</AdditionalIncludeDirectories> <OmitFramePointers>true</OmitFramePointers> <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> <RuntimeTypeInfo>false</RuntimeTypeInfo> </ClCompile> <Link> <GenerateDebugInformation>false</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> <EntryPointSymbol>fakeEntry</EntryPointSymbol> <SubSystem>Native</SubSystem> <AdditionalOptions>/merge:.data=.text /merge:.rdata=.text /merge:.1seg=.text /section:.bss,E %(AdditionalOptions)</AdditionalOptions> <GenerateMapFile>true</GenerateMapFile> </Link> <PostBuildEvent> <Command>set EXENAME=$(TargetPath) "D:\Download\fasmw17122\FASM.EXE" $(ProjectDir)smalllibc\doexe2.asm $(TargetDir)$(TargetName)</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="image.cpp" /> <ClCompile Include="LaserTank.cpp" /> <ClCompile Include="render.cpp" /> </ItemGroup> <ItemGroup> <ProjectReference Include="smalllibc\smalllibc.vcxproj"> <Project>{911D4818-1AA1-4351-9C0A-38749130FAA6}</Project> </ProjectReference> </ItemGroup> <ItemGroup> <ClInclude Include="image.h" /> <ClInclude Include="render.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>