|
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" ToolsVersion="14.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>{77893DC0-0090-4153-BE7B-6F5325840450}</ProjectGuid> |
|
<RootNamespace>Empty</RootNamespace> |
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
<ConfigurationType>Application</ConfigurationType> |
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
<PlatformToolset>v140</PlatformToolset> |
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
<ImportGroup Label="ExtensionSettings"> |
|
</ImportGroup> |
|
<ImportGroup Label="Shared"> |
|
</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'"> |
|
<OutDir>$(SolutionDir)Output\$(Configuration)\</OutDir> |
|
<IntDir>$(OutDir)Intermediate</IntDir> |
|
<ExecutablePath>$(SolutionDir)tools;$(VC_ExecutablePath_x86);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH)</ExecutablePath> |
|
<GenerateManifest>false</GenerateManifest> |
|
</PropertyGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
<ClCompile> |
|
<WarningLevel>Level3</WarningLevel> |
|
<Optimization>MinSpace</Optimization> |
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
<SDLCheck>true</SDLCheck> |
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<DebugInformationFormat>None</DebugInformationFormat> |
|
<CompileAsManaged>false</CompileAsManaged> |
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
|
<OmitFramePointers>true</OmitFramePointers> |
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
<StringPooling>true</StringPooling> |
|
<ExceptionHandling>false</ExceptionHandling> |
|
<BufferSecurityCheck>false</BufferSecurityCheck> |
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> |
|
<FloatingPointModel>Fast</FloatingPointModel> |
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> |
|
<RuntimeTypeInfo>false</RuntimeTypeInfo> |
|
<OpenMPSupport>false</OpenMPSupport> |
|
<CompileAs>CompileAsC</CompileAs> |
|
</ClCompile> |
|
<Link> |
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;opengl32.lib</AdditionalDependencies> |
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> |
|
<IgnoreSpecificDefaultLibraries>libcmt.lib</IgnoreSpecificDefaultLibraries> |
|
<GenerateDebugInformation>No</GenerateDebugInformation> |
|
<SubSystem>Windows</SubSystem> |
|
<EntryPointSymbol>_start</EntryPointSymbol> |
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
|
<AdditionalOptions>/MERGE:.rdata=.text /CRINKLER /TINYHEADER /TINYIMPORT /UNSAFEIMPPORT /PRINT:IMPORTS /PRINT:LABELS /REPORT:report.html /COMPMODE:SLOW /HASHTRIES:3000 /ORDERTRIES:7000 %(AdditionalOptions)</AdditionalOptions> |
|
</Link> |
|
</ItemDefinitionGroup> |
|
<ItemGroup> |
|
<ClCompile Include="main.c" /> |
|
</ItemGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
<ImportGroup Label="ExtensionTargets"> |
|
</ImportGroup> |
|
</Project> |