1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="vc9_lame_config"
OutputDirectory="$(SolutionDir)..\output\$(ConfigurationName)"
IntermediateDirectory="$(SolutionDir)..\obj\$(ConfigurationName)\$(ProjectName)"
>
<Tool
Name="VCBscMakeTool"
OutputFile="$(IntDir)/$(ProjectName).bsc"
/>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATED"
StringPooling="true"
EnableFunctionLevelLinking="true"
AssemblerListingLocation="$(IntDir)\"
BrowseInformation="1"
WarningLevel="3"
DisableSpecificWarnings="4995;4996"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
AdditionalLibraryDirectories="$(OutDir)"
ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
OptimizeReferences="2"
/>
</VisualStudioPropertySheet>
|