1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioPropertySheet
3
ProjectType="Visual C++"
6
OutputDirectory="$(SolutionDir)..\output\$(ConfigurationName)"
7
IntermediateDirectory="$(SolutionDir)..\obj\$(ConfigurationName)\$(ProjectName)"
11
OutputFile="$(IntDir)/$(ProjectName).bsc"
14
Name="VCCLCompilerTool"
15
PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATED"
17
EnableFunctionLevelLinking="true"
18
AssemblerListingLocation="$(IntDir)\"
21
DisableSpecificWarnings="4995;4996"
26
AdditionalLibraryDirectories="$(OutDir)"
27
ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
28
OptimizeReferences="2"
30
</VisualStudioPropertySheet>