• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioPropertySheet
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="essential"
6	CharacterSet="1"
7	>
8	<Tool
9		Name="VCCLCompilerTool"
10		AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\DerivedSources"
11		PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;ENABLE_LOGGING_AND_PROFILING;ENABLE_DEBUGGER_SUPPORT"
12		MinimalRebuild="false"
13		ExceptionHandling="0"
14		RuntimeTypeInfo="false"
15		WarningLevel="3"
16		WarnAsError="true"
17		Detect64BitPortabilityProblems="false"
18		DebugInformationFormat="3"
19		DisableSpecificWarnings="4355;4800"
20		EnableFunctionLevelLinking="true"
21	/>
22	<Tool
23		Name="VCLibrarianTool"
24		OutputFile="$(OutDir)\lib\$(ProjectName).lib"
25	/>
26	<Tool
27		Name="VCLinkerTool"
28		GenerateDebugInformation="true"
29		MapFileName="$(OutDir)\$(TargetName).map"
30		ImportLibrary="$(OutDir)\lib\$(TargetName).lib"
31		FixedBaseAddress="1"
32		AdditionalOptions="/IGNORE:4221 /NXCOMPAT"
33	/>
34</VisualStudioPropertySheet>
35