• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <OutDir>$(SolutionDir)..\output\$(Platform)\$(Configuration)\</OutDir>
5    <IntDir>$(SolutionDir)..\obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
6    <LinkIncremental>false</LinkIncremental>
7  </PropertyGroup>
8  <ItemDefinitionGroup>
9    <ClCompile>
10      <PreprocessorDefinitions>HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
11      <StringPooling>true</StringPooling>
12      <FunctionLevelLinking>true</FunctionLevelLinking>
13      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
14      <BrowseInformation>true</BrowseInformation>
15      <WarningLevel>Level4</WarningLevel>
16      <DisableSpecificWarnings>4995;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
17      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
18    </ClCompile>
19    <Link>
20      <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
21      <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
22      <GenerateDebugInformation>true</GenerateDebugInformation>
23      <OptimizeReferences>true</OptimizeReferences>
24    </Link>
25  </ItemDefinitionGroup>
26</Project>